From ae79309b0b12092d2e3e10dfced0dcf1e9cc43ad Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 17 Dec 2024 19:52:41 -0800 Subject: Version 298. * RELNOTES: Updated. * configure (txr_ver): Bumped version. * stdlib/ver.tl (lib-version): Bumped. * txr.1: Bumped version and date. --- RELNOTES | 12 ++++++++++++ configure | 2 +- stdlib/ver.tl | 2 +- txr.1 | 6 +++--- 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 -- cgit v1.2.3