From e9b54ea74f1ff4d517d5ed5d4c57454d8546f476 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 5 Apr 2015 23:45:27 -0400 Subject: [PATCH] TW-1556: task hangs when modifying uda field with percent-encoded (url-encoded) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - This bug іs fixed by the new Lexer, which has allows unrecognized lexemes to fall through to becomre 'word' or 'dom' types (thanks to Stefan Frühwirth). --- AUTHORS | 1 + ChangeLog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index eabaaf26d..ecc5beb71 100644 --- a/AUTHORS +++ b/AUTHORS @@ -247,3 +247,4 @@ suggestions: Martin Alexandre de Verteuil Scott M + Stefan Frühwirth diff --git a/ChangeLog b/ChangeLog index fca16dee7..60a06efe1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ - TW-1539 user-defined urgency coefficients for priority values. - TW-1541 Priority should be converted to UDA (in default taskrc) (thanks to Tomas Babej). +- TW-1556 task hangs when modifying uda field with percent-encoded (url-encoded) + value (thanks to Stefan Frühwirth). - TW-1578 Bash tab completion problems on first run (thanks to Renato Alves and Ptolemarch). - TW-1580 "modified" attribute no longer updated (thanks to David Patrick).