summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-05-22 13:13:06 +0100
committerSean Whitton <spwhitton@spwhitton.name>2017-05-22 13:13:06 +0100
commit4190149cd01da73eac211230bdfe81dd104c42aa (patch)
tree5b725c97ad9c0d8bdeaad94f063730982dd54c44 /CHANGELOG
parent8b450615d0d33cca4d14c6abf59f893d13a1393a (diff)
parentd27100f7d71a8cf9312e9bb7628c791e0d246917 (diff)
downloaddebug-me-4190149cd01da73eac211230bdfe81dd104c42aa.tar.gz
Merge tag '1.20170520'
tagging package debug-me version 1.20170520 # gpg: Signature made Sat 20 May 2017 22:31:39 BST # 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
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 65f54c2..65142bc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,19 @@
+debug-me (1.20170520) unstable; urgency=medium
+
+ * 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.
+
+ -- Joey Hess <id@joeyh.name> Sat, 20 May 2017 17:13:11 -0400
+
debug-me (1.20170509) unstable; urgency=medium
* Server: Use "postmaster" as default --from-email address