diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-06-15 10:56:01 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-06-15 10:56:01 +0200 |
| commit | 1928a8fab432b219c6286ff08b142c57c6df5e6b (patch) | |
| tree | 997869b9a68c6367ddcd10b6785dfa65adf54c5f /debian | |
| parent | 1b5b026c1013dc20b572a7fd2a690fe451248ab0 (diff) | |
| download | python-apt-1928a8fab432b219c6286ff08b142c57c6df5e6b.tar.gz | |
* python/progress.cc:
- fix crash in RunSimpleCallback()
* apt/cache.py:
- when the cache is run with a alternative rootdir, create
required dirs/files automatically
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 a3faab79..0f9463b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -99,8 +99,13 @@ python-apt (0.7.9) unstable; urgency=low closes: #497049 * apt/package.py: - avoid uneeded interal references in the Package objects + * python/progress.cc: + - fix crash in RunSimpleCallback() * aptsources/sourceslist.py: - fix bug in invalid lines detection (LP: #324614) + * apt/cache.py: + - when the cache is run with a alternative rootdir, create + required dirs/files automatically -- Michael Vogt <mvo@debian.org> Thu, 19 Mar 2009 13:39:21 +0100 |
