0.11.2
CHANGES:
- mirage-crypto-rng-eio: improve portability by using eio 0.7's monotonic clock
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 mit-plv/fiat-crypto#1606 (comment)
re-reported in ulrikstrid/ocaml-jose#63 and mirleft/ocaml-tls#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)