From 3606b6ab65f57a77b03245bc0c262a7dd44d9d2a Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 6 Apr 2013 14:09:23 -0400 Subject: [PATCH] Bug #1211 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - #1211 The 'dateformat' settings now default to the ISO-8601 standard of 'Y-M-D' (thanks to Robin Björklin). --- AUTHORS | 1 + ChangeLog.230 | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index ea2cdc19b..9e4dcd931 100644 --- a/AUTHORS +++ b/AUTHORS @@ -158,4 +158,5 @@ suggestions: Stéphane Pezennec Jim B Robert Gill + Robin Björklin diff --git a/ChangeLog.230 b/ChangeLog.230 index f0734186b..e762b3c71 100644 --- a/ChangeLog.230 +++ b/ChangeLog.230 @@ -13,10 +13,11 @@ Features + Adds a new 'sync' verbosity token, which will reminds when a backlog builds up and needs a sync. + Supports IPv4 and IPv6 server addresses. - + The 'dateformat' settings now default to the ISO-8601 standard of 'Y-M-D'. Bugs - + Fixed bug #1197 so that 'tasksh' now recognized Ctrl-D to exit. + + #1197 Now 'tasksh' recognizes Ctrl-D to exit. + + #1211 The 'dateformat' settings now default to the ISO-8601 standard of + 'Y-M-D' (thanks to Robin Björklin). + Fixed bug so that 'limit:page' now considers footnote messages. ------ old releases ------------------------------