summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--RELNOTES24
-rwxr-xr-xconfigure2
-rw-r--r--share/txr/stdlib/ver.tl2
-rw-r--r--txr.14
4 files changed, 28 insertions, 4 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
diff --git a/configure b/configure
index 896f12b3..e6d402ee 100755
--- a/configure
+++ b/configure
@@ -444,7 +444,7 @@ fi
#
-txr_ver=144
+txr_ver=145
#
# The all important banner.
diff --git a/share/txr/stdlib/ver.tl b/share/txr/stdlib/ver.tl
index 2aaee0c5..2d5c4647 100644
--- a/share/txr/stdlib/ver.tl
+++ b/share/txr/stdlib/ver.tl
@@ -1,2 +1,2 @@
-(defvarl lib-version 144)
+(defvarl lib-version 145)
(defvarl *lib-version* lib-version)
diff --git a/txr.1 b/txr.1
index b16f9724..3361a652 100644
--- a/txr.1
+++ b/txr.1
@@ -339,9 +339,9 @@
.ds TX \f[B]TXR\f[]
.ds TL \f[B]TXR Lisp\f[]
.\" Start of man page:
-.TH TXR 1 2016-06-29 "Utility Commands" "TXR Data Processing Language" "Kaz Kylheku"
+.TH TXR 1 2016-07-03 "Utility Commands" "TXR Data Processing Language" "Kaz Kylheku"
.SH* NAME
-\*(TX \- text processing language (version 144)
+\*(TX \- text processing language (version 145)
.SH* SYNOPSIS
.cblk