summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2020-10-10 06:54:24 -0700
committerKaz Kylheku <kaz@kylheku.com>2020-10-10 06:54:24 -0700
commitb5c55a9feaa0748cd0eb1960dd13ed58d94236df (patch)
tree32cc5d17812b32e9625cc5173778f6eb910082db /RELNOTES
parent9a2e3f62d60b7257d28e638c0abfc9abf815d868 (diff)
downloadtxr-b5c55a9feaa0748cd0eb1960dd13ed58d94236df.tar.gz
txr-b5c55a9feaa0748cd0eb1960dd13ed58d94236df.tar.bz2
txr-b5c55a9feaa0748cd0eb1960dd13ed58d94236df.zip
Version 245txr-245
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. Fixed repeated word in documentation under env-hash. * share/txr/stdlib/ver.tl: Bumped from incorrect 243 value to 245.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES27
1 files changed, 27 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index ac43851d..64fd132e 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,30 @@
+ TXR 245
+ 2020-12-24
+
+
+ Features:
+
+ - Android is now a supported target platform: builds in termux environment.
+ - TXR executable builds as PIE, which is mandatory on Android.
+ - test suite passes nevertheless: PIE-related has not been observed.
+
+ - System Interface:
+ - env-hash now returns the same hash object every time it is called,
+ whose contents are updated by setenv, unsetenv and getenv.
+
+ - Build:
+ - C compiler now operated in C99 dialect, except in maintainer mode.
+
+
+ Bugs:
+
+ - math: bad edge-case in int-flo function affecting 64 bit systems.
+ - time: do not offer a make-time-utc function if we have neither timegm nor
+ setenv in the C library; we don't simulate setenv with putenv any more.
+ - printer: don't print leading zeros in characters printed in hexadecimal.
+
+
+
TXR 244
2020-10-10