Browse Source

CMake 2.8.4

David Cole 15 years ago
parent
commit
1bb4c7be11
2 changed files with 21 additions and 1 deletions
  1. 1 1
      CMakeLists.txt
  2. 20 0
      ChangeLog.manual

+ 1 - 1
CMakeLists.txt

@@ -432,7 +432,7 @@ SET(CMake_VERSION_MAJOR 2)
 SET(CMake_VERSION_MINOR 8)
 SET(CMake_VERSION_PATCH 4)
 SET(CMake_VERSION_TWEAK 0)
-SET(CMake_VERSION_RC 2)
+#SET(CMake_VERSION_RC 2)
 
 # Releases define a tweak level.
 IF(DEFINED CMake_VERSION_TWEAK)

+ 20 - 0
ChangeLog.manual

@@ -1,3 +1,23 @@
+Changes in CMake 2.8.4 (since 2.8.4-rc2)
+----------------------------------------
+Alex Neundorf (1):
+      Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used
+
+Andreas Schneider (1):
+      FindPerlLibs: Add notice of copyright
+
+Brad King (3):
+      libarchive: Define major/minor/makedev only where needed (#11648)
+      libarchive: Use OpenSSL only if CMAKE_USE_OPENSSL (#11815)
+      Fix documentation of MSVC_VERSION (#11833)
+
+David Cole (1):
+      Silence the may be used uninitialized warnings: initialize stuff.
+
+Eric NOULARD (2):
+      CPack   Tests the different ways of packaging components
+      Avoid foreach IN LISTS syntax which is not supported by CMake 2.6
+
 Changes in CMake 2.8.4-rc2 (since 2.8.4-rc1)
 --------------------------------------------
 Alex Neundorf (3):