summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-08-08 13:06:26 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-08-08 13:06:26 +0200
commitc44f1fc99e2afd12c79825cdb8e7d287d400bba7 (patch)
treeb1e30437fd00d04f4a7b8027b82e13bf2c114e0d /debian
parentf72bdc92aac842ccaa406a96f8bfbad1cc9a2835 (diff)
parent2fa02f88701da8277e6082942b928031a10cc08c (diff)
downloadpython-apt-c44f1fc99e2afd12c79825cdb8e7d287d400bba7.tar.gz
merge from the debian-sid branch
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 87a09438..d0d0c338 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+python-apt (0.8.1) UNRELEASED; urgency=low
+
+ [ Julian Andres Klode ]
+ * Breaks: debsecan (<< 0.4.15) [not only << 0.4.14] (Closes: #629512)
+
+ [ Michael Vogt ]
+ * python/arfile.cc:
+ - use APT::Configuration::getCompressionTypes() instead of duplicating
+ the supported methods here
+ * tests/test_debfile.py:
+ - add test for raise on unknown data.tar.xxx
+ * tests/test_aptsources_ports.py, tests/test_aptsources.py:
+ - use tmpdir during the tests to fix test failure with apt from
+ experimental
+ * tests/test_apt_cache.py:
+ - fix test by providing proper fixture data
+
+ -- Julian Andres Klode <jak@debian.org> Tue, 07 Jun 2011 14:00:22 +0200
+
python-apt (0.8.0ubuntu1) UNRELEASED; urgency=low
[ Julian Andres Klode ]