diff --git a/DEVELOPER b/DEVELOPER index 534056d4f..2c3a97f0a 100644 --- a/DEVELOPER +++ b/DEVELOPER @@ -10,7 +10,7 @@ How to Build Taskwarrior Obtain and build code: $ git clone https://git.tasktools.org/scm/tm/task.git task.git $ cd task.git - $ git checkout 2.4.1 # Latest dev branch + $ git checkout 2.4.2 # Latest dev branch $ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither. $ make VERBOSE=1 # Shows details diff --git a/NEWS b/NEWS index cf3c312e9..ada2b6b55 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,38 @@ New Features in taskwarrior 2.4.2 + - None + New commands in taskwarrior 2.4.2 + - None + New configuration options in taskwarrior 2.4.2 + - None + Newly deprecated features in taskwarrior 2.4.2 + - None + Removed features in 2.4.2 + - None + Known Issues + - If you upgraded from Taskwarrior 2.3.0, you will need one of the following + settings to allow continued syncing to a Taskserver: + + $ task config taskd.trust strict + $ task config taskd.trust 'ignore hostname' + $ task config taskd.trust 'allow all' + + These are presented in order of preference from most to least secure, and + depend on how your certs were generated. + + - https://bug.tasktools.org/ + Taskwarrior has been built and tested on the following configurations: * OS X 10.10 Yosemite