diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-12-20 00:27:52 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-12-20 00:27:52 -0800 |
commit | c740cf5e2af62936fb95799d05a8235b956c15b2 (patch) | |
tree | 9003d15b8cad7470c2041265c61ebb926fc7b096 /RELNOTES | |
parent | 1b25be202870c1fd2db663f4f3764237ed92a765 (diff) | |
download | txr-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-- | RELNOTES | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |