diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-11-25 23:29:57 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-11-25 23:29:57 +0100 |
commit | c0d438474bac961897f9e9472356222f79350c39 (patch) | |
tree | 6e8f83d52d01983d0e43dd8797e71ca13dc6b1d1 /debian | |
parent | ce857f32cf3c73ee67147ea0eafadb5a1c5da952 (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')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ed67aaac2..1bd34e522 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,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: @@ -66,6 +67,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: |