aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 10:14:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 10:14:05 +0000
commit34d5249610dfb4da7a6eca1af4b1c0e2d3696596 (patch)
treead702d3a7471a02dfd1e1fb7ae8ac130fcaa074c /CHANGES
parent32cb74faec5625df07b29b0cdde6a4a47311a195 (diff)
downloadports-34d5249610dfb4da7a6eca1af4b1c0e2d3696596.tar.gz
ports-34d5249610dfb4da7a6eca1af4b1c0e2d3696596.zip
Extend the options framework providing 2 new macros:
OPTIONS_RADIO: a more user friendly way to allow selecting only 0 or 1 options among a list of options OPTIONS_GROUP: this macros should be used to group options by theme allowing the user to select 0 or N options among a list of options With hat: portmgr Reviewed by: beat
Notes
Notes: svn path=/head/; revision=308598
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6175e59ab4fc..efdacf103c02 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20121210:
+AUTHOR: bapt@FreeBSD.org
+ * OPTIONS has been extended 2 new macros are available:
+
+ OPTIONS_RADIO - allows only 0 or 1 options to be selected
+ OPTIONS_GROUP - allows 0 or N options among to be selected
+
20121010:
AUTHOR: bapt@FreeBSD.org