From: Michael Vogt Date: Wed, 6 Feb 2008 17:48:34 +0000 (+0100) Subject: merged from mvo X-Git-Tag: 0.7.24ubuntu1~100 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/5292fdba6e4cf5846720b2af69129d30d02ab8ad merged from mvo --- 5292fdba6e4cf5846720b2af69129d30d02ab8ad diff --cc configure.in index 0bc3288fd,5f19c98a6..fb9f0fc5c --- a/configure.in +++ b/configure.in @@@ -18,7 -18,7 +18,7 @@@ AC_CONFIG_AUX_DIR(buildlib AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) dnl -- SET THIS TO THE RELEASE VERSION -- - AC_DEFINE_UNQUOTED(VERSION,"0.7.9ubuntu5") -AC_DEFINE_UNQUOTED(VERSION,"0.7.10") ++AC_DEFINE_UNQUOTED(VERSION,"0.7.9ubuntu6") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --cc debian/changelog index b94835a35,2a4112ef8..d1d3c5697 --- a/debian/changelog +++ b/debian/changelog @@@ -1,6 -1,14 +1,5 @@@ -apt (0.7.11) UNRELEASED; urgency=low +apt (0.7.9ubuntu6) hardy; urgency=low - [ Colin Watson ] - * apt-pkg/algorithms.cc: - - Since APT::Get::List-Cleanup and APT::List-Cleanup both default to - true, the effect of the compatibility code was to require both of them - to be set to false in order to disable list cleanup; this broke the - installer. Instead, disable list cleanup if either of them is set to - false. - -- [ Michael Vogt ] * cmdline/apt-key: - add support for a master-keyring that contains signing keys that can be used to sign the archive signing keys. This should @@@ -10,45 -18,24 +9,50 @@@ on amd64 in sbuild * apt-pkg/algorithms.cc: - add APT::Update::Post-Invoke-Success script slot + - Make the breaks handling use the kill list. This means, that a + Breaks: Pkg (<< version) may put Pkg onto the remove list. + * apt-pkg/deb/dpkgpm.cc: + - add APT::Apport::MaxReports to limit the maximum number + of reports generated in a single run (default to 3) + * apt-pkg/deb/debmetaindex.cc: + - add missing "Release" file uri when apt-get update --print-uris + is run - -- Michael Vogt Thu, 10 Jan 2008 12:06:12 +0100 + -- Michael Vogt Mon, 04 Feb 2008 14:28:02 +0100 + +apt (0.7.9ubuntu5) hardy; urgency=low + + * Merged apt-authentication-reliabilty branch. This means + that apt will refuse to update and use the old lists if + the authentication of a repository that used to be + authenticated fails. See + https://wiki.ubuntu.com/AptAuthenticationReliability + for more details. + + -- Michael Vogt Wed, 16 Jan 2008 10:36:10 +0100 + +apt (0.7.9ubuntu4) hardy; urgency=low + + * apt-pkg/algorithms.cc: + - Since APT::Get::List-Cleanup and APT::List-Cleanup both default to + true, the effect of the compatibility code was to require both of them + to be set to false in order to disable list cleanup; this broke the + installer. Instead, disable list cleanup if either of them is set to + false. + + -- Colin Watson Wed, 09 Jan 2008 22:34:37 +0000 + +apt (0.7.9ubuntu3) hardy; urgency=low + + * merged the apt--DoListUpdate branch, this provides a common interface + for "apt-get update" like operations for the frontends and also provides + hooks to run stuff in APT::Update::{Pre,Post}-Invoke + + -- Michael Vogt Mon, 07 Jan 2008 19:02:11 +0100 -apt (0.7.10) unstable; urgency=low +apt (0.7.9ubuntu2) hardy; urgency=low [ Otavio Salvador ] - * Applied patch from Mike O'Connor to add a manpage to - apt-mark, closes: #430207. - * Applied patch from Andrei Popescu to add a - note about some frontends in apt.8 manpage, closes: #438545. - * Applied patch from Aurelien Jarno to avoid CPU - getting crazy when /dev/null is redirected to stdin (which breaks - buildds), closes: #452858. * Applied patch from Aurelien Jarno to fix building with newest dpkg-shlibdeps changing the packaging building order and a patch from Robert Millan to fix parallel building,