[Cmake-commits] CMake branch, next, updated. v3.1.3-1359-g9fb71ba

Brad King brad.king at kitware.com
Fri Feb 13 13:49:45 EST 2015


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  9fb71ba4af3d1ab2132dce49bebfda4f124043bc (commit)
       via  6d19ef9b7c78f5ff04dda9a8dd7a84fe8787a23b (commit)
      from  e8a87f3d46b095501876a1d352f3b17feeb81860 (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=9fb71ba4af3d1ab2132dce49bebfda4f124043bc
commit 9fb71ba4af3d1ab2132dce49bebfda4f124043bc
Merge: e8a87f3 6d19ef9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Feb 13 13:49:44 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Feb 13 13:49:44 2015 -0500

    Merge topic 'doc-3.2-relnotes-fixup' into next
    
    6d19ef9b Help: In 3.2 relnotes move OpenGL/X11 to deprecated/removed section


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6d19ef9b7c78f5ff04dda9a8dd7a84fe8787a23b
commit 6d19ef9b7c78f5ff04dda9a8dd7a84fe8787a23b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Feb 13 13:45:15 2015 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Feb 13 13:45:15 2015 -0500

    Help: In 3.2 relnotes move OpenGL/X11 to deprecated/removed section
    
    It is a possibly incompatible change.

diff --git a/Help/release/3.2.rst b/Help/release/3.2.rst
index ddc3d86..843d65d 100644
--- a/Help/release/3.2.rst
+++ b/Help/release/3.2.rst
@@ -131,12 +131,6 @@ Modules
 
 * The :module:`FindMPI` module learned to find MS-MPI on Windows.
 
-* The :module:`FindOpenGL` module no longer explicitly searches
-  for any dependency on X11 libraries with the :module:`FindX11`
-  module.  Such dependencies should not need to be explicit.
-  Applications using X11 APIs themselves should find and link
-  to X11 libraries explicitly.
-
 * The :module:`FindOpenSSL` module now reports ``crypto`` and ``ssl``
   libraries separately in ``OPENSSL_CRYPTO_LIBRARY`` and
   ``OPENSSL_SSL_LIBRARY``, respectively, to allow applications to
@@ -231,6 +225,12 @@ Deprecated and Removed Features
   compatible.  If files were in a different encoding, including
   Latin 1, they will need to be converted.
 
+* The :module:`FindOpenGL` module no longer explicitly searches
+  for any dependency on X11 libraries with the :module:`FindX11`
+  module.  Such dependencies should not need to be explicit.
+  Applications using X11 APIs themselves should find and link
+  to X11 libraries explicitly.
+
 * The implementation of CMake now relies on some C++ compiler features which
   are not supported by some older compilers.  As a result, those old compilers
   can no longer be used to build CMake itself.  CMake continues to be able to

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

Summary of changes:
 Help/release/3.2.rst |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list