summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-07-20 20:37:15 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-07-20 20:37:15 -0700
commit10f3603aa0d19b165f33b39abc4b183057e93f3d (patch)
tree9f94190204ce166c40635c803d77c09f2439ad01 /RELNOTES
parenta087f6e4d5d50952ed6c8358e24f692ff79b9f9e (diff)
downloadtxr-10f3603aa0d19b165f33b39abc4b183057e93f3d.tar.gz
txr-10f3603aa0d19b165f33b39abc4b183057e93f3d.tar.bz2
txr-10f3603aa0d19b165f33b39abc4b183057e93f3d.zip
Version 146.txr-146
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES20
1 files changed, 20 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 77674f05..b93655ce 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,23 @@
+ TXR 146
+ 2016-07-20
+
+
+ Features
+
+ - Time and space optimizations in execution of NFA regexes.
+ - POSIX uname function exposed.
+ - Print syntax which looks like their read syntax implemented for
+ quasistrings and quasi-word-list literals.
+ - Windows version ships with Cygnal 2.5.1.99 for better
+ windows native support.
+
+ Bugs
+
+ - Text streams are not open with stdio "t" mode on Cygwin.
+ This was a mistaken change present in 144 and 145.
+
+
+
TXR 145
2016-07-03