summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-07-24 16:19:56 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-07-24 16:19:56 +0200
commit7b15b702b1f908595a2ae484117746587f8e03aa (patch)
treede2a401793fc44ba0d52ba9f2f5b8841171794aa /debian/changelog
parent4bd60a02b45241039d4ca7b5cfaa005e552f3d0d (diff)
trigger the usage of the fallback code for kfreebsd also in the
second (filebased) constructor of DynamicMMap (Closes: #677704)
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ea15159c8..25f658fe3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ apt (0.9.7.3) UNRELEASED; urgency=low
- do not segfault if nothing can be configured to statisfy
a pre-depends (e.g. in a pre-depends loop) (Closes: #681958)
* apt-pkg/contrib/mmap.cc:
+ - trigger the usage of the fallback code for kfreebsd also in the
+ second (filebased) constructor of DynamicMMap (Closes: #677704)
- refer to APT::Cache-Start in case the growing failed as if -Limit is
really the offender it will be noted in a previous error message.