aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-05 13:58:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-05 13:58:53 -0400
commite6a9043dfe2ca5b82081f056cdfff4ed5fdfec93 (patch)
treef79fb62580f04bce35788e32985e3e5795926cf0 /CHANGELOG
parentb928dc64041b7e3e19f7f8787cc1e38fb5b465ed (diff)
fix gpg subkey support typo
initremote, enableremote: Really support gpg subkeys suffixed with an exclamation mark, which forces gpg to use a specific subkey. (Previous try had a bug.) This commit was sponsored by Jake Vosloo on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0cfbcfdf9..b97c8d611 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,9 @@ git-annex (6.20171125) UNRELEASED; urgency=medium
not media files.
* Removed no longer needed dependency on yesod-default.
* Allow exporttree remotes to be marked as dead.
+ * initremote, enableremote: Really support gpg subkeys suffixed with an
+ exclamation mark, which forces gpg to use a specific subkey.
+ (Previous try had a bug.)
-- Joey Hess <id@joeyh.name> Tue, 28 Nov 2017 13:48:44 -0400