summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES18
-rwxr-xr-xconfigure2
-rw-r--r--share/txr/stdlib/ver.tl2
-rw-r--r--txr.16
4 files changed, 23 insertions, 5 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
diff --git a/configure b/configure
index d9bf1e80..7abcc262 100755
--- a/configure
+++ b/configure
@@ -463,7 +463,7 @@ fi
#
-txr_ver=206
+txr_ver=207
#
# The all important banner.
diff --git a/share/txr/stdlib/ver.tl b/share/txr/stdlib/ver.tl
index ea3c830d..d9a1f38b 100644
--- a/share/txr/stdlib/ver.tl
+++ b/share/txr/stdlib/ver.tl
@@ -1,2 +1,2 @@
-(defvarl lib-version 206)
+(defvarl lib-version 207)
(defvarl *lib-version* lib-version)
diff --git a/txr.1 b/txr.1
index cf99e598..e7364436 100644
--- a/txr.1
+++ b/txr.1
@@ -340,9 +340,9 @@
.ds TX \f[B]TXR\f[]
.ds TL \f[B]TXR Lisp\f[]
.\" Start of man page:
-.TH TXR 1 2019-01-18 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
+.TH TXR 1 2019-01-26 "Utility Commands" "TXR Programming Language" "Kaz Kylheku"
.SH* NAME
-\*(TX \- Programming Language (Version 206)
+\*(TX \- Programming Language (Version 207)
.SH* SYNOPSIS
.cblk
@@ -63140,7 +63140,7 @@ that version.
Version 199 produces version 3 files and loads version 2 or 3.
-Versions 200 through 201 produce version 4 files and load version 2, 3 or 4.
+Versions 200 through 207 produce version 4 files and load version 2, 3 or 4.
.SS* Semantic Differences between Compilation and Interpretation