diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-22 14:56:29 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-22 14:56:29 +0100 |
| commit | e02913b6f336d4bf5bc2c17032c91ade974de04f (patch) | |
| tree | 3c3689a9f8d69eb45140d10d60b9e1d2d6b025bf /debian/changelog | |
| parent | 4e7cf23803ea29eb90b9c663cb6ded845067a6c7 (diff) | |
| download | python-apt-e02913b6f336d4bf5bc2c17032c91ade974de04f.tar.gz | |
* fixes for the pkgSrcRecords code
Diffstat (limited to 'debian/changelog')
| -rw-r--r-- | debian/changelog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e621b8d6..4b677c2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,12 @@ python-apt (0.6.16.2) unstable; urgency=low - 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) + + -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 22 Mar 2006 11:19:34 +0100 python-apt (0.6.16.1) unstable; urgency=low |
