]> git.saurik.com Git - apt.git/blobdiff - debian/changelog
eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
[apt.git] / debian / changelog
index e4da484d46ad521f0d2631d86f1c0575524c0908..ea7e0469bdf514d16f24c1d1e05da992f729ce1a 100644 (file)
@@ -37,8 +37,8 @@ apt (0.7.22) UNRELEASED; urgency=low
   * versions with a pin of -1 shouldn't be a candidate (Closes: #355237)
   * prefer mmap as memory allocator in MMap instead of a static char
     array which can (at least in theory) grow dynamic
-  * add a segfault handler to MMap to show the Cache-Limit message, which
-    can be deactivated with MMap::SegfaultHandler=false (Closes: 535218)
+  * eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
+    which can arise if cache doesn't fit into the mmap (Closes: #535218)
   * display warnings instead of errors if the parts dirs doesn't exist
 
   [ Michael Vogt ]