summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-08 07:43:27 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-08 07:43:27 -0800
commit0b86366870e0a1e45955881a2d3206175061271e (patch)
tree26e5e6bb9bb63a580b03329594ce552228ce0ff5 /RELNOTES
parentb98e7e641893ca98e34e9f89a55ce1a21a7ace2b (diff)
downloadtxr-0b86366870e0a1e45955881a2d3206175061271e.tar.gz
txr-0b86366870e0a1e45955881a2d3206175061271e.tar.bz2
txr-0b86366870e0a1e45955881a2d3206175061271e.zip
Version 73txr-73
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES17
1 files changed, 17 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 24c96412..421b9537 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,20 @@
+ TXR 73
+ 2014-01-08
+
+
+ Features
+
+ - The new lisp-parse function scans TXR Lisp expressions at run-time
+ out of strings and streams, which means that TXR can now more easily keep
+ persistent, complex data in text files.
+
+ Bugs
+
+ - Fixed signal-handling-related performance issue caused by excessive
+ calls to the sigprocmask function.
+
+
+
TXR 72
2013-12-17