diff options
| author | jak@debian.org <> | 2009-06-08 16:55:53 +0200 |
|---|---|---|
| committer | jak@debian.org <> | 2009-06-08 16:55:53 +0200 |
| commit | 857774704739c39a68a1e72914a82e001e62ec93 (patch) | |
| tree | cb39aa37776079b57f678af04e65ee0c6e109b1d /debian | |
| parent | 6c4e35354bba110758d9009e1555b2e13cd5ce4f (diff) | |
| parent | 1b5b026c1013dc20b572a7fd2a690fe451248ab0 (diff) | |
| download | python-apt-857774704739c39a68a1e72914a82e001e62ec93.tar.gz | |
merge with mvo
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 55e68a52..ca215554 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,20 @@ python-apt (0.7.90) experimental; urgency=low -- Julian Andres Klode <jak@debian.org> Wed, 15 Apr 2009 13:47:42 +0200 +python-apt (0.7.10.4) UNRELEASED; urgency=low + + [ Stephan Peijnik ] + * apt/progress/__init__.py: + - add update_status_full() that takes file_size/partial_size as + additional callback arguments + - add pulse_items() that takes a addtional "items" tuple that + gives the user full access to the individual items that are + fetched + * python/progress.cc: + - low level code for update_status_full and pulse_items() + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 05 May 2009 11:57:57 +0200 + python-apt (0.7.10.3) unstable; urgency=low * apt/package.py: Handle cases where no candidate is available, by returning |
