summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2014-04-02 00:37:56 +0200
committerJulian Andres Klode <jak@debian.org>2014-04-02 00:37:56 +0200
commit6d629062a9ccd7d69985bf5c3def764a0a118ba6 (patch)
tree8889e52db36553f7b568ac8ac793a6da0f8400b3 /debian
parent9b3b1d216a844279d50cdd87a302069710f873c9 (diff)
downloadpython-apt-6d629062a9ccd7d69985bf5c3def764a0a118ba6.tar.gz
Release 0.9.3.5
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 582de786..ad11226a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+python-apt (0.9.3.5) unstable; urgency=medium
+
+ * utils/get_ubuntu_mirrors.py: Drop, its unused and broken
+ * doc/source/conf.py: Do not use 'u' and 'r' prefixes together
+ * tests: Drop some more Python 2.6 cruft
+ * debian/control: Drop X{B,S}-Python-Version and use X-Python-Version
+ * debian/pycompat: Drop, it's not used anymore
+ * python/tag.cc: Ignore missing 'encoding' attribute in file objects
+ * apt/package.py: Do not shadow _
+
+ -- Julian Andres Klode <jak@debian.org> Wed, 02 Apr 2014 00:37:27 +0200
+
python-apt (0.9.3.4) unstable; urgency=medium
* python/progress.cc: Fix InstallProgress to set child_pid (LP: #1177720)