diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-10-15 16:00:44 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-10-15 16:00:44 +0200 |
commit | 27cae7715489c13c504590cf77a6d22680dbe0b1 (patch) | |
tree | 7d5b13103d19917101f67ed41c8264de440dd726 /debian | |
parent | 5caefc9115860e1bc1fdff8971a9e45f96a1c4e5 (diff) |
* apt-pkg/pkgcachegen.cc:
- Fix crash if the cache is remapped while writing a Provides version
(LP: #1066445).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1fd2e8936..f83d661a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,11 @@ apt (0.9.7.6) UNRELEASED; urgency=low * increase the maximum netrc login/password size and show proper error message on overflow + [ Colin Watson ] + * apt-pkg/pkgcachegen.cc: + - Fix crash if the cache is remapped while writing a Provides version + (LP: #1066445). + -- David Kalnischkies <kalnischkies@gmail.com> Wed, 19 Sep 2012 11:29:56 +0200 apt (0.9.7.5) unstable; urgency=low |