summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-12-04 15:36:21 (GMT)
committerBrad King <brad.king@kitware.com>2014-12-04 15:41:26 (GMT)
commit27141eede739fb4376a6fe2cec1b1171841bf7fb (patch)
treee15b310f33757a70785d5b2d3567f55b72dba37d /Help/release
parent433c6d4689ca86f1a8d8d966be0204e98f95b968 (diff)
downloadCMake-27141eede739fb4376a6fe2cec1b1171841bf7fb.zip
CMake-27141eede739fb4376a6fe2cec1b1171841bf7fb.tar.gz
CMake-27141eede739fb4376a6fe2cec1b1171841bf7fb.tar.bz2
Modules: Rename FindXerces to FindXercesC
The FindXerces module was added in commit v3.1.0-rc1~155^2 (FindXerces: New module to find Apache Xerces-C++, 2014-08-17). However, there are two implementations of Xerces, one in C++: http://xerces.apache.org/xerces-c/ and one in Java: http://xerces.apache.org/xerces-j/ Rename FindXerces to FindXercesC to clarify that it is about the C++ implementation. While at it, add the missing CMake 3.1 release note about this module. Suggested-by: Erik Sjölund <erik.sjolund@gmail.com>
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.1.0.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/release/3.1.0.rst b/Help/release/3.1.0.rst
index 65aae00..0cece37 100644
--- a/Help/release/3.1.0.rst
+++ b/Help/release/3.1.0.rst
@@ -238,6 +238,8 @@ Modules
* The :module:`FindPkgConfig` module learned to use the ``PKG_CONFIG``
environment variable value as the ``pkg-config`` executable, if set.
+* The :module:`FindXercesC` module was introduced.
+
* The :module:`FindZLIB` module now provides imported targets.
* The :module:`GenerateExportHeader` module ``generate_export_header``