X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/285feb3cedca3cccff971155099adef8d902223d..38c19831778f9bedb8538a65ac5bafed29e1941c:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 914c53801..1eeb57ae7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,13 @@ -apt (0.8.15.3) UNRELEASED; urgency=low +apt (0.8.15.4) unstable; urgency=low + + [ David Miller ] + * apt-pkg/contrib/sha1.cc: + - fix illegally casts of on-stack buffer to a type requiring more + alignment than it has resulting in segfaults on sparc (Closes: #634696) + + -- David Kalnischkies Tue, 26 Jul 2011 08:26:53 +0200 + +apt (0.8.15.3) unstable; urgency=low [ Michael Vogt ] * apt-pkg/acquire-item.cc: @@ -6,6 +15,8 @@ apt (0.8.15.3) UNRELEASED; urgency=low * apt-pkg/algorithms.cc: - Hold back packages that would enter "policy-broken" state on upgrade when doing a "apt-get upgrade" + * cmdline/apt-get.cc: + - fix missing download progress in apt-get download [ David Kalnischkies ] * apt-pkg/pkgcachegen.cc: @@ -17,6 +28,9 @@ apt (0.8.15.3) UNRELEASED; urgency=low - document APT::Architectures list (Closes: #612102) * cmdline/apt-get.cc: - restore all important dependencies for garbage packages (LP: #806274) + - do not require unused partial dirs in 'source' (Closes: #633510) + - buildconflicts effect all architectures + - implement MultiarchCross for build-dep and source (Closes: #632221) * apt-pkg/init.cc: - use CndSet in pkgInitConfig (Closes: #629617) * apt-pkg/depcache.cc: @@ -25,8 +39,19 @@ apt (0.8.15.3) UNRELEASED; urgency=low - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596) * debian/apt.postinst: - remove /etc/apt/secring.gpg if it is an empty file + * doc/apt-cache.8.xml: + - apply madison typofix from John Feuerstein, thanks! (Closes: #633455) + * apt-pkg/policy.cc: + - emit an error on unknown APT::Default-Release value (Closes: #407511) + * apt-pkg/aptconfiguration.cc: + - ensure that native architecture is if not specified otherwise the + first architecture in the Architectures vector + * apt-pkg/deb/deblistparser.cc: + - Strip only :any and :native if MultiArch should be stripped as it is + save to ignore them in non-MultiArch contexts but if the dependency + is a specific architecture (and not the native) do not strip - -- David Kalnischkies Sat, 16 Jul 2011 14:19:51 +0200 + -- Michael Vogt Mon, 25 Jul 2011 15:04:43 +0200 apt (0.8.15.2) unstable; urgency=high