X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/a3b76cde9b0be9a83ca1548e8a6a91d26d8fa29e..469b02781dfb4517282da4d497c5f7fd0dcb97f4:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 11652d557..1c98bf356 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,17 @@ apt (0.9.7.2) UNRELEASED; urgency=low * debian/apt.cron.daily: - do not try to backup extended_states file if it doesn't exist (Closes: #680287) + * ftparchive/writer.cc: + - handle the APT::FTPArchive::Packages::SHA512 option correctly instead + of overriding SHA256, thanks Christian Marillat! (Closes: #680252) + * cmdline/apt-mark.cc: + - arch:all packages are treated as arch:native packages, but dpkg + expects pkg:all for selections, so use the arch of the installed + version instead of the package structure if possible. + Thanks to Stepan Golosunov for the report! (Closes: #680041) + * apt-pkg/clean.cc: + - run autoclean against pkg:arch and not always against pkg:native as + this removes valid cache entries (Closes: #679371) -- David Kalnischkies Sun, 01 Jul 2012 08:20:57 +0200