diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 526fdcc2b..74674786e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,29 @@ apt (0.9.12) UNRELEASED; urgency=low -- Christian Perrier <bubulle@debian.org> Sun, 25 Aug 2013 15:39:40 +0200 +apt (0.9.11.1) unstable; urgency=low + + [ Michael Vogt ] + * more coverity fixes: + - explicit init + - always chdir("/") after chroot() + - ftparchive/override.cc: fix "skip empty lines" code, the pointer + needs to get de-referenced first + * dselect/update: + - remove "-f" option for apt-get update to fix breakage (closes: 720532) + + [ Christopher Baines ] + * Add test for bug #507998 + + [ David Kalnischkies ] + * add a breaks libapt-inst for FileFd changes in 0.9.9 (Closes: 720449) + * add versions to manpages-it Replaces+Breaks + + [ Ángel Guzmán Maeso ] + * apt-pkg:contrib Avoid compiler warning about sign-compare + + -- Michael Vogt <mvo@debian.org> Sat, 24 Aug 2013 09:13:27 +0200 + apt (0.9.11) unstable; urgency=low [ Daniel Hartwig ] |