From: Michael Vogt <mvo@ubuntu.com>
Date: Tue, 24 Nov 2015 20:29:56 +0000 (+0100)
Subject: releasing package apt version 1.1~exp16
X-Git-Tag: 1.1_exp16^0
X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/b52c3af4f970349747e362fdb19a4253c825a08b

releasing package apt version 1.1~exp16
---

diff --git a/debian/changelog b/debian/changelog
index 06f340d0e..72e80800f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+apt (1.1~exp16) experimental; urgency=medium
+
+  [ David Kalnischkies ]
+  * do not use _apt for file/copy sources if it isn't world-accessible
+    (Closes: 805069)
+  * support setting empty values (sanely) & removing support
+    for space-gapping: '-o option= value'
+    Thanks to Daniel Hartwig for initial patch. (Closes: 693092)
+  * ignore lost+found in private directory cleanup (Closes: 805424)
+  * update libapt-{pkg,inst} symbols files
+  * do not rerun ./configure causing FTCBFS with newer autotools-dev.
+    Thanks to Helmut Grohne for the detailed bugreport. (Closes: 804923)
+  * do not segfault in cache generation on mmap failure (Closes: 803417)
+  * do not sent Last-Modified if we expect a changed file
+  * show potentially arch-qualified fullname in 'apt show'
+
+  [ Frans Spiesschaert ]
+  * Dutch manpages translation (NEW) (Closes: 805474)
+
+  [ Justin B Rye ]
+  * review of new/changed translatable program strings
+
+ -- Michael Vogt <mvo@debian.org>  Tue, 24 Nov 2015 21:29:14 +0100
+
 apt (1.1~exp15) experimental; urgency=medium
 
   [ Julian Andres Klode ]