summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-02 16:37:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-02 16:37:28 -0400
commitaaf881e8bb22408f671e566ebcd3f59be958a26f (patch)
treeb8d8a53dfdfb7a94f109f4f84355f17d936cc122 /debian
parent876cf160a323e26878e518d0496a6a15a30513ee (diff)
gcrypt, bup: Fix bug that prevented using these special remotes with encryption=pubkey.
I think both of these are all that's affected, but I went ahead and fixed all the remotes that set their config to M.empty to instead store the actual config. Who knows what will expect it to be actually present in future, the Remote instance of getGpgEncParams came to..
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3f37a4d37..927b2e00b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ git-annex (4.20131102) UNRELEASED; urgency=low
the pairing process separately.
* sync: Work even when the local git repository is new and empty,
with no master branch.
+ * gcrypt, bup: Fix bug that prevented using these special remotes
+ with encryption=pubkey.
-- Joey Hess <joeyh@debian.org> Sat, 02 Nov 2013 14:54:36 -0400