summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-11-23 10:58:44 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-11-23 10:58:44 +0100
commitf0b503b394e6d1e9263e905560ec56a01d847563 (patch)
tree7e31aa11319f293232f3e7c2811efe72b36c5258 /debian
parent2277979628e2497578f2066ed76b98086c5e9cac (diff)
parent286afa36886b60bea0a17d244f8bddad938f27cf (diff)
merged from lp:~donkult/apt/experimental
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog14
1 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ceecf50a6..25e7fa18e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,8 +27,20 @@ apt (0.8.16~exp8) experimental; urgency=low
- use a pointer-union to peace gcc strict-aliasing warning
* apt-pkg/deb/deblistparser.cc:
- M-A: foreign packages provide for other archs, too
+ * apt-pkg/cacheset.cc:
+ - make the cachesets real containers which can embedding any container
+ to be able to use the same interface regardless of set or list usage
+ - provide a {Package,Version}List similar to {Package,Version}Set
+ * cmdline/apt-{get,cache,mark}.cc:
+ - use Lists instead of Sets if input order should be preserved for
+ commands accepting lists of packages, e.g. policy (Closes: #625960)
+ * apt-pkg/depcache.cc:
+ - prefer native providers over foreigns even if the chain is foreign
+ * cmdline/apt-get.cc:
+ - ignore foreign architectures if we check if a provides has only one
+ resolver as it's basically the same for the user, so no need to choose
- -- David Kalnischkies <kalnischkies@gmail.com> Thu, 03 Nov 2011 09:40:29 -0500
+ -- David Kalnischkies <kalnischkies@gmail.com> Wed, 23 Nov 2011 09:52:20 +0100
apt (0.8.16~exp7) experimental; urgency=low