diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fb4015de..5bd78ef5d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ include (CheckStructHasMember) set (HAVE_CMAKE true) project (task) -set (PROJECT_VERSION "2.4.2") +set (PROJECT_VERSION "2.4.3") OPTION(USE_GNUTLS "Build gnutls support." ON) diff --git a/ChangeLog b/ChangeLog index 24a3829a8..eb3b88ed7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2.4.3 () - + +------ current release --------------------------- + 2.4.2 (2015-03-15) b9dc0813d9a8922b4cef9595033f133f9fbabf44 - TW-41 Tasks in subprojects are not counted in project completion (thanks @@ -27,8 +31,6 @@ - 'task _version' now outputs "2.4.2 (git-ref)" when built from git. "2.4.2" when built from release tarballs (thanks to Renato Alves). ------- current release --------------------------- - 2.4.1 (2015-02-16) 82e019a4a8b20de63d53b51d59b8d1c89d3c05b2 - TW-1457 Non-existent attributes are not properly handled (thanks to Tomas diff --git a/NEWS b/NEWS index 16224a133..325bf4117 100644 --- a/NEWS +++ b/NEWS @@ -1,39 +1,16 @@ -New Features in taskwarrior 2.4.2 +New Features in taskwarrior 2.4.3 - - Ability to set context, which serves as a permanent user-defined filter. - - The 'info' command now shows virtual tags. +New commands in taskwarrior 2.4.3 -New commands in taskwarrior 2.4.2 +New configuration options in taskwarrior 2.4.3 - - The 'context' command has been added, along with it subcommands 'define', - 'delete', 'show', 'list' and 'none'. +Newly deprecated features in taskwarrior 2.4.3 -New configuration options in taskwarrior 2.4.2 - - - 'context' to store the current context applied. - - 'context.' to store the definition of context 'name' - -Newly deprecated features in taskwarrior 2.4.2 - - - None - -Removed features in 2.4.2 - - - None +Removed features in 2.4.3 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: