From: Michael Vogt Date: Tue, 3 Jun 2008 15:42:15 +0000 (+0200) Subject: * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan X-Git-Tag: 0.7.24ubuntu1~66 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/bb6dd359654f4debd9816cc27fd893a437eb66cd * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan Donlan for the patch. Closes: #482476 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803 * apt-pkg/deb/dpkgpm.cc: - improve apt progress reporting, display trigger actions * apt-pkg/depcache.cc: - when checking for new important deps, skip critical ones (LP: #236360) * Vietnamese updated. Closes: #479748 * Russian updated. Closes: #479777 * Galician updated. Closes: #479792 * Portuguese updated. Closes: #479847 * Swedish updated. Closes: #479871 * Dutch updated. Closes: #480125 * Kurdish added. Closes: #480150 * Brazilian Portuguese updated. Closes: #480561 * Hungarian updated. Closes: #480662 * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan Donlan for the patch. Closes: #482476 * Avoid using dbus if dbus-daemon isn't running. Closes: #438803 * debian/apt.cron.daily: - apply patch based on the ideas of Francesco Poli for better behavior when the cache can not be locked (closes: #459344) --- bb6dd359654f4debd9816cc27fd893a437eb66cd diff --cc configure.in index f43f8cc23,c0c73e1c8..b9368ae8c --- 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.14ubuntu2") -AC_DEFINE_UNQUOTED(VERSION,"0.7.13") ++AC_DEFINE_UNQUOTED(VERSION,"0.7.14ubuntu3") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --cc debian/changelog index c1bc31606,608f7c764..e21260ffb --- a/debian/changelog +++ b/debian/changelog @@@ -1,23 -1,25 +1,39 @@@ -apt (0.7.15) UNRELEASED; urgency=low ++apt (0.7.14ubuntu3) intrepid; urgency=low + - [ Osamu Aoki ] - * Updated cron script to support backups by hardlinks and - verbose levels. All features turned off by default. - * Added more error handlings. Closes: #438803, #462734, #454989, - * Refactored condition structure to make download and upgrade performed - if only previous steps succeeded. Closes: #341970 - * Documented all cron script related configuration items in - configure-index. ++ [ Otavio Salvador ] ++ * Apply patch to avoid truncating of arbitrary files. Thanks to Bryan ++ Donlan for the patch. Closes: #482476 ++ * Avoid using dbus if dbus-daemon isn't running. Closes: #438803 + + [ Michael Vogt ] + * apt-pkg/deb/dpkgpm.cc: + - improve apt progress reporting, display trigger actions + * apt-pkg/depcache.cc: + - when checking for new important deps, skip critical ones + (LP: #236360) ++ ++ -- Michael Vogt Tue, 03 Jun 2008 17:27:07 +0200 ++ +apt (0.7.14ubuntu2) intrepid; urgency=low - -- + * debian/control: + - fix FTBFS by adding missing intltool dependency -apt (0.7.14) unstable; urgency=low + -- Michael Vogt Fri, 09 May 2008 13:50:22 +0200 +apt (0.7.14ubuntu1) intrepid; urgency=low + + [ Michael Vogt ] + * enable installation of recommends by default + * debian/apt.conf.ubuntu: + - remove APT::Install-Recommends-Sections (no longer needed) + * merged from debian/sid, remaining changes: + - authentication-reliable branch (to be merged into debian soon) + - mirror:// uri branch (breaks ABI in debian, not merged yet) + - apport failure reporting + - show warning on apt-get source with 'Vcs-' header + - proxy detection from gconf in apt.cron + [ Christian Perrier ] * Mark a message from dselect backend as translatable Thanks to Frédéric Bothamy for the patch