mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 03:07:20 +02:00
parent
86e74c1020
commit
99e058cbe7
2 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue