summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-05-17 18:12:04 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-05-17 18:12:04 +0200
commit9835bc4332eba7c3a7ab27290cf103d10a8d090f (patch)
treeb8a772f150f0163313111eb3cafbc3dd6647e2fc
parent0a6e7dc1aac196e640bda1160c9561a398d76044 (diff)
downloadpython-apt-9835bc4332eba7c3a7ab27290cf103d10a8d090f.tar.gz
* changelog updates
-rw-r--r--debian/changelog8
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index e1dfd27a..896e4a0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,12 @@ python-apt (0.6.17) unstable; urgency=low
- 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)
+ - Release locks on failure (thanks to Colin Watson)
+ - fix various pychecker warnings
+ * apt/package.py:
+ - fix various pychecker warnings
+ - check if looupRecords succeeded
+ * apt/cache.py:
* python/srcrecords.cc:
- add "Restart" method
- don't run auto "Restart" before performing a Lookup