From: Michael Vogt Date: Sun, 1 Oct 2006 23:03:40 +0000 (+0200) Subject: * merged the "apt--install-task" branch X-Git-Tag: 0.7.21~284^2~17 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/dd09a217ac0d331f4a0324cf42559da5d35edc9a * merged the "apt--install-task" branch --- dd09a217ac0d331f4a0324cf42559da5d35edc9a diff --cc debian/changelog index 94dba2813,4c5841057..7768234f5 --- a/debian/changelog +++ b/debian/changelog @@@ -1,31 -1,4 +1,32 @@@ -apt (0.6.45.1) unstable; urgency=low +apt (0.6.46.1exp1) experimental; urgency=low + + * merged "install-recommends" branch (ABI break): + - new "--install-recommends" + - install new recommends on "upgrade" if --install-recommends is + given + - new "--fix-policy" option to install all packages with unmet + important dependencies (usefull with --install-recommends to + see what not-installed recommends are on the system) + - fix of recommended packages display (only show CandidateVersion + fix or-group handling) ++ * merged "install-task" branch (use with "apt-get install taskname^") + * methods/gzip.cc: + - deal with empty files + * Applied patch from Daniel Schepler to make apt bin-NMU able. + * rebuild against current g++ because of: + http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29289 + * fix broken i18n in the dpkg progress reporting, thanks to + Frans Pop and Steinar Gunderson. (closes: #389261) + * Merged from Christian Perrier bzr branch: + * fi.po: Updated to 514t. Closes: #390149 + * eu.po: Updated to 514t. Closes: #389725 + * vi.po: Updated to 514t. Closes: #388555 + * make the internal buffer in pkgTagFile grow dynamically + (closes: #388708) + + -- + +apt (0.6.46) unstable; urgency=low * debian/control: - switched to libdb4.4 for building (closes: #381019)