summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphael Hertzog <hertzog@debian.org>2009-02-22 16:20:24 +0100
committerRaphael Hertzog <hertzog@debian.org>2009-02-22 21:00:16 +0100
commit7a6e69f7b8c0428628feb5fa7434634c33b6b468 (patch)
treeaae29393fb556d3eb4594f24dbc03a6962d15ae1 /ChangeLog
parent665afa1af569fe4500d1bef39c62af4fe714043c (diff)
downloaddpkg-7a6e69f7b8c0428628feb5fa7434634c33b6b468.tar.gz
update-alternatives: add new option --get-selections
The new option list all master alternatives and their status in a format simple to parse. It's also a practical way to know the name of all available alternatives. Closes: #273406, #392429
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c042ac8a0..d31e29242 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-02-22 Raphael Hertzog <hertzog@debian.org>
+ * scripts/update-alternatives.pl: Implement --get-selections.
+ The new option lists all master alternatives and their status in a
+ format simple to parse.
+ * man/update-alternatives.8: Document this option.
+
+2009-02-22 Raphael Hertzog <hertzog@debian.org>
+
* scripts/update-alternatives.pl: Installation of a slave
alternative link is only done if the corresponding slave file is
available.