summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-03-03 21:21:05 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-03-03 21:21:05 +0100
commit2342bc7c05da5589f166496fe1112b249598648f (patch)
tree6ccb3681e9f7328cdb70823fa9183da2062d713e /debian
parent46c29108ea76d1ca336042be99bbe11e8e5061b8 (diff)
parent754744630ff6228029cd025074dc0cfe3de08495 (diff)
downloadpython-apt-2342bc7c05da5589f166496fe1112b249598648f.tar.gz
* python/cache.cc, tests/getcache_mem_corruption.py:
- test if progress objects have the right methods and raise error if not (thanks to Emanuele Rocca) closes: #497049
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 f8494712..9df26b05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,10 @@ python-apt (0.7.9~exp3) experimental; urgency=low
config from it as well
* python/configuration.cc, python/apt_pkgmodule.cc:
- add apt_pkg.ReadConfigDir()
+ * python/cache.cc, tests/getcache_mem_corruption.py:
+ - test if progress objects have the right methods
+ and raise error if not (thanks to Emanuele Rocca)
+ closes: #497049
* apt/package.py:
- avoid uneeded interal references in the Package objects