summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-12-20 00:27:52 -0800
committerKaz Kylheku <kaz@kylheku.com>2019-12-20 00:27:52 -0800
commitc740cf5e2af62936fb95799d05a8235b956c15b2 (patch)
tree9003d15b8cad7470c2041265c61ebb926fc7b096 /RELNOTES
parent1b25be202870c1fd2db663f4f3764237ed92a765 (diff)
downloadtxr-c740cf5e2af62936fb95799d05a8235b956c15b2.tar.gz
txr-c740cf5e2af62936fb95799d05a8235b956c15b2.tar.bz2
txr-c740cf5e2af62936fb95799d05a8235b956c15b2.zip
Version 230.txr-230
* RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES19
1 files changed, 19 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 372b8900..c76cff3e 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,22 @@
+ TXR 230
+ 2019-12-20
+
+
+ Features:
+
+ - build: PIE (position-independent executable) builds are disabled.
+ - PIE caused a crash in non-local transfer logic.
+ - causes an 22% or more penalty on 32 bits x86.
+
+ Bugs:
+
+ - FFI: fixed bug in implementation of newly added zchar type.
+ - mitigated crash in non-local control transfer logic (extended_setjmp)
+ caused by PIE executable compilation
+ - PIE is now enabled in some leading distros.
+
+
+
TXR 229
2019-12-14