This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  c935e3e56d7fcaa85f04bcc42b1a27010a720ff7 (commit)
       via  1550d97d96694c40346c7051425fc8817d4caa30 (commit)
      from  79e64b74686c57e1fc74536a1b3909994c2eaf9a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c935e3e56d7fcaa85f04bcc42b1a27010a720ff7
commit c935e3e56d7fcaa85f04bcc42b1a27010a720ff7
Merge: 79e64b7 1550d97
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Nov 7 10:53:38 2014 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Nov 7 10:53:38 2014 -0500

    Merge topic 'doc-FindITK-FindVTK-relnotes' into next
    
    1550d97d Help: Update 3.1 release notes for dropping of FindITK and FindVTK


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1550d97d96694c40346c7051425fc8817d4caa30
commit 1550d97d96694c40346c7051425fc8817d4caa30
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Nov 7 10:50:11 2014 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Fri Nov 7 10:52:25 2014 -0500

    Help: Update 3.1 release notes for dropping of FindITK and FindVTK
    
    The changes made by commit v3.1.0-rc1~46^2~1 (FindITK: Drop this ancient
    compatibility module, 2014-10-02) and commit v3.1.0-rc1~46^2 (FindVTK:
    Drop this ancient compatibility module, 2014-10-02) need to come with
    release notes explaining that the modules were dropped.  Also remove a
    release not related to an update made to FindVTK that was never
    released.

diff --git a/Help/release/3.1.0.rst b/Help/release/3.1.0.rst
index 652bcd3..e7a695d 100644
--- a/Help/release/3.1.0.rst
+++ b/Help/release/3.1.0.rst
@@ -238,10 +238,6 @@ Modules
 * The :module:`FindPkgConfig` module learned to use the ``PKG_CONFIG``
   environment variable value as the ``pkg-config`` executable, if set.
 
-* The :module:`FindVTK` module dropped support for finding VTK 4.0.
-  It is now a thin-wrapper around ``find_package(VTK ... NO_MODULE)``.
-  This produces much clearer error messages when VTK is not found.
-
 * The :module:`FindZLIB` module now provides imported targets.
 
 * The :module:`GenerateExportHeader` module ``generate_export_header``
@@ -356,6 +352,17 @@ Deprecated and Removed Features
   it is deprecated and should not longer be used.  Use the
   :variable:`CMAKE_<LANG>_COMPILER_VERSION` variable instead.
 
+* The :module:`FindITK` module has been removed altogether.
+  It was a thin-wrapper around ``find_package(ITK ... NO_MODULE)``.
+  This produces much clearer error messages when ITK is not found.
+
+* The :module:`FindVTK` module has been removed altogether.
+  It was a thin-wrapper around ``find_package(VTK ... NO_MODULE)``.
+  This produces much clearer error messages when VTK is not found.
+
+  The module also provided compatibility support for finding VTK 4.0.
+  This capability has been dropped.
+
 Other Changes
 =============
 

-----------------------------------------------------------------------

Summary of changes:
 Help/release/3.1.0.rst |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to