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:25 +0000
commit57fbc5b9f19d22b4c61638a7ba3666653d4e6273 (patch)
tree0ba91208f87bb298954df20649ed8ccd2b7a2c45
parent60b0cdaf2519d881947af4175ac4c6ff68901be3 (diff)
downloadocaml-4.00.tar.gz
Update Changes4.00
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 5bca2c6c77..a5c4a81c73 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,15 @@
+Working 4.00.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)
+
OCaml 4.00.2:
-------------