diff options
| author | Michael Vogt <egon@bottom> | 2006-04-29 21:43:22 +0200 |
|---|---|---|
| committer | Michael Vogt <egon@bottom> | 2006-04-29 21:43:22 +0200 |
| commit | b2027f3494dcc42846c8a1106a4fd4b71cd8ed24 (patch) | |
| tree | ef83cdce0261661c21f588edbe838acf47166d3c /debian/changelog | |
| parent | a6d05b8fe1d75e27ca938e684971e4e0cb0ea8c9 (diff) | |
| parent | 0e8fd33b1b741cc65c284a08faa50b3a2995ac3c (diff) | |
| download | python-apt-b2027f3494dcc42846c8a1106a4fd4b71cd8ed24.tar.gz | |
* merged from mainline
Diffstat (limited to 'debian/changelog')
| -rw-r--r-- | debian/changelog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7b8925e0..e1dfd27a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +python-apt (0.6.17) unstable; urgency=low + + * apt/progress.py: + - initialize FetchProgress.eta with the correct type + - strip the staus str before passing it to InstallProgress.statusChanged() + - added InstallProgress.statusChange(pkg, percent, status) + - make DumbInstallProgress a new-style class + (thanks to kamion for the suggestions) + - fix various pychecker warnings + * apt/cache.py: + - return useful values on Cache.update() + * apt/cache.py, apt/package.py: fix various pychecker warnings + * apt/cache.py: Release locks on failure (thanks to Colin Watson) + * python/srcrecords.cc: + - add "Restart" method + - don't run auto "Restart" before performing a Lookup + - fix the initalization (no need to pass a PkgCacheType to the records) + - added "Index" attribute + * python/indexfile.cc: + - added ArchiveURI() method + + -- + +python-apt (0.6.16.2) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: + + Replaces: python-apt (<< 0.6.11), instead of Conflicts which is not + correct here. (closes: #308586). + + -- Pierre Habouzit <madcoder@debian.org> Fri, 14 Apr 2006 19:30:51 +0200 + python-apt (0.6.16.1) unstable; urgency=low * memleak fixed when pkgCache objects are deallocated |
