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:15:22 +0000
commit0c2c8edcfa5ae8471aede6456233be2fdb8ed1a9 (patch)
tree90a00f1d825ea355952e1aec151ec064d2bc84af
parent00b8c4d503732343d5d01761ad09650fe50ff3a0 (diff)
downloadocaml-0c2c8edcfa5ae8471aede6456233be2fdb8ed1a9.tar.gz
Update Changes4.07
Updated separately to allow the previous patch to be used for multiple releases.
-rw-r--r--Changes11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changes b/Changes
index 57a9b37bd6..fce3aeb0a0 100644
--- a/Changes
+++ b/Changes
@@ -10,6 +10,17 @@ OCaml 4.07 maintenance branch
prevent their C99-compliant snprintf conflicting with ours.
(David Allsopp, report by Michael Soegtrop, review by Xavier Leroy)
+### Bug fixes:
+
+- #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.07.1 (4 October 2018)
-----------------------------