diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-12-07 14:44:39 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-12-07 14:44:39 +0100 |
| commit | 75d543ab1da09548cda785f76401f4c40b799e26 (patch) | |
| tree | be1eed9e595e0fd423540fca7f02cf0558d83d31 /debian | |
| parent | 871ae7011578cd84269e0ddfe20609261cfb88a1 (diff) | |
| parent | 6a05a8302c405c4c8d1b59f6be8c2d0974c6ce1e (diff) | |
| download | python-apt-75d543ab1da09548cda785f76401f4c40b799e26.tar.gz | |
merged from the mvo branch
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4c320ba0..f55369d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-apt (0.7.100ubuntu2) UNRELEASED; urgency=low + + * python/generic.h: + - set Object to NULL in CppDeallocPtr + * python/depcache.cc: + - don't run "actiongroup.release()" if the object was already + deallocated + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Dec 2010 13:41:07 +0100 + python-apt (0.7.100ubuntu1) natty; urgency=low * re-merged from debian/sid @@ -86,6 +96,8 @@ python-apt (0.7.98) unstable; urgency=low - do use PyString_FromFormat(), in python versions below 2.7 it does not support long long (%llu), use strprintf() from libapt instead + * tests/test_apt_cache.py: + - fix tests to work if apt compressed indexes are enabled [ Kiwinote ] * apt/debfile: |
