summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-11-23 19:43:52 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-11-23 19:43:52 +0100
commit9fa44c4a7c9ba0b856858b268445bd0f87ee58ae (patch)
treedbc132ab3404a33f5e8c950f62c2a806a4aa3bd3 /debian
parente88bce2daf00abe508730e1cd7dd5ef4243ec6f7 (diff)
downloadpython-apt-9fa44c4a7c9ba0b856858b268445bd0f87ee58ae.tar.gz
* python/depcache.cc:
- be more threading friendly
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 ca3308c8..538ee2c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ python-apt (0.7.4) UNRELEASED; urgency=low
* python/sourceslist.cc:
- support new "List" attribute that returns the list of
metaIndex source entries
+ * python/depcache.cc:
+ - be more threading friendly
* python/progress.cc:
- fix refcount problem in OpProgress
- fix refcount problem in FetchProgress