summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-07-03 14:31:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-07-03 14:31:09 -0700
commit7ac594319e417266764a6bc041b74807f2fe13bd (patch)
tree0420019892d9df2c24e9616d4bf27156c6b54bc4 /RELNOTES
parentd38631df987863df81870894eccf6ee3f0d17c27 (diff)
downloadtxr-7ac594319e417266764a6bc041b74807f2fe13bd.tar.gz
txr-7ac594319e417266764a6bc041b74807f2fe13bd.tar.bz2
txr-7ac594319e417266764a6bc041b74807f2fe13bd.zip
Version 145.txr-145
* 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--RELNOTES24
1 files changed, 24 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 63e2c1d1..77674f05 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,27 @@
+ TXR 145
+ 2016-07-03
+
+
+ Features
+
+ - The Windows installer version of TXR is now packaged
+ with the Cygnal DLL, which is the result of a new project:
+ http://www.kyheku.com/cygnal.
+
+ Bugs
+
+ - Fixed crash in getaddrinfo when host is not found.
+ - Issues in Windows version fixed by Cygnal project:
+ - Fixed unwanted console window suddenly popping up when the
+ console-less txr-win spawns a process.
+ - Command spawning (sh function, open-command) doesn't require
+ sh.exe shim executable any longer to switch to cmd.exe.
+ - Fixed issue of messed up REPL display in multi-line mode,
+ when lines reach the right edge of the display.
+
+
+
+
TXR 144
2016-06-29