summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2024-12-17 19:52:41 -0800
committerKaz Kylheku <kaz@kylheku.com>2024-12-17 19:52:41 -0800
commitae79309b0b12092d2e3e10dfced0dcf1e9cc43ad (patch)
treec414aa033cef2bbe0b2e6806e71c2e13cc029b93
parentd9a18c7440ac4818de7561212e041a85d4506a72 (diff)
downloadtxr-ae79309b0b12092d2e3e10dfced0dcf1e9cc43ad.tar.gz
txr-ae79309b0b12092d2e3e10dfced0dcf1e9cc43ad.tar.bz2
txr-ae79309b0b12092d2e3e10dfced0dcf1e9cc43ad.zip
Version 298.HEADtxr-298master
* RELNOTES: Updated. * configure (txr_ver): Bumped version. * stdlib/ver.tl (lib-version): Bumped. * txr.1: Bumped version and date.
-rw-r--r--RELNOTES12
-rwxr-xr-xconfigure2
-rw-r--r--stdlib/ver.tl2
-rw-r--r--txr.16
4 files changed, 17 insertions, 5 deletions
diff --git a/RELNOTES b/RELNOTES
index d5aa584a..f36f774a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,15 @@
+ TXR 298
+ 2024-12-17
+
+
+ Bugs
+
+ - listener: regression: txr won't start interactively
+ if ~/.txr-profile or ~/.txr_profile file is not present,
+ terminating with an error about nil being passed to abs-path-p.
+
+
+
TXR 297
2024-12-16
diff --git a/configure b/configure
index ffaa30bc..3557bc49 100755
--- a/configure
+++ b/configure
@@ -631,7 +631,7 @@ chmod a+x reconfigure
#
-txr_ver=297
+txr_ver=298
#
# The all important banner.
diff --git a/stdlib/ver.tl b/stdlib/ver.tl
index 6483dbb6..0f5667ba 100644
--- a/stdlib/ver.tl
+++ b/stdlib/ver.tl
@@ -1,2 +1,2 @@
-(defvarl lib-version 297)
+(defvarl lib-version 298)
(defvarl *lib-version* lib-version)
diff --git a/txr.1 b/txr.1
index 00014d4f..cfdd9fb9 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 2024-12-15 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
+.TH TXR 1 2024-12-17 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
.SH* NAME
-\*(TX \- Programming Language (Version 297)
+\*(TX \- Programming Language (Version 298)
.SH* SYNOPSIS
.mono
@@ -91269,7 +91269,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 297 produce version 7.0 files and load
+Versions 260 through 298 produce version 7.0 files and load
versions 6 and 7, regardless of minor version.
Version 261 introduces JSON
.code #J