diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-15 18:24:47 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-15 18:24:47 +0200 |
commit | 2ca99a0dceb4101f1ecaff0348b1684cb975099c (patch) | |
tree | 7b044fa1dc21f038acb95f6c506e6bd4b12882f6 /debian/changelog | |
parent | 2c4eaffff40d4ee4a2c8410a48f1a6170d9beff9 (diff) |
* apt-pkg/tagfile.cc, tagfile.h:
- reverted the mmap patch again, it caused too much trouble with
pipes etc
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5f5421355..4c5841057 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,8 +25,10 @@ apt (0.6.45.1) unstable; urgency=low * apt-pkg/tagfile.cc: - applied patch from Jeroen van Wolffelaar to make the tags caseinsensitive (closes: #384182) + - reverted MMap use in the tagfile because it does not work + across pipes (closes: #383487) - -- + -- apt (0.6.45) unstable; urgency=low |