summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2011-04-05 14:37:16 +0200
committerJulian Andres Klode <jak@debian.org>2011-04-05 14:37:16 +0200
commit4548cac388f26cec60f1cef028421db910385565 (patch)
tree6baf34bf0ac3cbc7e0737ff1ea0c3751b62332a5 /debian
parentf7adc2d7205e2fdbff7d808e8e4c262b65e3e05d (diff)
downloadpython-apt-4548cac388f26cec60f1cef028421db910385565.tar.gz
Add apt_pkg.Group class, wrapping pkgCache::GrpIterator
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 48ce8f71..99043a95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
python-apt (0.8.0~exp1) UNRELEASED; urgency=low
* Disable the old-style API, and break all packages using it
- * Add an 'is_multi_arch' attribute to apt_pkg.Cache
+ * Add an 'is_multi_arch' attribute to apt_pkg.Cache
+ * Add apt_pkg.Group class, wrapping pkgCache::GrpIterator
-- Julian Andres Klode <jak@debian.org> Tue, 05 Apr 2011 10:33:54 +0200