summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-08-30 07:34:02 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-08-30 07:34:02 -0700
commit96735ac6a4ec569afabc8e4cd77579508cf973f8 (patch)
treea8b52e72b9cf1bf8cb30c499e4dac75804d94037 /RELNOTES
parent7d7ba3c6da77a22ee1be2fcf7e35283aad112887 (diff)
downloadtxr-96735ac6a4ec569afabc8e4cd77579508cf973f8.tar.gz
txr-96735ac6a4ec569afabc8e4cd77579508cf973f8.tar.bz2
txr-96735ac6a4ec569afabc8e4cd77579508cf973f8.zip
Version 270.txr-270
* RELNOTES: Updated. * configure (txr_ver): Bumped version. * stdlib/ver.tl (lib-version): Bumped. * txr.1: Bumped version and date.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES23
1 files changed, 23 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index e9bfe6f6..e83c83c1 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,26 @@
+ TXR 270
+ 2021-08-30
+
+
+ Features
+
+ - open-file now supports "x" mode for exclusive create, contributed
+ by Paul A. Patience.
+
+ Bugs
+
+ - sequence iteration:
+ - garbage collection corruption was discovered via experimentation
+ with string ranges (new feature in 269).
+ - caused by not properly doing the counter-generation object mutations.
+ - Bug is not new: affects bignum ranges, oop sequences.
+ - iterating ranges that go from fixnum to bignum now allowed.
+ - open-file:
+ - "+" mode was behaving like "r" and not "r+" (Paul A. Patience)
+ - "w+", "m+" and "a+" refused to create file (Paul A. Patience)
+
+
+
TXR 269
2021-08-28