summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-07-04 16:37:21 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-07-04 16:37:21 +0100
commitbf0de17f74d4049364745e0b8a4292f50abb68ae (patch)
treed09c3d6abcc2222b31869be19e966accfdb09528
parent82a1f3c9127d3d9021ed87cd3cccf62654c46c49 (diff)
parent8dc105e5858981bd525411f264d086d7aed40afc (diff)
downloaddebug-me-bf0de17f74d4049364745e0b8a4292f50abb68ae.tar.gz
Merge tag '1.20221231'
tagging package debug-me version 1.20221231 # -----BEGIN PGP SIGNATURE----- # # iQIzBAABCgAdFiEEKKUAw1IH6rcvbA8l2xLbD/BfjzgFAmOwfjUACgkQ2xLbD/Bf # jzhh1g//alNr9KPJI11Dt3KMUTGJnHSxuz6JDRlxl5qwv9ghlEqsxTRbsQRZK9Aw # 4jRHFGUCGAg1iQSrxcinFFJWxqagVvcd7GLrm0ZFlmGsz9bojUPARbOF/hM3TD6D # 4y32m5IWr1lhjhdtBrqrXHIVkjipXwFdnfqLnFm58ou8eH7xcAGN8H6+NKWkrbaK # haJLvQV0Kjfd3DPOy4oWx/RTQ/Wo4ayb3rvUGZlt2jVI4S5VApndQKS2zm5eIQz9 # ZyjLcZG6V7WXl2oGAUz252/S6Im5z+KzuAxtVY3F3ELCXSgjVZJBYT8AH8gvzDx6 # p1JgSivwADLyRhztTkyuL76g4QrXyGaXrQfXtp1SZEPgve4UrUeLnrkKzSYcJzXV # YqHq0tT1mI6rjQhQr3VgkOQJxrkSO4rp++mxuc+k6BCQVHvXiY2OFYLMlyp9TXPS # XbhI9hbCU/h0ihy093tF6FMeZlPs13SO9hFCjtougNh1e2QLaV5w/N8V/RoSj/Rq # ctaD5wTaLN761AGKhbJoVE3ZjB9AuTn87KOqWrejcv8akZuQf9lNMHbvfn3si7PY # YcmONaBGmxV1oaJOucRGFaeQhegfRm82pCesVqy6BiHcMoEFkSpVTNQHAN6QnAM5 # r2zeTu9NfikrtPj2+NAkqPc1b5VSbn4a8OzXHCsRpEb//T6rqBQ= # =dVY4 # -----END PGP SIGNATURE----- # gpg: Signature made Sat 31 Dec 2022 06:23:49 PM GMT # gpg: using RSA key 28A500C35207EAB72F6C0F25DB12DB0FF05F8F38 # gpg: Good signature from "Joey Hess <joeyh@joeyh.name>" [full] # Primary key fingerprint: E85A 5F63 B31D 24C1 EBF0 D81C C910 D922 2512 E3C7 # Subkey fingerprint: 28A5 00C3 5207 EAB7 2F6C 0F25 DB12 DB0F F05F 8F38
-rw-r--r--CHANGELOG7
-rw-r--r--debug-me.cabal4
-rw-r--r--doc/news/version_1.20170520.mdwn13
-rw-r--r--doc/news/version_1.20220324.mdwn6
4 files changed, 15 insertions, 15 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6cb9478..d576708 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+debug-me (1.20221231) unstable; urgency=medium
+
+ * Support ghc 9.2.
+ Thanks, Tony Zorman
+
+ -- Joey Hess <id@joeyh.name> Sat, 31 Dec 2022 14:23:22 -0400
+
debug-me (1.20220324) unstable; urgency=medium
* Support ghc 8.8.
diff --git a/debug-me.cabal b/debug-me.cabal
index d5a44e9..bf1fa82 100644
--- a/debug-me.cabal
+++ b/debug-me.cabal
@@ -1,5 +1,5 @@
Name: debug-me
-Version: 1.20220324
+Version: 1.20221231
Cabal-Version: >= 1.10
Maintainer: Joey Hess <joey@kitenet.net>
Author: Joey Hess
@@ -55,7 +55,7 @@ Executable debug-me
Build-Depends:
base (>= 4.9 && < 5.0)
, network (>= 2.6)
- , bytestring == 0.10.*
+ , bytestring < 0.12
, cryptonite (>= 0.20)
, unix (>= 2.7)
, process (>= 1.4)
diff --git a/doc/news/version_1.20170520.mdwn b/doc/news/version_1.20170520.mdwn
deleted file mode 100644
index 094f328..0000000
--- a/doc/news/version_1.20170520.mdwn
+++ /dev/null
@@ -1,13 +0,0 @@
-debug-me 1.20170520 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * debug-me is available in Debian unstable.
- * gpg keyrings in /usr/share/debug-me/ will be checked
- to see if a connecting person is a known developer of software
- installed on the system, and so implicitly trusted already.
- Software packages/projects can install keyrings to that location.
- (Thanks to Sean Whitton for the idea.)
- * make install installs /usr/share/debug-me/a\_debug-me\_developer.gpg,
- which contains the key of Joey Hess. (stack and cabal installs don't
- include this file because they typically don't install system-wide)
- * debug-me.cabal: Added dependency on time.
- * stack.yaml: Update to new posix-pty version."""]] \ No newline at end of file
diff --git a/doc/news/version_1.20220324.mdwn b/doc/news/version_1.20220324.mdwn
new file mode 100644
index 0000000..8056232
--- /dev/null
+++ b/doc/news/version_1.20220324.mdwn
@@ -0,0 +1,6 @@
+debug-me 1.20220324 released with [[!toggle text="these changes"]]
+[[!toggleable text=""" * Support ghc 8.8.
+ Thanks, Tony Zorman
+ * Support aeson 2.0.
+ Thanks, Tony Zorman
+ * Update to lts-19.0."""]] \ No newline at end of file