summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2014-03-15 18:54:03 +0100
committerJulian Andres Klode <jak@debian.org>2014-03-15 18:54:03 +0100
commit39d8d407894b9d6416bac445440b0a761c8afe56 (patch)
treefa1857f5f821a91b2ffce7bbf0ba64894bba4c15
parenta05fa8f6bacea135ba2954e9702aa95b54203322 (diff)
downloadpython-apt-39d8d407894b9d6416bac445440b0a761c8afe56.tar.gz
Release 0.9.3.3
-rw-r--r--debian/changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a6df3428..3a9af935 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+python-apt (0.9.3.3) unstable; urgency=medium
+
+ [ Steve Langasek ]
+ * aptsources/sourceslist.py: ensure that our sources are opened with UTF-8
+ encoding, regardless of the current locale, and handle the sources lines
+ as Unicode internally for consistency between python2 and python3.
+ LP: #1069019.
+
+ [ Brian Murray ]
+ * Fix pep8 error.
+
+ -- Julian Andres Klode <jak@debian.org> Sat, 15 Mar 2014 18:53:58 +0100
+
python-apt (0.9.3.2) unstable; urgency=high
* Revert "* apt/cache.py:" (rootdir change) (Closes: #741251) (LP: #1288171)