summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2021-03-05 19:14:07 +0100
committerDavid Allsopp <david.allsopp@metastack.com>2022-01-17 11:16:36 +0000
commita5ae12984bebceb356ecafed975689b8d1f85b52 (patch)
treee1a64d5146fed574bcaa5f4300a03ffcbf1a2cbf
parentc90c2c8cf371faab293ff557868dfbda631518e7 (diff)
downloadocaml-3.12.tar.gz
Update Changes3.12
Updated separately to allow the previous patch to be used for multiple releases.
-rw-r--r--Changes12
1 files changed, 12 insertions, 0 deletions
diff --git a/Changes b/Changes
index b2bd3838f0..b056476743 100644
--- a/Changes
+++ b/Changes
@@ -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:
----------------------