diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-12-11 00:38:13 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-12-11 00:38:13 +0100 |
commit | b9e9a44b3377cae2fb9aca3210f379ae1cb802ba (patch) | |
tree | 5c1b7ce74e82a58dcd1f81b1e04aee132df010a0 /debian/changelog | |
parent | 9f542bae2b3620887345ebc3e61970f8903123a0 (diff) |
add https options which default to the ones from http for the https
method as this is more sane than using only the http options without
a possibility to override these for https.
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 0cfd36c00..e930de0dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -56,6 +56,7 @@ apt (0.7.25) UNRELEASED; urgency=low * doc/po4a.conf: activate translation of guide.sgml and offline.sgml * doc/apt.conf.5.xml: - provide a few more details about APT::Immediate-Configure + - briefly document the behaviour of the new https options * doc/sources.list.5.xml: - add note about additional apt-transport-methods * doc/apt-mark.8.xml: @@ -97,6 +98,7 @@ apt (0.7.25) UNRELEASED; urgency=low * methods/http{,s}.cc - add config setting for User-Agent to the Acquire group, thanks Timothy J. Miller! (Closes: #355782) + - add https options which default to http ones (Closes: #557085) [ Chris Leick ] * doc/ various manpages: |