diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-03-29 09:07:52 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-03-29 09:07:52 +0200 |
| commit | 4bbf76cfa7a42b0cccd650baf3508cf6cfb14c5a (patch) | |
| tree | c56f9dcaad46218d1a76f32778f4f591ca692136 /debian | |
| parent | bb7a6b6a948ee5cd81e68558a8fdb2956bc1049b (diff) | |
| download | python-apt-4bbf76cfa7a42b0cccd650baf3508cf6cfb14c5a.tar.gz | |
PyFetchProgress::Pulse(): When ignoring a false return value from
PyArg_Parse() after running the simple callback pulse(), there can be
an exception on the stack, which must be cleared. (LP: #711225)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0be3ab65..0aed50d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ python-apt (0.7.100.3) UNRELEASED; urgency=low + [ Barry Warsaw ] + * PyFetchProgress::Pulse(): When ignoring a false return value from + PyArg_Parse() after running the simple callback pulse(), there can be + an exception on the stack, which must be cleared. (LP: #711225) + + [ Michael Vogt ] * python/arfile.cc, apt/debfile.py: - add support for .xz archives * tests/test_debfile.py: |
