|
|
@@ -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 <mvo@debian.org> Sat, 24 Aug 2013 09:13:27 +0200
|
|
|
+
|
|
|
apt (0.9.11) unstable; urgency=low
|
|
|
|
|
|
[ Daniel Hartwig ]
|