summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2015-04-08 12:25:32 +0200
committerMichael Vogt <mvo@ubuntu.com>2015-04-08 12:25:32 +0200
commit229b2bf383e9e52504108dc3f8c01200d1211562 (patch)
treecb3439c59e791e10ffa636039369ea2ab3830e25
parent460f0f95b22c36ddc5f184cef33c54a482b5f112 (diff)
releasing package apt version 1.0.9.7ubuntu51.0.9.7ubuntu5
-rw-r--r--debian/changelog19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e64a70d33..8d5ba606d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+apt (1.0.9.7ubuntu5) vivid; urgency=medium
+
+ * merge fixes from the debian/jessie branch:
+
+ [ David Kalnischkies ]
+ * fix another d(e)select-upgrade typo (LP: #1399037)
+ * properly handle expected filesize in https.
+ Thanks to Robert Edmonds and Anders Kaseorg for initial patchs
+ (Closes: 777565, 781509)
+ * avoid depends on std::string implementation for pkgAcquire::Item::Mode
+ (Closes: 781858)
+ * demote VectorizeString gcc attribute from const to pure
+ * keyids in "apt-key del" should be case-insensitive (Closes: 781696)
+
+ [ Michael Vogt ]
+ * fix crash in order writing in pkgDPkgPM::WriteApportReport() (LP: #1436626)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Apr 2015 12:25:27 +0200
+
apt (1.0.9.7ubuntu4) vivid; urgency=medium
[ Michael Vogt ]