diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-02 20:15:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-02 20:15:40 -0400 |
commit | e5729ffd44bef0b19d81dba7523a72a92ab213e0 (patch) | |
tree | 305ae5899317312e98db1a7b708f9d6dae884882 /debian | |
parent | 5d13546a3088559d570d5cd6fd55afc8b52a8a2c (diff) |
Fix enabling of gcrypt repository accessed over ssh; git-annex-shell gcryptsetup had a bug that caused it to fail with permission denied.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 927b2e00b..4948dbf33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ git-annex (4.20131102) UNRELEASED; urgency=low with no master branch. * gcrypt, bup: Fix bug that prevented using these special remotes with encryption=pubkey. + * Fix enabling of gcrypt repository accessed over ssh; + git-annex-shell gcryptsetup had a bug that caused it to fail + with permission denied. -- Joey Hess <joeyh@debian.org> Sat, 02 Nov 2013 14:54:36 -0400 |