diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-05 10:04:48 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-05 10:04:48 +0200 |
commit | d9eb210edda5515ca467eb234dd58b60d43c4513 (patch) | |
tree | 072ce7e9fb75c48418d00901441de1ed104bc792 /debian | |
parent | 856d3b06a6eb6a7f455294c69fc13604e099fd56 (diff) |
use pkgCacheFile and the new CacheSets all over the place
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
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 |