summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt/cache.py2
-rw-r--r--debian/changelog5
2 files changed, 6 insertions, 1 deletions
diff --git a/apt/cache.py b/apt/cache.py
index 01034cf9..8410fc56 100644
--- a/apt/cache.py
+++ b/apt/cache.py
@@ -218,7 +218,7 @@ class Cache(object):
def connect(self, name, callback):
""" connect to a signal, currently only used for
- cache_{post,pre}_changed """
+ cache_{post,pre}_{changed,open} """
if not self._callbacks.has_key(name):
self._callbacks[name] = []
self._callbacks[name].append(callback)
diff --git a/debian/changelog b/debian/changelog
index a1a9858e..ff62eac6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
python-apt (0.6.18) unstable; urgency=low
+ [ Michael Vogt ]
* doc/examples/print_uris.py:
- added a example to show how the indexfile.ArchiveURI() can be used
with binary packages
+ [ Otavio Salvador ]
+ * apt/cache.py:
+ - fix commit doc string to also cite the open related callbacks
+
--
python-apt (0.6.17) unstable; urgency=low