diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-10-07 22:32:40 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-10-07 22:32:40 -0700 |
commit | 5942e1316ef3647b063180eb04b13319838172d2 (patch) | |
tree | dd14d6b143599d98aba917fdbc16a6e19898c3db /RELNOTES | |
parent | 0fdf7390864f8bc619741aff777cb5d2560d9f1c (diff) | |
download | txr-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.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |