mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bumped version number to 2.4.2
This commit is contained in:
parent
a55a7bf1a2
commit
a36eb974ee
3 changed files with 10 additions and 35 deletions
|
@ -10,7 +10,7 @@ include (CheckStructHasMember)
|
|||
set (HAVE_CMAKE true)
|
||||
|
||||
project (task)
|
||||
set (PROJECT_VERSION "2.4.1")
|
||||
set (PROJECT_VERSION "2.4.2")
|
||||
|
||||
OPTION(USE_GNUTLS "Build gnutls support." ON)
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2.4.2 () -
|
||||
|
||||
------ current release ---------------------------
|
||||
|
||||
2.4.1 (2015-02-16) 82e019a4a8b20de63d53b51d59b8d1c89d3c05b2
|
||||
|
||||
- TW-1457 Non-existent attributes are not properly handled (thanks to Tomas
|
||||
|
@ -46,8 +50,6 @@
|
|||
Sujeevan Vijayakumaran).
|
||||
- New 'recurrence' configuration setting can disable recurring task generation.
|
||||
|
||||
------ current release ---------------------------
|
||||
|
||||
2.4.0 (2015-01-01) 670102842c39bdc62ef84ae4b679a8f5a2d89523
|
||||
|
||||
- TD-42 Cannot compile taskd - GNUTLS_VERSION undefined in diag.cpp (thanks
|
||||
|
|
37
NEWS
37
NEWS
|
@ -1,43 +1,16 @@
|
|||
|
||||
New Features in taskwarrior 2.4.1
|
||||
New Features in taskwarrior 2.4.2
|
||||
|
||||
- New German translation.
|
||||
- Hook scripts are now under much stricter control.
|
||||
New commands in taskwarrior 2.4.2
|
||||
|
||||
New commands in taskwarrior 2.4.1
|
||||
New configuration options in taskwarrior 2.4.2
|
||||
|
||||
- None
|
||||
Newly deprecated features in taskwarrior 2.4.2
|
||||
|
||||
New configuration options in taskwarrior 2.4.1
|
||||
|
||||
- The 'date.iso' setting allows you to enable (default) or disable support
|
||||
for ISO-8601 dates. This is because some of you have 'dateformat' settings
|
||||
that conflict.
|
||||
- The 'recurrence' setting enables (default) or disables recurring task
|
||||
instance generation.
|
||||
|
||||
Newly deprecated features in taskwarrior 2.4.1
|
||||
|
||||
- None
|
||||
|
||||
Removed features in 2.4.1
|
||||
|
||||
- None
|
||||
Removed features in 2.4.2
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue