X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2b5c35c7bb915dbd46fefd7c79f05364ba22f93b..5cbddfa3c7fd1d6be3657bdf2fae39c216fe5eeb:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 0a66d2579..8b45cef39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,20 @@ -apt (0.8.16~exp8) experimental; urgency=low +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) + + [ 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/packagemanager.cc: - - do not fail on unpacked packages in SmartUnPack, just don't - shedule them for unpack, but do all checks and configure them - - do not enter an endless loop for (essential) pre-dependency loops - * apt-pkg/contrib/sha2_internal.cc: - - 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 @@ -18,8 +24,25 @@ apt (0.8.16~exp8) experimental; urgency=low 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 Mon, 21 Nov 2011 18:46:36 +0100 + +apt (0.8.16~exp8) experimental; urgency=low + + [ David Kalnischkies ] + * apt-pkg/packagemanager.cc: + - do not fail on unpacked packages in SmartUnPack, just don't + shedule them for unpack, but do all checks and configure them + - do not enter an endless loop for (essential) pre-dependency loops + * apt-pkg/contrib/sha2_internal.cc: + - use a pointer-union to peace gcc strict-aliasing warning + * apt-pkg/deb/deblistparser.cc: + - M-A: foreign packages provide for other archs, too - -- David Kalnischkies Wed, 23 Nov 2011 00:18:35 +0100 + -- David Kalnischkies Thu, 03 Nov 2011 09:40:29 -0500 apt (0.8.16~exp7) experimental; urgency=low