summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2015-05-07 10:41:34 +0200
committerMichael Vogt <mvo@ubuntu.com>2015-05-07 10:41:34 +0200
commitaccd8215ca9a1cb10e92a059d71eb02aac2f0743 (patch)
treead673f0421bf5dc2b3f6ab5e91f5dd074bd2661c /debian/changelog
parentb32f5e0d93608f82a7516440a6da7a3131eb358e (diff)
parent4694e07d450baa13fa04482752ca369a5797c640 (diff)
Merge branch 'debian/jessie' into ubuntu/master1.0.9.9ubuntu1
Conflicts: configure.ac debian/changelog
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog35
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e64a70d33..769610e52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,38 @@
+apt (1.0.9.9ubuntu1) wily; urgency=low
+
+ * merged from debian/sid
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 07 May 2015 10:40:54 +0200
+
+apt (1.0.9.9) unstable; urgency=medium
+
+ [ David Kalnischkies ]
+ * parse specific-arch dependencies correctly on single-arch systems
+ (Closes: 777760)
+ * remove "first package seen is native package" assumption.
+ Thanks to Axel Beckert for testing (Closes: 782777)
+
+ -- David Kalnischkies <david@kalnischkies.de> Tue, 28 Apr 2015 16:11:27 +0200
+
+apt (1.0.9.8) unstable; urgency=medium
+
+ [ 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) (LP: #807303)
+ * 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)
+ * parse specific-arch dependencies correctly on single-arch systems
+ (Closes: 777760)
+
+ [ Michael Vogt ]
+ * fix crash in order writing in pkgDPkgPM::WriteApportReport() (LP: #1436626)
+
+ -- David Kalnischkies <david@kalnischkies.de> Mon, 13 Apr 2015 07:14:36 +0200
+
apt (1.0.9.7ubuntu4) vivid; urgency=medium
[ Michael Vogt ]