summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-30 18:29:13 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-30 18:29:13 +0200
commitbb517c1da9e82d36b2c599f308d5451be68fadcb (patch)
treea29f9eb357a50ef19f7ba79be53732b8acaf2533 /debian
parentd5465906199b5c866db900b99b59c107cb46055d (diff)
downloadpython-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/changelog3
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 ]