From 3c36690ea47bd88ed7a6bf2d2cf4e53ea9fdbc1a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 10 Jul 2014 20:37:58 -0700 Subject: Version 92. * RELNOTES: Updated. * configure, txr.1: Bumped version. * share/txr/stdlib/ver.txr: Likewise --- ChangeLog | 10 ++++++++++ RELNOTES | 22 ++++++++++++++++++++++ configure | 2 +- share/txr/stdlib/ver.txr | 2 +- txr.1 | 4 ++-- 5 files changed, 36 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index e7aab33b..9fd48755 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2014-07-10 Kaz Kylheku + + Version 92. + + * RELNOTES: Updated. + + * configure, txr.1: Bumped version. + + * share/txr/stdlib/ver.txr: Likewise + 2014-07-10 Kaz Kylheku * tests/011/macros-2.txr: Added test for labels shadowing macro, diff --git a/RELNOTES b/RELNOTES index b9a87697..1d330fe6 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,25 @@ + TXR 92 + 2014-07-11 + + + Features + + - New operators ado and ido. + + - New command line option --license. + + - Long overdue flet and labels operators for lexical binding in the function + space, added as macros. + + Bugs + + - apf and ipf functions fixed. + + - Uninitialized variable bug fix in select function + and in the index list case of replace-list. + + + TXR 91 2014-07-02 diff --git a/configure b/configure index f61af1e1..16b84cd7 100755 --- a/configure +++ b/configure @@ -407,7 +407,7 @@ fi # -txr_ver=91 +txr_ver=92 # # The all important banner. diff --git a/share/txr/stdlib/ver.txr b/share/txr/stdlib/ver.txr index b3a9fdb6..6a535a7e 100644 --- a/share/txr/stdlib/ver.txr +++ b/share/txr/stdlib/ver.txr @@ -1 +1 @@ -@(do (defvar *lib-version* 91)) +@(do (defvar *lib-version* 92)) diff --git a/txr.1 b/txr.1 index 55007efa..a6f07c98 100644 --- a/txr.1 +++ b/txr.1 @@ -21,9 +21,9 @@ .\"IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED .\"WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -.TH "TXR" 1 2014-07-02 "Utility Commands" "TXR Text Processing Language" "Kaz Kylheku" +.TH "TXR" 1 2014-07-11 "Utility Commands" "TXR Text Processing Language" "Kaz Kylheku" .SH NAME -txr \- text processing language (version 91) +txr \- text processing language (version 92) .SH SYNOPSIS .B txr [ options ] query-file { data-file }* .sp -- cgit v1.2.3