diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-15 10:37:06 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-15 10:37:06 -0400 |
commit | c7a479b53f48fac2c5f26d786f2aa8fcca0a1046 (patch) | |
tree | b3863da2c6845ce6495e5885bf26c868446bad54 /debian | |
parent | b00e84255446aceab5fc0c941c115e71276f8a5e (diff) |
S3: Fix support for using https.
Was using the http-only Manager before, not the tls-capable one.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a0011687d..709ae893c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,11 +35,11 @@ git-annex (5.20150931) UNRELEASED; urgency=medium Fixed this bug, which was introduced in version 5.20150727. * Avoid unncessary write to the location log when a file is unlocked and then added back with unchanged content. + * S3: Fix support for using https. * Debian: Add torrent library to build-depends as it's packaged now, and stop recommending bittornado | bittorrent. * Debian: Remove dependency on transformers library, as it is now included in ghc. - * -- Joey Hess <id@joeyh.name> Thu, 01 Oct 2015 12:42:56 -0400 |