From b1039d1891413c5049b2443795036abe461c7454 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 7 Oct 2016 22:32:40 -0700 Subject: Version 153. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. --- RELNOTES | 15 +++++++++++++++ configure | 2 +- share/txr/stdlib/ver.tl | 2 +- txr.1 | 4 ++-- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/RELNOTES b/RELNOTES index 19de1e72..e7cd8e83 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,18 @@ + TXR 153 + 2016-10-07 + + + Bugs + + - GC-related regression in static-slot-ensure fixed, + affecting code which uses defmeth also, causing + instability. + - Fixed long-time GC-related issues in replace-struct + and clear-struct which threaten stability. + - Check for self-assignment in replace-struct. + + + TXR 152 2016-10-04 diff --git a/configure b/configure index 9d16df11..9507839e 100755 --- a/configure +++ b/configure @@ -445,7 +445,7 @@ fi # -txr_ver=152 +txr_ver=153 # # The all important banner. diff --git a/share/txr/stdlib/ver.tl b/share/txr/stdlib/ver.tl index 186fef2a..b6334de1 100644 --- a/share/txr/stdlib/ver.tl +++ b/share/txr/stdlib/ver.tl @@ -1,2 +1,2 @@ -(defvarl lib-version 152) +(defvarl lib-version 153) (defvarl *lib-version* lib-version) diff --git a/txr.1 b/txr.1 index c7fde830..d8f0f48a 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 2016-10-04 "Utility Commands" "TXR Data Processing Language" "Kaz Kylheku" +.TH TXR 1 2016-10-07 "Utility Commands" "TXR Data Processing Language" "Kaz Kylheku" .SH* NAME -\*(TX \- text processing language (version 152) +\*(TX \- text processing language (version 153) .SH* SYNOPSIS .cblk -- cgit v1.2.3