diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-12-07 13:42:38 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-12-07 13:42:38 +0100 |
| commit | d3897306b07fab8490b32e8822685b54959be3e5 (patch) | |
| tree | 7c36a902fe7336099e43c8c8fe6e9abd09eabeac /debian | |
| parent | f93c69c24378aaed08c401b4303b60a6c2eb8260 (diff) | |
| download | python-apt-d3897306b07fab8490b32e8822685b54959be3e5.tar.gz | |
* python/generic.h:
- set Object to NULL in CppDeallocPtr
* python/depcache.cc:
- don't run "actiongroup.release()" if the object was already
deallocated
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8c8613d1..1d59b94f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +python-apt (0.7.100.1) 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.100) unstable; urgency=low * Final 0.7.100 release; targeted at Squeeze. |
