summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniel Hartwig <mandyke@gmail.com>2012-06-28 12:36:53 +0800
committerDaniel Hartwig <mandyke@gmail.com>2012-06-28 12:36:53 +0800
commit8abd4ac9a7765d761116b56541df92006a2b322b (patch)
treed6678788573b0df94edd562a9c78655a5f598196 /NEWS
parent590590d0eef2fe6903574a956f83f0fd3d0a31f1 (diff)
downloadaptitude-8abd4ac9a7765d761116b56541df92006a2b322b.tar.gz
Improve multi-arch handling of package arguments
* [cmdline]: Package arguments without an arch-qualifier will also consider foreign-arch packages, in order of preference. (LP: #892074) * [cmdline]: Package arguments can use '*' wildcard in their arch-qualifier to select all matching packages, where 'any' would select only the first such package. LP: #892074
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6d65be82..6d714ad2 100644
--- a/NEWS
+++ b/NEWS
@@ -142,6 +142,15 @@ behaviour is desirable for two reasons:
* [cmdline]: why exits with status 1 if it found no
reasons given the particular arguments
+ * [cmdline]: Package arguments without an arch-qualifier
+ will also consider foreign-arch packages, in
+ order of preference. (LP: #892074)
+
+ * [cmdline]: Package arguments can use '*' wildcard in their
+ arch-qualifier to select all matching packages,
+ where 'any' would select only the first such
+ package.
+
- Internal changes:
* Unified the way packages are selected from command line