diff options
author | Michael Vogt <mvo@debian.org> | 2015-04-08 10:42:15 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2015-04-08 10:42:15 +0200 |
commit | 042a84b499816734a967204156869e21c394b8f1 (patch) | |
tree | 23f42e36c9095e286fc772d75717ebedc562745b | |
parent | d5cf8851753dde4f45bfd3b48fcdf34247a8752a (diff) |
releasing package apt version 1.0.9.81.0.9.8
-rw-r--r-- | debian/changelog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4b38ba8ba..b87aa0c7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +apt (1.0.9.8) unstable; urgency=medium + + [ David Kalnischkies ] + * fix another d(e)select-upgrade typo (LP: #1399037) + * properly handle expected filesize in https. + Thanks to Robert Edmonds and Anders Kaseorg for initial patchs + (Closes: 777565, 781509) + * avoid depends on std::string implementation for pkgAcquire::Item::Mode + (Closes: 781858) + * demote VectorizeString gcc attribute from const to pure + * keyids in "apt-key del" should be case-insensitive (Closes: 781696) + + [ Michael Vogt ] + * fix crash in order writing in pkgDPkgPM::WriteApportReport() (LP: #1436626) + + -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Apr 2015 10:41:46 +0200 + apt (1.0.9.7) unstable; urgency=medium [ Tomasz Buchert ] |