From: Michael Vogt Date: Sat, 24 Aug 2013 07:13:57 +0000 (+0200) Subject: update changelog for update X-Git-Tag: 0.9.11.1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/671e82247726a34007be22a439431ce0e7f55b48 update changelog for update --- diff --git a/debian/changelog b/debian/changelog index 4b8086464..de838bf0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +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 Sat, 24 Aug 2013 09:13:27 +0200 + apt (0.9.11) unstable; urgency=low [ Daniel Hartwig ]