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:15 +0000
commit1decc68dc44e7eeed53f228283eb8351c46d09ee (patch)
treeb18d1d41f9c8980859c8884bb3106d80dee2bfc9
parentd111407bf4ff71171598d30825c8e59ed5f75fd6 (diff)
downloadocaml-4.01.tar.gz
Update Changes4.01
Updated separately to allow the previous patch to be used for multiple releases.
-rw-r--r--Changes9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changes b/Changes
index 8c6e31c2d6..0079343818 100644
--- a/Changes
+++ b/Changes
@@ -19,6 +19,15 @@ Bug fixes:
- PR#6267: more information printed by "bt" command of ocamldebug
- PR#6275: Soundness bug related to type constraints
+- #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.01.0:
-------------