summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-01-23 19:21:26 +0100
committerJulian Andres Klode <jak@debian.org>2010-01-23 19:21:26 +0100
commitc654ae4c10bf40922e2ecf8f1b7fe1c2b97a06aa (patch)
tree3a17204be569cbb2131ff1a5913dcda56197476d /debian
parente29ff27343b203fd4150d6171efdc7e6ae5a68bf (diff)
downloadpython-apt-c654ae4c10bf40922e2ecf8f1b7fe1c2b97a06aa.tar.gz
* python/progress.cc:
- Fix some threading issues (add some missing PyCbObj_BEGIN_ALLOW_THREADS)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 95ca5b41..3fa0852f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ python-apt (0.7.93.1) UNRELEASED; urgency=low
* Fix reference counting for old progress classes (Closes: #566370).
* apt/cache.py:
- Fix Cache.update() to not raise errors on successful updates.
+ * python/progress.cc:
+ - Fix some threading issues (add some missing PyCbObj_BEGIN_ALLOW_THREADS)
-- Julian Andres Klode <jak@debian.org> Sat, 23 Jan 2010 15:35:55 +0100