summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2011-04-05 15:18:12 +0200
committerJulian Andres Klode <jak@debian.org>2011-04-05 15:18:12 +0200
commit1c6ecaa6776498d27bcce81fa769a677a587215a (patch)
tree2b2589e1b4df8f4df59b25f866a9aa759f9f6d91 /debian
parent5cc6fcb55f1fa50094a56644178c5e728deb83a4 (diff)
downloadpython-apt-1c6ecaa6776498d27bcce81fa769a677a587215a.tar.gz
Support (name, arch) tuples in apt_pkg.Cache mappings, wrapping
FindPkg() with two string parameters.
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 55c97813..f241e749 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ python-apt (0.8.0~exp1) UNRELEASED; urgency=low
* Add apt_pkg.Group class, wrapping pkgCache::GrpIterator
* Change apt_pkg.Cache() so that passing None for 'progress' results in
no progress output
+ * Support (name, arch) tuples in apt_pkg.Cache mappings, wrapping
+ FindPkg() with two string parameters.
-- Julian Andres Klode <jak@debian.org> Tue, 05 Apr 2011 10:33:54 +0200