diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-31 20:02:41 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-05-31 20:02:41 +0200 |
commit | d5cc17d6c2ba4e29e800e489d5f3b3cf4a405543 (patch) | |
tree | fb8960358fad6ea9053d952641caec849afa8cd6 /debian | |
parent | bd2fb30a8647293f80b085d0308e66bb9219e662 (diff) |
* cmdline/apt-cache.cc:
- make the search multiarch compatible by using GrpIterator instead
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 920003484..054088ec2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,8 +30,10 @@ apt (0.7.26~exp6) UNRELEASED; urgency=low - fix segfault in SaveInConfig caused by writing over char[] sizes * apt-pkg/pkgcache.cc: - get the best matching arch package from a group with FindPreferredPkg + * cmdline/apt-cache.cc: + - make the search multiarch compatible by using GrpIterator instead - -- David Kalnischkies <kalnischkies@gmail.com> Mon, 31 May 2010 19:59:04 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Mon, 31 May 2010 20:00:24 +0200 apt (0.7.26~exp5) experimental; urgency=low |