diff options
author | Xavier Leroy <xavierleroy@users.noreply.github.com> | 2021-03-05 19:14:07 +0100 |
---|---|---|
committer | David Allsopp <david.allsopp@metastack.com> | 2022-01-17 11:16:36 +0000 |
commit | a5ae12984bebceb356ecafed975689b8d1f85b52 (patch) | |
tree | e1a64d5146fed574bcaa5f4300a03ffcbf1a2cbf | |
parent | c90c2c8cf371faab293ff557868dfbda631518e7 (diff) | |
download | ocaml-3.12.tar.gz |
Update Changes3.12
Updated separately to allow the previous patch to be used for multiple
releases.
-rw-r--r-- | Changes | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Working 3.12.x branch +--------------------- + +- #10250, #10266: Dynamically allocate alternate signal stacks to + accommodate changes in Glibc 2.34. + (Xavier Leroy, reports by Tomasz Kłoczko and R.W.M. Jones, review by Anil + Madhavapeddy, Stephen Dolan, and Florian Angeletti) + +- #10698, #10726, #10891: Free the alternate signal stack when the main OCaml + code or an OCaml thread stops. + (Xavier Leroy, review by David Allsopp, Florian Angeletti and Damien Doligez) + Objective Caml 3.12.2: ---------------------- |