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:14:28 +0000
commitfeac08cb09b828cab301b28f70376334bebbdc35 (patch)
tree22d8a49e32b0817fe81b6a299d837b088123d418
parent8eed2e441222588dc385a98ae8bd6f5820eb0223 (diff)
downloadocaml-4.09.tar.gz
Update Changes4.09
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 00ec6de4cc..0121ea68b6 100644
--- a/Changes
+++ b/Changes
@@ -17,6 +17,15 @@ OCaml 4.09 maintenance branch
(report by Emilio Jesús Gallego Arias, analysis and fix by Stephen Dolan,
code by Xavier Leroy, review by Hugo Heuzard and Gabriel Scherer)
+- #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.09.1 (16 Mars 2020):
----------------------------