Pārlūkot izejas kodu

CMake 2.8.3-rc3

David Cole 15 gadi atpakaļ
vecāks
revīzija
144ee51760
2 mainītis faili ar 28 papildinājumiem un 1 dzēšanām
  1. 1 1
      CMakeLists.txt
  2. 27 0
      ChangeLog.manual

+ 1 - 1
CMakeLists.txt

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

+ 27 - 0
ChangeLog.manual

@@ -1,3 +1,30 @@
+Changes in CMake 2.8.3-rc3 (since 2.8.3-rc2)
+--------------------------------------------
+Alex Neundorf (4):
+      Remove trailing whitespace
+      Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE)
+      Use absolute path to FindPackageHandleStandardArgs.cmake everywhere
+      CodeBlocks Generator: Do not omit files in the project file listing.
+
+Brad King (4):
+      VS10: Order .vcxproj dependencies deterministically (#10502)
+      Document ENABLE_EXPORTS behavior on Mac (#11295)
+      FindHDF5: Fix typo in parallel-IO support check (#11291)
+      Xcode: Recognize .hh as C++ (#11307)
+
+Clinton Stimpson (1):
+      Find imports dir in Qt 4.7
+
+David Partyka (1):
+      Update module to locate newely released MS MPI HPC Pack R2.
+
+Philip Lowman (1):
+      Remove superfluous variable Boost_COMPAT_STATIC_RUNTIME.
+
+Rolf Eike Beer (2):
+      FindSubversion: Fix for German localized client (#11273)
+      FindSubversion: Use C locale to detect version (#11273)
+
 Changes in CMake 2.8.3-rc2 (since 2.8.3-rc1)
 --------------------------------------------
 Alex Neundorf (5):