diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-30 18:29:13 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-30 18:29:13 +0200 |
| commit | bb517c1da9e82d36b2c599f308d5451be68fadcb (patch) | |
| tree | a29f9eb357a50ef19f7ba79be53732b8acaf2533 /debian | |
| parent | d5465906199b5c866db900b99b59c107cb46055d (diff) | |
| download | python-apt-bb517c1da9e82d36b2c599f308d5451be68fadcb.tar.gz | |
apt/progress/__init__.py: Fix InstallProgress.waitChild()
- Do not break out of InstallProgress.waitChild()'s loop just because it
is hitting EINTR, but only on child exit or on ECHILD.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c2d30cf9..49c74106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,9 @@ python-apt (0.7.12.0) unstable; urgency=low - Return VersionList objects in Package.versions, which are sequences and also provide features of mappings. (partial API BREAK) + Allows to get a specific version (Closes: #523998) + * apt/progress/__init__.py: + - Do not break out of InstallProgress.waitChild()'s loop just because it + is hitting EINTR, but only on child exit or on ECHILD. * Use debhelper 7 instead of CDBS [ Stefano Zacchiroli ] |
