Bumped version number to 2.4.3

This commit is contained in:
Federico Hernandez 2015-03-16 00:25:55 +01:00
parent 48e9c0518e
commit 8386b702dd
3 changed files with 10 additions and 31 deletions

View file

@ -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)

View file

@ -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

33
NEWS
View file

@ -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.<name>' 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: