summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-09-15 15:17:13 +0200
committerJulian Andres Klode <jak@debian.org>2009-09-15 15:17:13 +0200
commit2a5bb5071e4046773407bfb47511c72dcd1aa887 (patch)
tree4354eaabea5331627ca7228db1d8d8d19226497e /debian
parent92ee136013b7432b0e21694098b17f3d0a4f7be5 (diff)
downloadpython-apt-2a5bb5071e4046773407bfb47511c72dcd1aa887.tar.gz
apt/cache.py: Add raiseOnError option to Cache.update() (Closes: #545474)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 51946519..24ce6245 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ python-apt (0.7.13.3) UNRELEASED; urgency=low
* python/depcache.cc:
- Make ActionGroups context managers so apt.Cache.actiongroup() has
the same behavior as in 0.7.92
+ * apt/cache.py:
+ - Add raiseOnError option to Cache.update() (Closes: #545474)
* apt/package.py:
- Use the source version instead of the binary version in fetch_source().
* apt/progress/__init__.py: