summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-28 20:13:10 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-28 20:13:10 +0000
commitcbcd7a454118a4633102969cdd3ff657b1b24655 (patch)
tree13597d7e59e60393e91dd11da04349f754271bb0
parent04fd391bf8f1b627f98b0aac4e4aa59c933eabe4 (diff)
downloadpython-apt-cbcd7a454118a4633102969cdd3ff657b1b24655.tar.gz
* updated changelog
-rw-r--r--debian/changelog14
1 files changed, 4 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog
index cc7e7e56..23f586d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,24 +1,18 @@
-python-apt (0.6.16.2ubuntu2) dapper; urgency=low
+python-apt (0.6.16.2) unstable; urgency=low
* apt/progress.py:
- initialize FetchProgress.eta with the correct type
- strip the staus str before passing it to InstallProgress.statusChanged()
- * apt/cache.py:
- - return useful values on Cache.update()
-
- -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Feb 2006 14:07:06 +0100
-
-python-apt (0.6.16.2ubuntu1) dapper; 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:
+ - return useful values on Cache.update()
* apt/cache.py, apt/package.py: fix various pychecker warnings
- -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 28 Feb 2006 12:04:37 +0100
+ --
python-apt (0.6.16.1) unstable; urgency=low