summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-01-12 20:53:33 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-01-12 20:53:33 -0800
commitbb1ea2348c5224ba1c8f21ddfdc8fed2d19e6ed3 (patch)
treeda168055236c65ee5d0c4ba0a819a4f1e0ca1c8a /RELNOTES
parent2fdb219a541e1df448c12fff185012e09c562128 (diff)
downloadtxr-bb1ea2348c5224ba1c8f21ddfdc8fed2d19e6ed3.tar.gz
txr-bb1ea2348c5224ba1c8f21ddfdc8fed2d19e6ed3.tar.bz2
txr-bb1ea2348c5224ba1c8f21ddfdc8fed2d19e6ed3.zip
Version 131.txr-131
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES28
1 files changed, 28 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index d4b415ff..4653bd1c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,31 @@
+ TXR 131
+ 2016-01-13
+
+
+ Bugs:
+
+ - Configuration with --valgrind now builds again.
+ - Invalid lazy string optimization introduced in TXR 118
+ has been re-worked. This affects the conformance of
+ the @(freeform) directive to documentation.
+ - When a macro declines to perform an expansion by
+ returning the :form, the form was recorded as its own
+ macro ancestor; now, nothing is recorded.
+ - Fixed issues in how regex objects are printed:
+ - Control characters and certain other characters were
+ being dumped literally.
+ - Now certain characters like newline print using
+ the escape codes like \n.
+ - Other control characters, as well as U+7F (ASCII DEL)
+ and characters in the U+DCXX surrogate range are
+ printed as hex codes.
+ - [ and ] in a character class are properly escaped.
+ - Fixed issue in string literals: semicolon character
+ effectively disappearing after control character that
+ is converted to hex escape.
+
+
+
TXR 130
2016-01-05