From 586874a3d51fbe149e7ff17658d9532f3cf5d4d3 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Mon, 18 Sep 2023 17:46:52 +0200 Subject: [PATCH] changes for 0.11.2 --- CHANGES.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 14661db4..8ce236ac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,19 @@ -## dev +## v0.11.2 (2023-09-18) * mirage-crypto-rng-eio: improve portability by using eio 0.7's monotonic clock - interface instead of mtime.clock.os. (@TheLortex) + interface instead of mtime.clock.os. (#176 @TheLortex) +* mirage-crypto-rng-eio: update to eio 0.12 (#182 @talex5) +* mirage-crypto-rng: fix typo in RNG setup (#179 @samueldurantes) +* macOS: on arm64 with clang 14.0.3, avoid instcombine (due to miscompilations) + reported by @samoht https://github.com/mit-plv/fiat-crypto/issues/1606#issuecomment-1560122239 + re-reported in https://github.com/ulrikstrid/ocaml-jose/issues/63 and https://github.com/mirleft/ocaml-tls/issues/478 + (#185 @hannesm @kit-ty-kate) +* avoid "stringop-overflow" warning on PPC64 and S390x (spurious warnings) when + in devel mode (#178 #184 @avsm @hannesm) +* stricter C prototypes, unsigned/signed integers (#175 @MisterDA @haesbaert + @avsm @hannesm) +* support DragonFlyBSD (#181 @movepointsolutions) +* support GNU/Hurd (#174 @pinotree) ## v0.11.1 (2023-03-09)