summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-11-23 11:54:56 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2011-11-23 11:54:56 +0100
commit4d45b77bab33b9b7d6328dbc9265b5c0971a875d (patch)
treef104aed299aa3e97de6dc9b58310e45fd255f512 /debian
parent905693203943283b3c2b1dbf32e40a738392302a (diff)
parent5cbddfa3c7fd1d6be3657bdf2fae39c216fe5eeb (diff)
merged from debian-experimental
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog22
1 files changed, 19 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index ac1eb16e6..db146d75f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,15 +12,31 @@ apt (0.8.16~exp9) UNRELEASED; urgency=low
[ Julian Andres Klode ]
* apt-pkg/cdrom.cc:
- Accept .bz2, .xz files in addition to .gz files (Closes: #649451)
-
- [ Colin Watson ]
- * Convert libapt-pkg4.12 and libapt-inst1.4 to Multi-Arch: same.
[ Michael Vogt ]
+ * apt-pkg/cdrom.cc:
+ - use aptconfiguration to get the supported compression types
* debian/control:
- bump debhelper build-dep to debhelper (>= 8.1.3~)
- set libapt-pkg-dev to multi-arch: same too
+
+ [ Colin Watson ]
+ * Convert libapt-pkg4.12 and libapt-inst1.4 to Multi-Arch: same.
+ [ David Kalnischkies ]
+ * 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
+
-- Julian Andres Klode <jak@debian.org> Mon, 21 Nov 2011 18:46:36 +0100
apt (0.8.16~exp8) experimental; urgency=low