summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hartwig <mandyke@gmail.com>2012-03-23 11:13:08 +0800
committerDaniel Hartwig <mandyke@gmail.com>2012-03-23 11:13:08 +0800
commit1102e252065408ac41479a1bb2d4633c6b63c28c (patch)
tree75468ebc5cad95df763c6fdbd280cf450dc32152
parent42d4c8b2199d989c6532d50a61abf22e5b23e76a (diff)
downloadaptitude-1102e252065408ac41479a1bb2d4633c6b63c28c.tar.gz
Update NEWS for recent changes
-rw-r--r--NEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 23b88cd8..c644a6bd 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,6 @@
Version 0.6.6 "There is not one you,
there are many."
-NOTE: Still on libapt4.10 API.
-
This version of aptitude brings in basic multi-arch support. Similar
to APT, foreign-arch packages are displayed using their full name,
including architecture, for example: 'libc6:armel'.
@@ -34,6 +32,9 @@ resolve any problems.
packages instead). Thanks to Rogier <rogier777@gmail.com>
for the patch (Closes: #603862)
+ * [curses]: Hack to prevent debug messages dumping to the screen
+ (Closes: #651748)
+
- New features:
* [all]: Basic multi-arch support as discussed above.
@@ -54,6 +55,9 @@ resolve any problems.
Select packages with a multi-arch capability of multiarch
(that is, either "foreign", "same", "allowed", or "none").
+ - Default search (with no explicit term) now accepts "name:arch"
+ patterns which match "?exact-name(name)?architecture(arch)".
+
(Closes: #659079, #661744)
(LP: #454941, #845136, #884945, #904486)
@@ -138,6 +142,12 @@ resolve any problems.
errors. Thanks to Colin Watson and Michael Vogt
(Closes: #497539)
+ * [all]: Avoid most library and header checks if --disable-aptitude.
+
+ * [all]: GTK+ frontend is disabled by default.
+
+ * [all]: Enabling GTK+ or Qt is an error if libraries are missing.
+
- Documentation:
* [doc]: Minor correction to the user's manual. (Closes: #365485)