From c740cf5e2af62936fb95799d05a8235b956c15b2 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 20 Dec 2019 00:27:52 -0800 Subject: Version 230. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. --- RELNOTES | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'RELNOTES') 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 -- cgit v1.2.3