summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-02-07 20:04:59 +0100
committerJulian Andres Klode <jak@debian.org>2010-02-07 20:04:59 +0100
commitfdb6cbdee070ae6671bdb5ed6b8a549aac1d8107 (patch)
tree2018e27be1a8ee24a13965d5fba6852f90906450 /debian/changelog
parent662183288bbe0eac0578fa714e9eed564fd2f21d (diff)
downloadpython-apt-fdb6cbdee070ae6671bdb5ed6b8a549aac1d8107.tar.gz
* Fix some places where the old API was still used:
- apt/utils.py: Completely ported, previous one was old-API from Ubuntu. - apt/cache.py: Use the new progress classes instead of the old ones. - apt/package.py: Various smaller issues fixed, probably caused by merge.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c168de36..d981c8b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-apt (0.7.93.2) UNRELEASED; urgency=low
+
+ * Fix some places where the old API was still used:
+ - apt/utils.py: Completely ported, previous one was old-API from Ubuntu.
+ - apt/cache.py: Use the new progress classes instead of the old ones.
+ - apt/package.py: Various smaller issues fixed, probably caused by merge.
+
+ -- Julian Andres Klode <jak@debian.org> Sun, 07 Feb 2010 19:58:40 +0100
+
python-apt (0.7.93.1) unstable; urgency=low
[ Julian Andres Klode ]