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:33 +0000
commit5faa69e7a2e1e5d0bcb7a13a8136017b13d7bebd (patch)
tree8c37c0bd0ea29e6d353191dc8cac7edd18810a65
parent137a4ad167f25fe1bee792977ed89f30d19bcd74 (diff)
downloadocaml-4.06.tar.gz
Update Changes4.06
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 5a30dbeb09..c357006223 100644
--- a/Changes
+++ b/Changes
@@ -21,6 +21,17 @@
- GPR#1753: avoid potential off-by-one overflow in debugger socket path length.
(Anil Madhavapeddy)
+### 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.06.1 (16 Feb 2018):
---------------------------