[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.158.2.5 1.158.2.6 ChangeLog.manual 1.1.12.5 1.1.12.6

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 3 17:25:04 EST 2009


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv14310

Modified Files:
      Tag: CMake-2-8
	CMakeLists.txt ChangeLog.manual 
Log Message:
CMake 2.8.0-rc5


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.158.2.5
retrieving revision 1.158.2.6
diff -C 2 -d -r1.158.2.5 -r1.158.2.6
*** CMakeLists.txt	28 Oct 2009 16:14:53 -0000	1.158.2.5
--- CMakeLists.txt	3 Nov 2009 22:25:02 -0000	1.158.2.6
***************
*** 317,321 ****
  SET(CMake_VERSION_MINOR 8)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 4)
  
  # We use odd minor numbers for development versions.
--- 317,321 ----
  SET(CMake_VERSION_MINOR 8)
  SET(CMake_VERSION_PATCH 0)
! SET(CMake_VERSION_RC 5)
  
  # We use odd minor numbers for development versions.

Index: ChangeLog.manual
===================================================================
RCS file: /cvsroot/CMake/CMake/Attic/ChangeLog.manual,v
retrieving revision 1.1.12.5
retrieving revision 1.1.12.6
diff -C 2 -d -r1.1.12.5 -r1.1.12.6
*** ChangeLog.manual	28 Oct 2009 16:14:54 -0000	1.1.12.5
--- ChangeLog.manual	3 Nov 2009 22:25:02 -0000	1.1.12.6
***************
*** 1,2 ****
--- 1,21 ----
+ Changes in CMake 2.8.0 RC 5
+ - CTest now detects cycles in test dependency graph
+ - Warn on set(PARENT_SCOPE) at top scope
+ - Fix Xcode <= 2.0 projects with CMAKE_BUILD_TYPE
+ - Fix flags for Intel Fortran on Windows
+ - Fix #2199: UseSWIG documentation for swig_generated_file_fullname
+ - Fix #7915: UseSWIG interaction with JNI
+ - Fix #8971: FindOpenSSL now works on windows
+ - Fix #9124: CPackDeb documentation
+ - Fix #9722: cmake-gui reports error when not able to create build directory
+ - Fix #9767: Match more valgrind-reported leaks in CTest memcheck
+ - Fix #9777: Sync CMakeDetermineJavaCompiler paths with FindJava
+ - Fix #9793: FindJNI should find matching jni.h and jni_md.h
+ - Fix #9817: FindJNI on Solaris
+ - Fix FindHDF5 when hdf5.h exists without H5pubconf.h
+ - Fix FindZLIB to follow variable name conventions
+ - Fix invalid use of auto_ptr on array
+ - Mention temp var convention in Modules/readme.txt documentation
+ 
  Changes in CMake 2.8.0 RC 4
  - Fix try_compile when file cannot be found



More information about the Cmake-commits mailing list