summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-12-05 18:34:01 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-12-05 18:34:01 +0000
commitbc7a0801357ecb20535efc3aefad1832274bb29c (patch)
treed51fd91edc20bad5f6d1f51efa7449838c24c654 /debian
parentc89b8408c0115e9fccdd4bfe180e93eb746b12cd (diff)
downloadpython-apt-bc7a0801357ecb20535efc3aefad1832274bb29c.tar.gz
* added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use it
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 bda57c52..99201581 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ python-apt (0.6.16) unstable; urgency=low
* added GetPkgAcqFile to queue individual file downloads with the
system
- * added Package.downloadable
+ * added SourceList.GetIndexes()
+ * rewrote apt.cache.update() to use the improved aquire interface
-- Michael Vogt <michael.vogt@ubuntu.com> Thu, 1 Dec 2005 14:01:39 +0100