diff options
author | Brad King <brad.king@kitware.com> | 2014-02-19 14:30:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-02-19 14:30:28 (GMT) |
commit | 38082dea2b9c68a934cb59b9e2f02d8b6a35de38 (patch) | |
tree | 98e1e191a8687646dae44bd508f9b6f02d097666 /Help/release | |
parent | a7c956b86736ea82ade88bea6414cd6a8c84e307 (diff) | |
parent | 7cbab178718de26575fe98144e7e388b2f6735a6 (diff) | |
download | CMake-38082dea2b9c68a934cb59b9e2f02d8b6a35de38.zip CMake-38082dea2b9c68a934cb59b9e2f02d8b6a35de38.tar.gz CMake-38082dea2b9c68a934cb59b9e2f02d8b6a35de38.tar.bz2 |
Merge branch 'release'
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/3.0.0.rst (renamed from Help/release/3.0.rst) | 14 | ||||
-rw-r--r-- | Help/release/dev/0-sample-topic.rst | 7 | ||||
-rw-r--r-- | Help/release/dev/Boost_NAMESPACE.rst | 5 | ||||
-rw-r--r-- | Help/release/index.rst | 4 |
4 files changed, 12 insertions, 18 deletions
diff --git a/Help/release/3.0.rst b/Help/release/3.0.0.rst index 45f7635..208e92a 100644 --- a/Help/release/3.0.rst +++ b/Help/release/3.0.0.rst @@ -1,5 +1,5 @@ -CMake 3.0 Release Notes -*********************** +CMake 3.0.0 Release Notes +************************* .. only:: html @@ -39,7 +39,7 @@ Documentation Changes - :manual:`cmake-toolchains(7)` - :manual:`cmake-variables(7)`, replacing ``cmakevars(1)`` -* Release notes for CMake 3.0 and above will now be included with +* Release notes for CMake 3.0.0 and above will now be included with the html documentation. New Features @@ -216,6 +216,9 @@ Modules * A new :module:`FindLua` module has been added to support :command:`find_package(Lua)` calls. +* The :module:`FindBoost` module learned a new ``Boost_NAMESPACE`` + option to change the ``boost`` prefix on library names. + * The :module:`FindBoost` module learned to control search for libraies with the ``g`` tag (for MS debug runtime) with a new ``Boost_USE_DEBUG_RUNTIME`` option. It is ``ON`` by @@ -387,6 +390,11 @@ Deprecated and Removed Features Other Changes ============= +* The version scheme was changed to use only two components for + the feature level instead of three. The third component will + now be used for bug-fix releases or the date of development versions. + See the :variable:`CMAKE_VERSION` variable documentation for details. + * The default install locations of CMake itself on Windows and OS X no longer contain the CMake version number. This allows for easy replacement without re-generating local build trees diff --git a/Help/release/dev/0-sample-topic.rst b/Help/release/dev/0-sample-topic.rst deleted file mode 100644 index e4cc01e..0000000 --- a/Help/release/dev/0-sample-topic.rst +++ /dev/null @@ -1,7 +0,0 @@ -0-sample-topic --------------- - -* This is a sample release note for the change in a topic. - Developers should add similar notes for each topic branch - making a noteworthy change. Each document should be named - and titled to match the topic name to avoid merge conflicts. diff --git a/Help/release/dev/Boost_NAMESPACE.rst b/Help/release/dev/Boost_NAMESPACE.rst deleted file mode 100644 index 434db29..0000000 --- a/Help/release/dev/Boost_NAMESPACE.rst +++ /dev/null @@ -1,5 +0,0 @@ -Boost_NAMESPACE ---------------- - -* The :module:`FindBoost` module learned a new ``Boost_NAMESPACE`` - option to change the ``boost`` prefix on library names. diff --git a/Help/release/index.rst b/Help/release/index.rst index 5c3a771..752c568 100644 --- a/Help/release/index.rst +++ b/Help/release/index.rst @@ -5,12 +5,10 @@ CMake Release Notes This file should include the adjacent "dev.txt" file in development versions but not in release versions. -.. include:: dev.txt - Releases ======== .. toctree:: :maxdepth: 1 - 3.0 <3.0> + 3.0.0 <3.0.0> |