mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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)
|
||||
set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
|
||||
|
||||
include (CheckFunctionExists)
|
||||
|
||||
set (HAVE_CMAKE true)
|
||||
|
|
|
@ -280,6 +280,7 @@
|
|||
+ Fixed bug #938, which corrected compiler warnings on Solaris (thanks to Owen
|
||||
Clarke).
|
||||
+ 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.
|
||||
+ Fixed bug that required the '%YAML' prologue in a YAML import.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue