diff options
-rw-r--r-- | RELNOTES | 24 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | share/txr/stdlib/ver.tl | 2 | ||||
-rw-r--r-- | txr.1 | 4 |
4 files changed, 28 insertions, 4 deletions
@@ -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 @@ -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) @@ -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 |