From 83ae6fd08039a96d0b0b897d8a0bc55af6854853 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 9 Aug 2022 07:01:29 -0700 Subject: Version 280. * RELNOTES: Updated. * configure (txr_ver): Bumped version. * stdlib/ver.tl (lib-version): Bumped. * txr.1: Bumped version and date. --- RELNOTES | 15 +++++++++++++++ configure | 2 +- stdlib/ver.tl | 2 +- txr.1 | 6 +++--- 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 -- cgit v1.2.3