diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-03-03 16:25:30 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-03-03 16:25:30 +0100 |
| commit | 8cb1f8fb9968d91f8f1bbece3f93aaeda36f0801 (patch) | |
| tree | 11c55bcfbdc2772d0720c923e7028159f50e62b7 /debian | |
| parent | a5f0b3a05f85e5c24d0cbc6f5cfd3834346e79aa (diff) | |
| download | python-apt-8cb1f8fb9968d91f8f1bbece3f93aaeda36f0801.tar.gz | |
* apt/progress/old.py:
- Let the new method call the old one; e.g. status_update() now calls
self.statusUpdate(). This improves compatibility for sub classes.
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 30a1182a..79b3d810 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ python-apt (0.7.93.4) unstable; urgency=low source version is not specified (i.e. in the normal case). * apt/progress/text.py: - Drop InstallProgress, it's useless to keep this alias around. + * apt/progress/old.py: + - Let the new method call the old one; e.g. status_update() now calls + self.statusUpdate(). This improves compatibility for sub classes. -- Julian Andres Klode <jak@debian.org> Mon, 01 Mar 2010 16:13:22 +0100 |
