summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-01-17 15:41:44 +0100
committerJulian Andres Klode <jak@debian.org>2010-01-17 15:41:44 +0100
commita1f06a125e59bf06ea8fccea9b584097221c0032 (patch)
tree578f5367e8f5649384482c2cae71f8502b541049 /debian
parentef77bd9cc237bd3ddae8e22fd325b412ad46ab00 (diff)
downloadpython-apt-a1f06a125e59bf06ea8fccea9b584097221c0032.tar.gz
apt/progress/base.py: Fix some parsing of dpkg status fd.
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 646b9efe..5001f1fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ python-apt (0.7.93) UNRELEASED; urgency=low
* aptsources:
- Make all classes subclasses of object.
- distro.py: Support Python 3, decode lsb_release results using utf-8.
+ * apt/progress/base.py:
+ - Fix some parsing of dpkg status fd.
[ Colin Watson ]
* apt/progress/__init__.py: