From b39061aebfdfcc817ed99a984abe47a32c449539 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 3 Jul 2016 14:31:09 -0700 Subject: Version 145. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated. --- RELNOTES | 24 ++++++++++++++++++++++++ configure | 2 +- share/txr/stdlib/ver.tl | 2 +- txr.1 | 4 ++-- 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 -- cgit v1.2.3