diff options
| author | Colin Watson <cjwatson@canonical.com> | 2009-12-02 15:14:22 +0000 |
|---|---|---|
| committer | Colin Watson <cjwatson@canonical.com> | 2009-12-02 15:14:22 +0000 |
| commit | c69e1b0d6e7224f21026c2ec793140b99b93f8de (patch) | |
| tree | 4563b1383065f0ed875b41af4c6498e87ebe2f8b /debian | |
| parent | 78e5a19a66ece4150cad2edd9010e1721db4cc6d (diff) | |
| download | python-apt-c69e1b0d6e7224f21026c2ec793140b99b93f8de.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/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index dbb91706..626cb9f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-apt (0.7.13.2ubuntu6) UNRELEASED; urgency=low + + * apt/progress/__init__.py: + - Fix InstallProgress.updateInterface() to cope with read() returning 0 + on non-blocking file descriptors (LP: #491027). + + -- Colin Watson <cjwatson@ubuntu.com> Wed, 02 Dec 2009 13:56:58 +0000 + python-apt (0.7.13.2ubuntu5) lucid; urgency=low * python/progress.cc: |
