summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-28 19:29:54 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-28 19:29:54 -0800
commitaa28d1a3c711ccbe40be1a702b41c0f5c6519084 (patch)
tree2726ef94c221b955a5a0017b0ec2bb740819e0d6 /RELNOTES
parent650df3f6943c267b36f8b75313c0a1319beb8504 (diff)
downloadtxr-aa28d1a3c711ccbe40be1a702b41c0f5c6519084.tar.gz
txr-aa28d1a3c711ccbe40be1a702b41c0f5c6519084.tar.bz2
txr-aa28d1a3c711ccbe40be1a702b41c0f5c6519084.zip
Version 51txr-51
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES27
1 files changed, 27 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 1d56ad45..cc86928e 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,30 @@
+ TXR 51
+ 2012-12-28
+
+
+ Features
+
+ - Better algorithm in the random function for generating evenly-distributed
+ pseudo-random numbers of arbitrary precision.
+
+ - PRNG startup behavior improved.
+
+ - New lazy-flatten function for flattening lists lazily. Used within
+ @(next :list ...) implementation, making it possible to scan through
+ Lisp-generated lazy lists.
+
+ Bugs
+
+ - Fixed showstopper bug introduced in a patch for the MPI library,
+ affecting 32 bit platforms.
+
+ - Fixed bug in Lisp expression interpolation in quasiliterals.
+
+ - Fixed fatal exception being thrown in verbose mode, by one of
+ the formatted print statements.
+
+
+
TXR 50
2012-12-23