From faedc8178b90b77e030344dfc368e3fa3d88f050 Mon Sep 17 00:00:00 2001 From: Daniel Hartwig Date: Thu, 28 Jun 2012 17:33:01 +0800 Subject: Merge changelog URI construction from apt-get * src/generic/apt/pkg_changelog.cc: - use up-to-date changelog uri construction from apt-get using APT::Changelogs::Server * src/apt_options.cc: - drop disused Aptitude::Changelog-URL-Template * src/cmdline/cmdline_changelog.cc: - remove extraneous guess-work with source packages, which happened to also download the wrong changelog sometimes (Closes: #631464) - changelog download works with no deb-src lines, so we don't need to instruct the user to add any (Closes: #587775, #537393) --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b14ba4f0..9362657b 100644 --- a/NEWS +++ b/NEWS @@ -154,6 +154,19 @@ behaviour is desirable for two reasons: where 'any' would select only the first such package. + * [all]: use up-to-date changelog uri construction from apt-get + using APT::Changelogs::Server + + * [all]: drop disused Aptitude::Changelog-URL-Template + + * [cmdline]: update to changelog logic: + - remove extraneous guess-work with source packages, + which happened to also download the wrong changelog + sometimes (Closes: #631464) + - changelog download works with no deb-src lines, so + we don't need to instruct the user to add any + (Closes: #587775, #537393) + - Internal changes: * Unified the way packages are selected from command line -- cgit v1.2.3