@@ -1,4 +1,6 @@
|
|||||||
cmake_minimum_required (VERSION 2.8)
|
cmake_minimum_required (VERSION 2.8)
|
||||||
|
set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
|
||||||
|
|
||||||
include (CheckFunctionExists)
|
include (CheckFunctionExists)
|
||||||
|
|
||||||
set (HAVE_CMAKE true)
|
set (HAVE_CMAKE true)
|
||||||
|
|||||||
@@ -280,6 +280,7 @@
|
|||||||
+ Fixed bug #938, which corrected compiler warnings on Solaris (thanks to Owen
|
+ Fixed bug #938, which corrected compiler warnings on Solaris (thanks to Owen
|
||||||
Clarke).
|
Clarke).
|
||||||
+ Fixed bug #944, which caused a test to fail when it was run on an NFS share.
|
+ Fixed bug #944, which caused a test to fail when it was run on an NFS share.
|
||||||
|
+ Fixed bug #951, which caused tag filtering to fail (thanks to Max Muller).
|
||||||
|
|
||||||
# Untracked Bugs, biggest first.
|
# Untracked Bugs, biggest first.
|
||||||
+ Fixed bug that required the '%YAML' prologue in a YAML import.
|
+ Fixed bug that required the '%YAML' prologue in a YAML import.
|
||||||
|
|||||||
Reference in New Issue
Block a user