]> git.saurik.com Git - apt.git/commitdiff
update changelog for update 0.9.11.1
authorMichael Vogt <mvo@debian.org>
Sat, 24 Aug 2013 07:13:57 +0000 (09:13 +0200)
committerMichael Vogt <mvo@debian.org>
Sat, 24 Aug 2013 07:13:57 +0000 (09:13 +0200)
debian/changelog

index 4b808646416a6c95e02c2bbacf780758d5b50ae3..de838bf0e555b3ec7a3b26863e6b5c3c51592f38 100644 (file)
@@ -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 ]