summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6500090b..b20f75d6 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,27 @@
+ TXR 208
+ 2019-01-28
+
+
+ Features
+
+ - The -f command line option can be used with the Hash Bang Null Hack.
+
+ Bugs
+
+ - Showstopper bug in copy-hash also affecting hash-diff.
+ - Pattern Language:
+ - Bug in @(next) directive's :nothrow
+ - @(next "file" :nothrow) wrongly reading from standard input
+ if opening "file" throws.
+ - @(next expr :nothrow) not catches error exception
+ thrown by Lisp code.
+ - The documentation can be interpreted as requiring this
+ and the expectation is intuitive.
+ - Same with @(next :list <expr> :nothrow) and
+ @(next :string <expr> :nothrow).
+
+
+
TXR 207
2019-01-26
diff --git a/configure b/configure
index 7abcc262..7e91d97c 100755
--- a/configure
+++ b/configure
@@ -463,7 +463,7 @@ fi
#
-txr_ver=207
+txr_ver=208
#
# The all important banner.
diff --git a/share/txr/stdlib/ver.tl b/share/txr/stdlib/ver.tl
index d9a1f38b..47b0d043 100644
--- a/share/txr/stdlib/ver.tl
+++ b/share/txr/stdlib/ver.tl
@@ -1,2 +1,2 @@
-(defvarl lib-version 207)
+(defvarl lib-version 208)
(defvarl *lib-version* lib-version)
diff --git a/txr.1 b/txr.1
index 6d0c7985..557e2951 100644
--- a/txr.1
+++ b/txr.1
@@ -340,9 +340,9 @@
.ds TX \f[B]TXR\f[]
.ds TL \f[B]TXR Lisp\f[]
.\" Start of man page:
-.TH TXR 1 2019-01-26 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
+.TH TXR 1 2019-01-28 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
.SH* NAME
-\*(TX \- Programming Language (Version 207)
+\*(TX \- Programming Language (Version 208)
.SH* SYNOPSIS
.cblk