summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--RELNOTES22
-rwxr-xr-xconfigure2
-rw-r--r--share/txr/stdlib/ver.txr2
-rw-r--r--txr.14
5 files changed, 36 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e7aab33b..9fd48755 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2014-07-10 Kaz Kylheku <kaz@kylheku.com>
+ Version 92.
+
+ * RELNOTES: Updated.
+
+ * configure, txr.1: Bumped version.
+
+ * share/txr/stdlib/ver.txr: Likewise
+
+2014-07-10 Kaz Kylheku <kaz@kylheku.com>
+
* tests/011/macros-2.txr: Added test for labels shadowing macro,
and let shadowing symacro.
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