summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-05-24 14:08:02 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-05-24 14:08:02 -0400
commitda79965be64f26c5038b415cf90d28b9926f3e54 (patch)
tree04c4648d7f3e149f512331f0cfbc4fdf7ccb8e6b /CHANGELOG
parent8d2aea082e5a7981238bb6068ae5a2624e16028c (diff)
initremote, enableremote: Support gpg subkeys suffixed with an exclamation mark, which forces gpg to use a specific subkey.
This commit was sponsored by Peter Hogg on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bd9cb326d..0d65af1c9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+git-annex (6.20170520) UNRELEASED; urgency=medium
+
+ * initremote, enableremote: Support gpg subkeys suffixed with an
+ exclamation mark, which forces gpg to use a specific subkey.
+
+ -- Joey Hess <id@joeyh.name> Wed, 24 May 2017 14:03:40 -0400
+
git-annex (6.20170519) unstable; urgency=medium
* Ssh password prompting improved when using -J for concurrency.