summaryrefslogtreecommitdiffstats
path: root/ChangeLog.manual
diff options
context:
space:
mode:
authorMorné Chamberlain <thefreeman.za@gmail.com>2012-11-11 20:10:21 (GMT)
committerMorné Chamberlain <thefreeman.za@gmail.com>2012-11-11 20:10:21 (GMT)
commit44c2eee8967860499a8b86baccd188799ad25966 (patch)
tree0062a2a988958e01fc1ba2f668c54686d2284eee /ChangeLog.manual
parent304b885d365b5814838e3c595bc17342553d3b68 (diff)
parenta23ac6bec6319de6c444fa29bb330bee5ca6cc5a (diff)
downloadCMake-44c2eee8967860499a8b86baccd188799ad25966.zip
CMake-44c2eee8967860499a8b86baccd188799ad25966.tar.gz
CMake-44c2eee8967860499a8b86baccd188799ad25966.tar.bz2
Merge branch 'master' into sublime-text-2-generator
Diffstat (limited to 'ChangeLog.manual')
-rw-r--r--ChangeLog.manual16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.manual b/ChangeLog.manual
index ef8571b..aa55348 100644
--- a/ChangeLog.manual
+++ b/ChangeLog.manual
@@ -1,3 +1,19 @@
+Changes in CMake 2.8.10.1 (since 2.8.10)
+----------------------------------------------
+Brad King (5):
+ Fix default PDB output directory (#13644)
+ Fix PathScale compiler id for Clang-based upstream
+ Update programmatically-reported copyright year (#13638)
+ FindSDL: Restore accidentally dropped search paths (#13651)
+ OS X: Fix default CMAKE_OSX_SYSROOT with deployment target
+
+Rolf Eike Beer (2):
+ FindOpenSSL: fix library selection on Windows (#13645)
+ FindOpenSSL: also find the non-MD debug libraries for MSVC
+
+Stephen Kelly (1):
+ GenEx: Use case insensitive comparison for $<CONFIG:...>
+
Changes in CMake 2.8.10 (since 2.8.10-rc3)
----------------------------------------------
None