summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-12-29 16:38:48 +0100
committerMichael Vogt <mvo@debian.org>2013-12-29 16:38:48 +0100
commitc0d2427e7c8708df54a6cb1d06628abbde293692 (patch)
treee0f962ae60caff12106679bfcb022ad5d7537569
parentf99a02461efe5183a00d5e73da197b85f93cf57a (diff)
update changelog
-rw-r--r--debian/changelog21
1 files changed, 18 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 151be3bec..4293e201e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,18 +1,33 @@
-apt (0.9.14.2) UNRELEASED; urgency=low
+apt (0.9.14.2) unstable; urgency=low
[ Joe Hansen ]
* Danish translation update. Closes: #732166
[ Peter Green ]
* add apt-vendor for raspbian. Closes: #732749
+
+ [ Thomas Bechtold ]
+ * apt-pkg/contrib/gpgv.cc: use /tmp as fallback dir if the
+ directory from $TMPDIR is not available (closes: #728500)
[ Michael Vogt ]
* vendor/getinfo:
- fix ubuntu-codename
* vendor/steamos/*:
- add steamos support
-
- -- Christian Perrier <bubulle@debian.org> Sun, 15 Dec 2013 08:43:06 +0100
+ * bugfix/bts731738-fancy-progess:
+ - fix terminal size issues with e.g. "less" when "APT::Progress-Fancy=1"
+ is used (closes: #731738)
+ * feature/policy-parser-bts732746:
+ - allow more flexibility in /etc/apt/preferences, e.g. comment only
+ sections (closes: #732746)
+ * move TMPDIR handling into GetTempDir() and use that instead of
+ getenv("TMPDIR")
+ * update apt-key net-update and add integration test with the buildin
+ apt webserver
+ * run autopkgtest against the installed apt
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Sun, 29 Dec 2013 16:30:14 +0100
apt (0.9.14.1) unstable; urgency=medium