summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES15
-rwxr-xr-xconfigure2
-rw-r--r--stdlib/ver.tl2
-rw-r--r--txr.16
4 files changed, 20 insertions, 5 deletions
diff --git a/RELNOTES b/RELNOTES
index 0ccf2d40..d6a1bdb4 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,18 @@
+ TXR 280
+ 2022-08-09
+
+
+ Bugs
+
+ - Listener:
+ - Fix regression: ~/.txr_history not loading unless ~/.txr_profile exists.
+
+ - Build:
+ - Handle failing hard link operation in "make install" so things
+ work on Android again.
+
+
+
TXR 279
2022-08-08
diff --git a/configure b/configure
index aff3d3fb..94931f54 100755
--- a/configure
+++ b/configure
@@ -617,7 +617,7 @@ chmod a+x reconfigure
#
-txr_ver=279
+txr_ver=280
#
# The all important banner.
diff --git a/stdlib/ver.tl b/stdlib/ver.tl
index 7ebf5ddf..678b892d 100644
--- a/stdlib/ver.tl
+++ b/stdlib/ver.tl
@@ -1,2 +1,2 @@
-(defvarl lib-version 279)
+(defvarl lib-version 280)
(defvarl *lib-version* lib-version)
diff --git a/txr.1 b/txr.1
index 35dbaa1f..e0ba8879 100644
--- a/txr.1
+++ b/txr.1
@@ -430,9 +430,9 @@
.ds TX \f[B]TXR\f[]
.ds TL \f[B]TXR Lisp\f[]
.\" Start of man page:
-.TH TXR 1 2022-08-08 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
+.TH TXR 1 2022-08-09 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
.SH* NAME
-\*(TX \- Programming Language (Version 279)
+\*(TX \- Programming Language (Version 280)
.SH* SYNOPSIS
.mono
@@ -85618,7 +85618,7 @@ versions 2, 3, 4 and 5, regardless of minor version.
Versions 252 through 259 produce version 6.0 files and load
only version 6, regardless of minor version.
-Versions 260 through 279 produce version 7.0 files and load
+Versions 260 through 280 produce version 7.0 files and load
versions 6 and 7, regardless of minor version.
Version 261 introduces JSON
.code #J