Merge remote-tracking branch 'mvo/feature/dpkg-progress-fancy' into debian/sid
[ntk/apt.git] / debian / changelog
index b13e3be..638d8ef 100644 (file)
@@ -1,3 +1,26 @@
+apt (0.9.11.5) UNRELEASED; urgency=low
+
+  [ Christian Perrier ]
+  * Fix typo in apt-private/private-show.cc. Thanks to Benjamin
+    Keresa. Closes: #724073
+  
+  [ Mark Hymers ]
+  * fix libapt-inst for >2G debs (closes: #725483)
+
+ -- Christian Perrier <bubulle@debian.org>  Mon, 23 Sep 2013 07:05:34 +0200
+
+apt (0.9.11.4) unstable; urgency=low
+
+  [ Oskari Saarenmaa ]
+  * don't truncate 100 char long paths in tar extraction.
+    Thanks to Mika Eloranta for the testcase! (Closes: #689582)
+
+  [ David Kalnischkies ]
+  * do not trust FileFd::Eof() in pkgTagFile::Fill()
+    Thanks to Cyril Brulebois (Closes: 723705)
+
+ -- Michael Vogt <mvo@debian.org>  Fri, 20 Sep 2013 16:12:07 +0200
+
 apt (0.9.11.3) unstable; urgency=low
 
   [ Michael Vogt ]
@@ -6,6 +29,8 @@ apt (0.9.11.3) unstable; urgency=low
   * fix typo (mkostemp->mkstemp)
   * Remove invalid "-f" option for apt-get check, thanks to
     Philipp Weis (closes: #721477)
+  * Fix regression of "apt-cache unmet -i", thanks to Daniel Schepler
+    (closes: #722324)
 
   [ David Kalnischkies ]
   * use FileFd in HashSum test to unbreak non-linux ports.