diff options
| author | Sebastian Heinlein <sebi@glatzor.de> | 2008-08-25 00:08:23 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@glatzor.de> | 2008-08-25 00:08:23 +0200 |
| commit | ee8376bb4355b58b7816ab5c184dba1af231d76b (patch) | |
| tree | b53998fc74303a5d97272638100bf8d0ae13c5a3 /debian | |
| parent | 7e98c1633f22a652b7a69080d822c0af87331d04 (diff) | |
| parent | 34fa87e70cd6967805ba6faebf146bc4dcd5c14c (diff) | |
| download | python-apt-ee8376bb4355b58b7816ab5c184dba1af231d76b.tar.gz | |
Merge with mvo
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8cac6ae2..a2ae598a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,12 @@ python-apt (0.7.7.2) UNRELEASED; urgency=low - do not change working dir in debExtractArchive() (LP: #184093) * apt/cache.py: - support "in" in apt.Cache() (LP: #251587) + * python/progress.cc: + - when pulse() does not return a boolean assume "true" + (thanks to Martin Pitt for telling me about the problem) + * aptsources/__init__.py, aptsources/distinfo.py: + - run apt_pkg.init() when aptsources gets imported and not + the distinfo function -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 30 Jul 2008 10:24:30 +0200 |
