summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-07-21 16:54:28 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-07-21 16:54:28 +0200
commitc5f44afc2446d738e30ea4c6021d4b60915546b1 (patch)
tree1cfe5423b78af6575458b7b357cdff5264246c14 /debian/changelog
parent6009e60d0192832277242438ad7ca2fc24a4c075 (diff)
eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc
which can arise if cache doesn't fit into the mmap (Closes: #535218) This removes also the previously introduced SegfaultSignalHandler: The handler works, but is ugly by design...
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e4da484d4..ea7e0469b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 ]