summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorDaniele E. Domenichelli <ddomenichelli@drdanz.it>2017-01-27 08:24:28 (GMT)
committerDaniele E. Domenichelli <ddomenichelli@drdanz.it>2017-01-27 08:24:28 (GMT)
commit560574b0c03f2cd8f34cf4a90f6f41648b08a1e9 (patch)
treedc2e9a753166644e04492d7fa7d08e957c7b5f19 /Help/release
parent3cfde818354a8f8e26a9b0b6589f3cc38b50e48d (diff)
downloadCMake-560574b0c03f2cd8f34cf4a90f6f41648b08a1e9.zip
CMake-560574b0c03f2cd8f34cf4a90f6f41648b08a1e9.tar.gz
CMake-560574b0c03f2cd8f34cf4a90f6f41648b08a1e9.tar.bz2
FeatureSummary: Update release notes
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/FeatureSummary_enhancement.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/Help/release/dev/FeatureSummary_enhancement.rst b/Help/release/dev/FeatureSummary_enhancement.rst
new file mode 100644
index 0000000..3a5d85f
--- /dev/null
+++ b/Help/release/dev/FeatureSummary_enhancement.rst
@@ -0,0 +1,22 @@
+FeatureSummary_enhancement
+--------------------------
+
+* The :command:`set_package_info`, :command:`set_feature_info`,
+ :command:`print_enabled_features` and :command:`print_disabled_features`
+ commands from the the :module:`FeatureSummary` module are now deprecated.
+
+* The :command:`set_package_properties` command no longer forces the package
+ type to ``OPTIONAL`` when the type is not explicitly set.
+
+* The :command:`feature_summary` command in the :module:`FeatureSummary` module
+ accepts the new ``QUIET_ON_EMPTY`` option that will suppresses the output when
+ the list of packages that belong to the selected category is empty.
+
+* The :command:`add_feature_info` in the :module:`FeatureSummary` module learned
+ to accept lists of dependencies for deciding whether a feature is enabled or
+ not.
+
+* The package types accepted by the the :module:`FeatureSummary` module can now
+ be tweaked by changing the :variable:`FeatureSummary_PKG_TYPES`,
+ :variable:`FeatureSummary_REQUIRED_PKG_TYPES` and
+ :variable:`FeatureSummary_DEFAULT_PKG_TYPE` global properties.