diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-06-12 19:36:08 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-06-12 19:36:08 +0200 |
| commit | 9a968fbe949fc6f13a8a7074197156f3682b7682 (patch) | |
| tree | 42f20c7db17970a97cac85c1c5aeeee1f6ab9e44 /debian | |
| parent | 395b33f9f8e93223f933c625bacbf1e2d23c6673 (diff) | |
| parent | 81a030505cb46a35f670150929fad5862cd12767 (diff) | |
| download | python-apt-9a968fbe949fc6f13a8a7074197156f3682b7682.tar.gz | |
apt/progress.py: Extract the package name from the status message (Closes: #532660)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9f9838c3..7e79e89c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ python-apt (0.7.92) UNRELEASED; urgency=low + [ Julian Andres Klode ] * Add apt_pkg.HashString and apt_pkg.IndexRecords (Closes: #456141) * Add apt_pkg.Policy class (Closes: #382725) * Allow types providing __new__() to be subclassed. * Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149) + [ Sebastian Heinlein ] + * apt/progress.py: Extract the package name from the status message + (Closes: #532660) + -- Julian Andres Klode <jak@debian.org> Fri, 12 Jun 2009 18:42:02 +0200 python-apt (0.7.91) experimental; urgency=low |
