diff options
author | Colin Watson <cjwatson@canonical.com> | 2007-09-22 21:38:43 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@canonical.com> | 2007-09-22 21:38:43 +0100 |
commit | 296e7f4b92edd2fe13c6caf689aaa29dc56b860f (patch) | |
tree | 67d335b6d63c8d4fa632adf819afdaf285d866f0 /debian/changelog | |
parent | c9034b42ab8da606fc0214dbad54025fc4b586af (diff) |
* apt-pkg/contrib/mmap.cc:
- don't fail if msync() returns > 0 (LP: #144001)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index effaed1f7..60fce3015 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.7.6ubuntu11) UNRELEASED; urgency=low + + * apt-pkg/contrib/mmap.cc: + - don't fail if msync() returns > 0 (LP: #144001) + + -- Colin Watson <cjwatson@ubuntu.com> Sat, 22 Sep 2007 21:21:19 +0100 + apt (0.7.6ubuntu10) gutsy; urgency=low * apt-pkg/deb/dpkgpm.cc: |