summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristian PERRIER <bubulle@debian.org>2012-05-27 19:45:13 +0200
committerChristian PERRIER <bubulle@debian.org>2012-05-27 19:45:13 +0200
commit729b552c19ff1e11de38a485754284f629fdf076 (patch)
tree40619643fd092b18dbf16e495a642e90b3f4a844 /NEWS
parent3b96c07de4914ddf9b3fb8d4b3a34d1733effc65 (diff)
parent2d3ccf5faeeb59f1c3bb78710ffde0e4c0263fc7 (diff)
downloadaptitude-729b552c19ff1e11de38a485754284f629fdf076.tar.gz
Merge branch 'master' of ssh://git.debian.org/git/aptitude/aptitude
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6c812332..41952884 100644
--- a/NEWS
+++ b/NEWS
@@ -18,16 +18,46 @@ earlier releases.
files greater than several gigabytes in size -- using the
'unsigned long long' type to store the file size.
+ * [all]: Update to tasks support: task packages, multi-arch, syntax
+
+ Task packages (introduced with tasksel 3.0) are
+ meta-packages which define the dependencies of tasks. The
+ packages themselves have always worked but the 'tasks'
+ grouping policy and '?task' search term did not support
+ them. This update corrects for this.
+
+ As a result of this change to tasksel all Debian tasks now
+ function exactly like meta-packages. (Closes: #382631)
+
+ The syntax for installing tasks from the command line has
+ been updated. It now supports specifying an arch and
+ requires the same syntax as apt-utils ('^' must be the last
+ part of the name). Examples:
+
+ # aptitude install gnome-desktop^
+ # aptitude install ssh-server^:armel
+
+ This avoids ambiguity that may arise when a task and
+ package have the same name.
+
- Minor bugs:
* [all]: Changelog downloading is restored
(Closes: #669569, LP: #824708)
+ * [cmdline]: Exit with non-zero status when a package run is
+ aborted. (Closes: #293008)
+
- Cosmetic and UI bugs:
* [curses]: Adjust default widths of localized columns:
broken_count, downloadsize (Closes: #674045)
+ * [all]: Fold some near-duplicate strings
+
+ * [curses]: Update package views after 'Cancel pending actions'
+ (Closes: #595753)
+
- Documentation:
* [doc]: Add doctype headers to html docs.