X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/32915d6933ac957ecbe92495ffcc8d5a1b68de56..455f831c3cbd7f555d3a0b0c949a42432efc63d3:/debian/changelog diff --git a/debian/changelog b/debian/changelog index e3e6cc70a..5ec586f85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,54 @@ +apt (0.6.45ubuntu9) edgy; urgency=low + + * cmdline/apt-get.cc: + - if --no-remove is given, do not run the AutoRemove code + + -- Michael Vogt Wed, 13 Sep 2006 11:54:20 +0200 + +apt (0.6.45ubuntu8) edgy; urgency=low + + * apt-pkg/algorithm.cc: + - fix pkgProblemResolver.InstallProtect() to preserve the auto-install + information (lp: #59457) + * cmdline/apt-get.cc: + - fix typo in autoremove information (lp: #59420) + * install apt-mark to modify the automatically install information for + packages + + -- Michael Vogt Fri, 8 Sep 2006 20:07:22 +0200 + +apt (0.6.45ubuntu7) edgy; urgency=low + + * apt-pkg/depcache.cc: + - fix a bug in the install-recommends-section code + + -- Michael Vogt Thu, 7 Sep 2006 18:22:38 +0200 + apt (0.6.45ubuntu6) edgy; urgency=low + [Michael Vogt] * cmdline/apt-get.cc: - always show auto-removable packages and give a hint how to remove them - * debian/apt.conf.autoremove: + * debian/apt.conf.ubuntu: - exlucde linux-image and linux-restricted-modules from ever being auto-removed - - -- + - added "metapackages" as the section we want to install recommends + by default + * apt-pkg/depcache.cc: + - added support to turn install-recommends selectively on/off by + section + [Ian Jackson] + * Tests pass without code changes! Except that we need this: + * Bump cache file major version to force rebuild so that Breaks + dependencies are included. + * Don't depend on or suggest any particular dpkg or dpkg-dev versions; + --auto-deconfigure is very very old and dpkg-dev's Breaks support + is more or less orthogonal. + * Initial draft of `Breaks' implementation. Appears to compile, + but as yet *completely untested*. + + -- Michael Vogt Thu, 7 Sep 2006 11:50:52 +0200 apt (0.6.45ubuntu5) edgy; urgency=low