diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-05 22:41:57 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-05 22:41:57 +0200 |
| commit | 7bc62fa42772b72f5a4f68729e6fc3aabfb909e8 (patch) | |
| tree | 73661ee354e5403d61ca07dc96d8bec98d1b25f4 /debian | |
| parent | bfa4d690e7262c19b2f0bfc3905177c37f42cf34 (diff) | |
| parent | ad19dcb4f3608779551383103a23ccceb7df3e9c (diff) | |
| download | python-apt-7bc62fa42772b72f5a4f68729e6fc3aabfb909e8.tar.gz | |
merged from debian-sid, fix crash in Dsc file handling
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 26 |
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 |
