summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Hartwig <mandyke@gmail.com>2012-06-28 17:33:01 +0800
committerDaniel Hartwig <mandyke@gmail.com>2012-06-28 17:33:01 +0800
commitfaedc8178b90b77e030344dfc368e3fa3d88f050 (patch)
treea0eb7cd923421fc40644fda6ed01892fefd8b594 /NEWS
parentfcda1a118830b468929ef27a25a95d9e72939a8e (diff)
downloadaptitude-faedc8178b90b77e030344dfc368e3fa3d88f050.tar.gz
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)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
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