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:12 +0000
commit7a9d83047450e337ff31f3d73e5c2d9af66bd363 (patch)
tree4371c1eff0999d38b99236bb8a2dfcf5c8c9b40e
parent17df117b4939486d3285031900587afce5262c8c (diff)
downloadocaml-7a9d83047450e337ff31f3d73e5c2d9af66bd363.tar.gz
Update Changes4.08
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 4a0b0decd2..89e6939574 100644
--- a/Changes
+++ b/Changes
@@ -20,6 +20,15 @@ OCaml 4.08 maintenance branch:
prevent their C99-compliant snprintf conflicting with ours.
(David Allsopp, report by Michael Soegtrop, review by Xavier Leroy)
+- #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.08.1 (5 August 2019)
----------------------------