summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-28 10:59:54 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-28 10:59:54 +0000
commit55b2eeb0b63b544b3519b019f6d3969d88296618 (patch)
treeef9a4ff5f89381b11d7fdd90de469758e7fa0ca4 /debian
parent9861af130e14ec76fd6b5e945ac5d57d8128503c (diff)
downloadpython-apt-55b2eeb0b63b544b3519b019f6d3969d88296618.tar.gz
* interface fixes for kamion, pychecker fixes
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7b8925e0..4a37a69d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+python-apt (0.6.16.2) unstable; urgency=low
+
+ * apt/progress.py:
+ - added InstallProgress.statusChange(pkg, percent, status)
+ - make DumbInstallProgress a new-style class
+ (thanks to kamion for the suggestions)
+ - fix various pychecker warnings
+ * apt/cache.py, apt/package.py: fix various pychecker warnings
+
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Feb 2006 11:40:38 +0100
+
python-apt (0.6.16.1) unstable; urgency=low
* memleak fixed when pkgCache objects are deallocated