summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-06-06 18:20:35 +0200
committerMichael Vogt <mvo@debian.org>2013-06-06 18:20:35 +0200
commit245ba2c306e663fb311b7796fdf13a7ae7073a4d (patch)
treeb80b7c51d94908186c9d9a333be390e08297f567 /debian
parente3b402f40373365e169f30d276e467f708074ffc (diff)
Fix double free (closes: #711045)
* Fix double free (closes: #711045) * Fix crash when the "mirror" method does not find any entry (closes: #699303)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f0eb0421d..e31070aec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,11 @@ apt (0.9.8.2) UNRELEASED; urgency=low
- fix build failure when building without NLS (closes: #671587)
[ Gregoire Menuel ]
- * fix double free (closes: #711045)
+ * Fix double free (closes: #711045)
+
+ [ Raphael Geissert ]
+ * Fix crash when the "mirror" method does not find any entry
+ (closes: #699303)
-- Christian Perrier <bubulle@debian.org> Thu, 16 May 2013 22:28:22 +0200