summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-01-26 14:21:41 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-01-26 14:21:41 -0800
commit0f2bd5880d083c7cd7a52825d0a5b3276e7245b2 (patch)
tree78c901e42e6b6fe17993cf6096dc0aaca2b7dfdd /RELNOTES
parentd1640a17861fd94cbf19c59b4f3d0f0a3f6633fe (diff)
downloadtxr-0f2bd5880d083c7cd7a52825d0a5b3276e7245b2.tar.gz
txr-0f2bd5880d083c7cd7a52825d0a5b3276e7245b2.tar.bz2
txr-0f2bd5880d083c7cd7a52825d0a5b3276e7245b2.zip
Version 207.txr-207
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES18
1 files changed, 18 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index b1d99f49..6500090b 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,21 @@
+ TXR 207
+ 2019-01-26
+
+
+ Features
+
+ - Internal code structure and performance improvement in the areas of FFI,
+ integer types and bignums.
+
+ Bugs
+
+ - FFI: fixed bugs in the be-int64 and le-int64 types,
+ making these usable.
+ - Build problem: "make install" failing for compiled .tlo
+ files when using a separate build directory.
+
+
+
TXR 206
2019-01-18