Changes.txt in autobuild-1.2.10 vs Changes.txt in autobuild-1.2.11
- old
+ new
@@ -1,4 +1,12 @@
+== Version 1.2.11
+* fix small issues with CMake
+ - CMake 2.6 can convert option values between what the user provides (for
+ instance YES) and what is written in the cache (ON). Take that into account
+ - if the first configuration fails, no Makefile is generated but
+ a CMakeCache.txt is there. Autobuild was failing in that situation and will
+ now handle it gracefully.
+
== Version 1.2.10
* small fix
logs are sorted into subdirectories, following the structure of the
packages. Up until now, the mailing code was not searching for logfiles in the
subdirectories. This commit fixes this.