summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-04-07 14:10:21 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-04-07 14:10:34 -0400
commite1e52ab130e4a67d001e0577010f8cd142860914 (patch)
tree7f5346afa63d27de9b0c2013624a3e788402eb8f /CHANGELOG
parent536e5d9cc713d766690330668f6fb9b363d56d61 (diff)
gcrypt: Support re-enabling to change eg, encryption parameters.
This was never supported before. And it doesn't re-encrypt the gcrypt repo to the new gcrypt-participants, but it does at least now not crash, and set gcrypt-participants. This commit was sponsored by andrea rota.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3d9ed22a2..c53b01c52 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,9 +14,11 @@ git-annex (6.20170322) UNRELEASED; urgency=medium
the parameters that git passes.
* enableremote: When enabling a non-special remote, param=value
parameters can't be used, so error out if any are provided.
- * enableremote: Fix re-enabling of existing gcrypt remotes, so
- that eg, encryption key changes take effect. They were silently
+ * enableremote: Fix re-enabling of special remotes that have a git
+ url, so that eg, encryption key changes take effect. They were silently
ignored, a reversion introduced in 6.20160527.
+ * gcrypt: Support re-enabling to change eg, encryption parameters.
+ This was never supported before.
-- Joey Hess <id@joeyh.name> Wed, 29 Mar 2017 12:41:46 -0400