summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2013-10-23 20:32:44 +0200
committerJulian Andres Klode <jak@debian.org>2013-10-23 20:32:44 +0200
commite88b9997d141c71d5af260e119d551a0ad92d90a (patch)
treefb8454620f86d505d00c9d553616fcbb48064b18
parent372cffb0b31d4ba681e83db00dc1607a141c5e41 (diff)
downloadpython-apt-e88b9997d141c71d5af260e119d551a0ad92d90a.tar.gz
Release 0.9.1 to unstable
-rw-r--r--debian/changelog19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 84f38c0e..06c6946c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+python-apt (0.9.1) unstable; urgency=low
+
+ * data/templates/Ubuntu.info.in: It's 'Tahr', not 'Thar'
+ * data/templates/Debian.info.in: Add jessie
+ * data/templates/Debian.info.in: Change wheezy version from 7.0 to 7
+ * python/*.cc: Get rid of the easy-to-replace deprecated APT functions
+ * python/{depcache.cc,string.cc}: Ignore deprecation warnings for some calls
+ * python/depcache.cc: Add more error handling to PkgDepCacheCommit
+ * python/cache.cc: Remove a check for an unsigned long value < 0
+ * python/arfile.cc: (C++11) Explicitly cast unsigned long to time_t in {}
+ * python/apt_instmodule.cc: Make RETURN(x) be return on Python 2
+ * python/policy.cc: (scan-build): Fix a dead assignment
+ * python/progress.cc: (scan-build): Fix some uninitialized values
+ * debian: Upgrade to debhelper 9 (and dpkg-buildflags)
+ * debian/python-apt-doc.links: Replace bundled underscore.js by symlink
+ * po: Update the template
+
+ -- Julian Andres Klode <jak@debian.org> Wed, 23 Oct 2013 20:32:40 +0200
+
python-apt (0.9.0) unstable; urgency=low
[ Michael Vogt ]