summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-02-27 02:02:25 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-02-27 02:02:25 +0100
commit06afffcc24f339e8735acd4698af6e5995ad24aa (patch)
tree8360c31e2e53446816eddb8e2610f6bdea0ecc3e /debian
parentd1082b44827dc90ddeffb246f3eacfff387a9c5e (diff)
* apt-pkg/contrib/mmap.{h,cc}:
- add char[] fallback for filesystems without shared writable mmap() like JFFS2. Thanks to Marius Vollmer for writing and to Loïc Minier for pointing to the patch! (Closes: #314334)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9fc481276..39cc70da9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ apt (0.7.26) UNRELEASED; urgency=low
- don't crash if no arguments are given (Closes: #570962)
* debian/control:
- remove some years old and obsolete Replaces
+ * apt-pkg/contrib/mmap.{h,cc}:
+ - add char[] fallback for filesystems without shared writable
+ mmap() like JFFS2. Thanks to Marius Vollmer for writing
+ and to Loïc Minier for pointing to the patch! (Closes: #314334)
-- David Kalnischkies <kalnischkies@gmail.com> Fri, 19 Feb 2010 21:21:43 +0100