summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog26
1 files changed, 22 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 8e5b4565..3906c485 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,31 @@
-python-apt (0.7.96.1) UNRELEASED; urgency=low
+python-apt (0.7.97) UNRELEASED; urgency=low
- * tests/test_debfile.py:
- - properly setup fixture data to make debfile test pass
- (closes: #588796)
+ [ Julian Andres Klode ]
+ * python/tag.cc:
+ - Support gzip compression for control files (Closes: #383617),
+ requires APT (>> 0.7.26~exp10) to work.
+ * doc/conf.py:
+ - Correctly handle non-digit characters in version (ignore everything
+ after them).
+ * python/apt_pkgmodule.cc:
+ - Bind pkgAcquire::Item::StatTransientNetworkError (Closes: #589010)
+ * doc/library/apt_pkg.rst:
+ - Document Configuration.dump().
+
+ [ Michael Vogt ]
* python/configuration.cc:
- add binding for the "dump()" method to configruation objects
* apt/debfile.py:
- fix crash in DscFile handling and add regression test
+ -- Julian Andres Klode <jak@debian.org> Fri, 23 Jul 2010 16:14:39 +0200
+
+python-apt (0.7.96.1) unstable; urgency=low
+
+ * tests/test_debfile.py:
+ - properly setup fixture data to make debfile test pass
+ (closes: #588796)
+
-- Michael Vogt <mvo@debian.org> Mon, 12 Jul 2010 14:14:51 +0200
python-apt (0.7.96) unstable; urgency=low