summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-01-23 19:24:04 +0100
committerJulian Andres Klode <jak@debian.org>2010-01-23 19:24:04 +0100
commit89752fb6d465c78026befcc5a61e8af655587ad7 (patch)
tree9bb70d5d9733acb77a860cf135b2e01babe8e859 /debian
parentc654ae4c10bf40922e2ecf8f1b7fe1c2b97a06aa (diff)
downloadpython-apt-89752fb6d465c78026befcc5a61e8af655587ad7.tar.gz
python/acquire-item.cc: Support items without an owner set.
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 3fa0852f..87202817 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ python-apt (0.7.93.1) UNRELEASED; urgency=low
- Fix Cache.update() to not raise errors on successful updates.
* python/progress.cc:
- Fix some threading issues (add some missing PyCbObj_BEGIN_ALLOW_THREADS)
+ * python/acquire-item.cc:
+ - Support items without an owner set.
-- Julian Andres Klode <jak@debian.org> Sat, 23 Jan 2010 15:35:55 +0100