diff options
author | Raphael Geissert <geissert@debian.org> | 2012-05-14 18:07:01 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-14 18:07:01 +0200 |
commit | 5674f6b3163d73260e25ce7d350aaac50071eb0e (patch) | |
tree | 539d9e9018b7c0f4c3572c612a6cee23c28abb84 /debian/changelog | |
parent | e1284a59de37efeedcc998ef61e8466c35b82eb2 (diff) |
* apt-pkg/acquire*.cc:
- handle redirections in the worker with the right method instead of
in the method the redirection occured in (Closes: #668111)
* methods/http.cc:
- forbid redirects to change protocol
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7097a6e99..937bde918 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,13 @@ apt (0.9.4) UNRELEASED; urgency=low * apt-pkg/acquire-methods.cc: - factor out into private Dequeue() to fix access to deleted pointer + [ Raphael Geissert ] + * apt-pkg/acquire*.cc: + - handle redirections in the worker with the right method instead of + in the method the redirection occured in (Closes: #668111) + * methods/http.cc: + - forbid redirects to change protocol + -- David Kalnischkies <kalnischkies@gmail.com> Fri, 11 May 2012 23:26:59 +0200 apt (0.9.3) unstable; urgency=low |