summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-12-22 10:50:50 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-12-22 10:50:50 +0100
commit33dd13058d468772153e3182c7d8b126f1e0f6ba (patch)
tree209d17b3eec3dc220e664dd59964764e684444aa /debian
parentb4816b79b3ce90fdabed8e812fc8e6f7109d1de0 (diff)
downloadpython-apt-33dd13058d468772153e3182c7d8b126f1e0f6ba.tar.gz
* python/depcache.cc:
- when using the actiongroup as a contextmanager incref/decref on enter and leave. this should fix the instablity issues that aptdaemon runs into (LP: #691134)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9740fa4e..61b9864b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,10 @@ python-apt (0.7.100.1) UNRELEASED; urgency=low
* apt/debfile.py, tests/test_debfile.py:
- strip "./" from _get_content and add tests, this fixes a control
file extraction bug in gdebi
+ * python/depcache.cc:
+ - when using the actiongroup as a contextmanager incref/decref
+ on enter and leave. this should fix the instablity issues
+ that aptdaemon runs into (LP: #691134)
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 07 Dec 2010 13:41:07 +0100