diff options
author | Joey Hess <joey@kitenet.net> | 2014-09-18 15:18:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-09-18 15:21:47 -0400 |
commit | af53f3d29bad3c41ac2c520dfca39885005dac48 (patch) | |
tree | 2a3544de0e7ed25566841282abda0cdd777beef3 /debian/changelog | |
parent | 79e6403390a52bfef1e8cc2fa971986888053e3a (diff) |
Revert "S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when the repository was configured with encryption=shared embedcreds=yes."
This reverts commit cc54ff9e49260cd94f938e69e926a273e231ef4e.
I can find no basis for that commit and think that I made it in error.
setRemoteCredPair always encrypts using the cipher from remoteCipher,
even when the cipher is shared.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d0bff041d..91b2c8986 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ git-annex (5.20140916) UNRELEASED; urgency=medium (Bug introduced in version 5.20140817.) * add: In direct mode, adding an annex symlink will check it into git, as was already done in indirect mode. + * Fix reversion in handling creds with encryption=shared embedcreds=yes + introduced in 5.20140817. -- Joey Hess <joeyh@debian.org> Mon, 15 Sep 2014 14:39:17 -0400 |