From: Michael Vogt Date: Thu, 3 Dec 2009 16:47:53 +0000 (+0100) Subject: merge from debian-sid apt 0.7.24 X-Git-Tag: 0.7.24ubuntu1~2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/864cf8e52aa37de28f2fc9a66236713f1ba34409 merge from debian-sid apt 0.7.24 --- 864cf8e52aa37de28f2fc9a66236713f1ba34409 diff --cc debian/changelog index 0113fb95a,94dee639e..3c93178f5 --- a/debian/changelog +++ b/debian/changelog @@@ -1,36 -1,4 +1,18 @@@ +apt (0.7.24ubuntu1) UNRELEASED; urgency=low + + [ Michael Vogt ] + * apt-pkg/pkgcache.cc: + - do not set internel "needs-configure" state for packages in + triggers-pending state. dpkg will deal with the trigger and + it if does it before we trigger it, dpkg will error out + (LP: #414631) + * apt-pkg/deb/dpkgpm.cc: + - include df -l output in the apport log as well (thanks to + tjaalton) + - [ Matt Zimmerman ] - * apt-pkg/deb/dpkgpm.cc: - - Suppress apport reports on dpkg short reads (these I/O errors are not - generally indicative of a bug in the packaging) - - [ Brian Murray ] - * cmdline/apt-get.cc: - - typo fix (LP: #370094) - - [ Loïc Minier ] - * cmdline/apt-key: - - Emit a warning if removed keys keyring is missing and skip associated - checks (LP: #218971) - - [ Kees Cook ] - * debian/apt.cron.daily: - - fix quotes for use with "eval", thanks to Lars Ljung (LP: #449535). - - -- Kees Cook Wed, 14 Oct 2009 15:27:56 -0700 ++ -- Michael Vogt Thu, 03 Dec 2009 17:42:36 +0100 + - apt (0.7.24) UNRELEASED; urgency=low + apt (0.7.24) unstable; urgency=low [ Nicolas François ] * Cleaned up the first patch draft from KURASAWA Nozomu to finally @@@ -86,12 -62,11 +76,64 @@@ * doc/fr/*, doc/po/fr.po: - remove the old fr man page translation and replace it with the new po4a-powered translation - * doc/pl, doc/de: dropped (pl translation is useless as the translated - document is not provideed anymore and the de translation is too - incomplete to be used) + * doc/de: dropped (translation is too incomplete to be useful in + the transition to the po4a-powered translations) + + -- Michael Vogt Fri, 25 Sep 2009 19:57:25 +0200 + ++apt (0.7.23.1ubuntu2) karmic; urgency=low ++ ++ [ Michael Vogt ] ++ * debian/control: ++ - fix Vcr-Bzr header ++ ++ [ Kees Cook ] ++ * debian/apt.cron.daily: ++ - fix quotes for use with "eval", thanks to Lars Ljung (LP: #449535). ++ ++ -- Michael Vogt Thu, 15 Oct 2009 19:05:19 +0200 ++ ++apt (0.7.23.1ubuntu1) karmic; urgency=low ++ ++ [ Matt Zimmerman ] ++ * apt-pkg/deb/dpkgpm.cc: ++ - Suppress apport reports on dpkg short reads (these I/O errors are not ++ generally indicative of a bug in the packaging) ++ ++ [ Loïc Minier ] ++ * cmdline/apt-key: ++ - Emit a warning if removed keys keyring is missing and skip associated ++ checks (LP: #218971) ++ ++ [ Brian Murray ] ++ * cmdline/apt-get.cc: ++ - typo fix (LP: #370094) ++ ++ [ Michael Vogt ] ++ * apt-pkg/deb/dpkgpm.cc: ++ - when tcgetattr() returns non-zero skip all pty magic ++ (thanks to Simon Richter, closes: #509866) ++ * apt-inst/contrib/arfile.cc: ++ - show propper error message for Invalid archive members ++ * apt-pkg/acquire-worker.cc: ++ - show error details of failed methods ++ * apt-pkg/contrib/fileutl.cc: ++ - if a process aborts with signal, show signal number ++ * methods/http.cc: ++ - ignore SIGPIPE, we deal with EPIPE from write in ++ HttpMethod::ServerDie() (LP: #385144) ++ * debian/apt.cron.daily: ++ - if the timestamp is too far in the future, delete it ++ (LP: #135262) ++ ++ [ Merge ] ++ * merged from debian, reverted the libdlopen-udev branch ++ because its too late in the release process for this now ++ * not merged the proxy behaviour change from 0.7.23 (that will ++ be part of lucid) + - -- David Kalnischkies Fri, 28 Aug 2009 09:40:08 +0200 ++ -- Michael Vogt Wed, 23 Sep 2009 18:15:10 +0200 + apt (0.7.23.1) unstable; urgency=low [ Michael Vogt ]