diff options
| author | Julian Andres Klode <jak@debian.org> | 2011-04-05 14:37:16 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2011-04-05 14:37:16 +0200 |
| commit | 4548cac388f26cec60f1cef028421db910385565 (patch) | |
| tree | 6baf34bf0ac3cbc7e0737ff1ea0c3751b62332a5 /debian | |
| parent | f7adc2d7205e2fdbff7d808e8e4c262b65e3e05d (diff) | |
| download | python-apt-4548cac388f26cec60f1cef028421db910385565.tar.gz | |
Add apt_pkg.Group class, wrapping pkgCache::GrpIterator
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 |
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 |
