~ubuntu-branches/ubuntu/natty/python-apt/natty-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Barry Warsaw, Barry Warsaw
  • Date: 2011-03-28 18:17:11 UTC
  • Revision ID: james.westby@ubuntu.com-20110328181711-k98tj0q221gx0iv9
Tags: 0.7.100.2ubuntu2
[ 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)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python-apt (0.7.100.2ubuntu2) natty; urgency=low
 
2
 
 
3
  [ Barry Warsaw ]
 
4
  * PyFetchProgress::Pulse(): When ignoring a false return value from
 
5
    PyArg_Parse() after running the simple callback pulse(), there can be
 
6
    an exception on the stack, which must be cleared.  (LP: #711225)
 
7
 
 
8
 -- Barry Warsaw <barry@ubuntu.com>  Mon, 28 Mar 2011 18:17:11 -0400
 
9
 
1
10
python-apt (0.7.100.2ubuntu1) natty; urgency=low
2
11
 
3
12
  * merged fix for parse_depends() in a multiarch environment