summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-12-02 16:48:32 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-12-02 16:48:32 +0100
commitc197bef880cf57d4c4257c5053d993f896f697f8 (patch)
tree61a4041791d5dc0cfab544e5644c40bb3e70dab8 /debian
parent18e9800bb962072e79e99f8fb1a29692919596ee (diff)
downloadpython-apt-c197bef880cf57d4c4257c5053d993f896f697f8.tar.gz
* apt/progress/__init__.py:
- Fix InstallProgress.updateInterface() to cope with read() returning 0 on non-blocking file descriptors (LP: #491027).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 48d5b78d..7df51cf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
python-apt (0.7.13.4) UNRELEASED; urgency=low
+ [ Colin Watson ]
+ * apt/progress/__init__.py:
+ - Fix InstallProgress.updateInterface() to cope with read() returning 0
+ on non-blocking file descriptors (LP: #491027).
+
+ [ Michael Vogt ]
* po/zh_CN.po:
- updated, thanks to Feng Chao
* python/progress.cc: