summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-10-07 22:32:40 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-10-07 22:32:40 -0700
commit5942e1316ef3647b063180eb04b13319838172d2 (patch)
treedd14d6b143599d98aba917fdbc16a6e19898c3db
parent0fdf7390864f8bc619741aff777cb5d2560d9f1c (diff)
downloadtxr-5942e1316ef3647b063180eb04b13319838172d2.tar.gz
txr-5942e1316ef3647b063180eb04b13319838172d2.tar.bz2
txr-5942e1316ef3647b063180eb04b13319838172d2.zip
Version 153.txr-153
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise.
-rw-r--r--RELNOTES15
-rwxr-xr-xconfigure2
-rw-r--r--share/txr/stdlib/ver.tl2
-rw-r--r--txr.14
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