From cf051ba17485aeb33633f585ca5fb3e3ebfbe743 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 29 Oct 2013 23:20:34 -0400 Subject: [PATCH] Documentation - Added recently closed bugs to ChangeLog. --- AUTHORS | 1 + ChangeLog | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/AUTHORS b/AUTHORS index 3e4dae85a..767eb1aa9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -185,3 +185,4 @@ suggestions: John West Dmitriy Matrosov Michele Santullo + Scott Kroll diff --git a/ChangeLog b/ChangeLog index aaa873591..2585305f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,7 @@ Features + #1297 The task₋sync(5) man pages is rewritten with examples. + #1339 The configuration file now supports JSON encoding of Unicode characters, by specifying \uNNNN. + + #1385 Need a way to configure the trust of self-signed certificates. + Stores un-synched transactions in /backlog.data. + Adds a new 'synchronize' command to sync data with a task server. + Adds a new 'initialize' synchronize command argument that uploads all pending @@ -85,6 +86,9 @@ Bugs + #1388 Updated task(1) man pages with import/export script examples (thanks to Benjamin Weber). + #1410 Incomplete Date Synonym List in man task (thanks to Benjamin Weber). + + #1414 Client does not verify SSL certificates (thanks to Scott Kroll). + + #1415 Client should not require a SSL certificate if the server has a trusted + certificate (thanks to Scott Kroll). + Fixed bug so that 'limit:page' now considers footnote messages. + Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks (thanks to greenskeleton).