summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-06-05 10:04:48 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-06-05 10:04:48 +0200
commitd9eb210edda5515ca467eb234dd58b60d43c4513 (patch)
tree072ce7e9fb75c48418d00901441de1ed104bc792 /debian
parent856d3b06a6eb6a7f455294c69fc13604e099fd56 (diff)
use pkgCacheFile and the new CacheSets all over the place
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9001e91a7..d935d06d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,7 @@ apt (0.7.26~exp6) UNRELEASED; urgency=low
- get the best matching arch package from a group with FindPreferredPkg
* cmdline/apt-cache.cc:
- make the search multiarch compatible by using GrpIterator instead
+ - use pkgCacheFile and the new CacheSets all over the place
* apt-pkg/cachefile.{cc,h}:
- split Open() into submethods to be able to build only parts
- make the OpProgress optional in the Cache buildprocess