]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
merged from donkult
[apt.git] / debian / changelog
index 2819158376012d22aa9ac76eeb01e9063470bc8c..20dc9d188a2eb4d23733991b36983a99bbe24723 100644 (file)
@@ -1,3 +1,13 @@
+apt (0.9.7) UNRELEASED; urgency=low
+
+  * apt-pkg/contrib/mmap.cc:
+    - Fix the Fallback option to work correctly, by not calling
+      realloc() on a map mapped by mmap(), and by using malloc
+      and friends instead of new[].
+    - Zero out the new memory allocated with realloc().
+
+ -- Julian Andres Klode <jak@debian.org>  Sat, 16 Jun 2012 14:28:38 +0200
+
 apt (0.9.6.1) UNRELEASED; urgency=low
 
   [ Daniel Hartwig ]