diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-02 16:37:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-02 16:37:28 -0400 |
commit | aaf881e8bb22408f671e566ebcd3f59be958a26f (patch) | |
tree | b8d8a53dfdfb7a94f109f4f84355f17d936cc122 /debian | |
parent | 876cf160a323e26878e518d0496a6a15a30513ee (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/changelog | 2 |
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 |