Documentation

- Now uses proper name 'Taskserver'.
This commit is contained in:
Paul Beckingham 2013-11-16 16:06:23 -05:00
parent 0df30a5be0
commit 6bc352f713
13 changed files with 57 additions and 57 deletions

16
NEWS
View file

@ -1,7 +1,7 @@
New Features in taskwarrior 2.3.0
- New task server sync capabilities.
- New Taskserver sync capabilities.
- New shell (tasksh) with Readline support replaces old 'task shell' command.
- The 'dateformat' settings now default to the ISO-8601 standard of 'Y-M-D'.
- Italian translation.
@ -15,17 +15,17 @@ New Features in taskwarrior 2.3.0
New commands in taskwarrior 2.3.0
- New 'sync' command to synchronize data with a Task Server.
- New 'sync' command to synchronize data with a Taskserver.
- New 'tasksh' command which replaces the old 'task shell' with an improved
standalone shell, featuring Readline support.
New configuration options in taskwarrior 2.3.0
- 'taskd.server' specifies host:port of the task server.
- 'taskd.credentials' specifies user credentials for the task server.
- 'taskd.certificate' specifies the task server certificate for authentication.
- 'taskd.key' specifies the task server key for encryption.
- 'taskd.ca' specifies the task server CA.
- 'taskd.server' specifies host:port of the Taskserver.
- 'taskd.credentials' specifies user credentials for the Taskserver.
- 'taskd.certificate' specifies the Taskserver certificate for authentication.
- 'taskd.key' specifies the Taskserver key for encryption.
- 'taskd.ca' specifies the Taskserver CA.
- 'taskd.trust' overrides certificate checking.
- 'taskd.ciphers' overrides default cipher selection.
- 'debug.tls' shows TLS log information, for debugging.
@ -35,7 +35,7 @@ Newly deprecated features in taskwarrior 2.3.0
- File format 2 (used in version 0.9.3 - 1.5.0) is no longer supported.
- The 'push', 'pull' and 'merge' commands will be removed in a subsequent
release. The new 'sync' command, in conjunction with the Task Server is the
release. The new 'sync' command, in conjunction with the Taskserver is the
new sync mechanism.
- The 'diagnostics' command no longer generates 1000 UUIDs as a uniqueness
test, because libuuid is now mandatory.