summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2011-04-05 14:46:16 +0200
committerJulian Andres Klode <jak@debian.org>2011-04-05 14:46:16 +0200
commit5cc6fcb55f1fa50094a56644178c5e728deb83a4 (patch)
treeeeeac19476dba9ef34122a91d5d528e700c98fb6 /debian
parent4548cac388f26cec60f1cef028421db910385565 (diff)
downloadpython-apt-5cc6fcb55f1fa50094a56644178c5e728deb83a4.tar.gz
Change apt_pkg.Cache() so that passing None for 'progress' results in
no progress output
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 99043a95..55c97813 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,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 apt_pkg.Group class, wrapping pkgCache::GrpIterator
+ * Change apt_pkg.Cache() so that passing None for 'progress' results in
+ no progress output
-- Julian Andres Klode <jak@debian.org> Tue, 05 Apr 2011 10:33:54 +0200