summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES22
1 files changed, 22 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 087edac0..1b266b33 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,25 @@
+ TXR 048
+ 2012-12-13
+
+
+ Features
+
+ - New functions: expt, exptmod, sqrt, numberp, evenp, oddp, abs, gcd
+ reduce-left, reduce-right.
+
+ - Replaced horribly slow square root in MPI with a less horribly slow one.
+
+ Bugs
+
+ - Fixed numerous instances, in the MPI library, of coding broken
+ for mpi_digit wider than 16 bits, leading to incorrect results and
+ crashes.
+
+ - Fixed mpi_int for 32 bit platforms so that obj_t stays 4 pointers wide.
+ (The sign becomes a 1 bit wide bitfield).
+
+
+
TXR 047
2012-12-12