diff options
author | Brad King <brad.king@kitware.com> | 2009-11-03 22:25:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-11-03 22:25:20 (GMT) |
commit | 86eac830b353b304fae635f91cebc888e1c37933 (patch) | |
tree | d6b403619a096729311c3921c09eda2870082066 /ChangeLog.manual | |
parent | b4ae8bad4b8e7810a44e2f77363de3009260a473 (diff) | |
download | CMake-86eac830b353b304fae635f91cebc888e1c37933.zip CMake-86eac830b353b304fae635f91cebc888e1c37933.tar.gz CMake-86eac830b353b304fae635f91cebc888e1c37933.tar.bz2 |
CMake 2.8.0-rc5
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r-- | ChangeLog.manual | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual index bba3846..5723927 100644 --- a/ChangeLog.manual +++ b/ChangeLog.manual @@ -1,3 +1,22 @@ +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 - Add new module to test manifest installation issues on windows. |