From: Sebastian Pipping Date: Thu, 20 Jul 2017 19:56:23 +0000 (+0200) Subject: Changes: Document changes to call of getrandom X-Git-Tag: R_2_2_3~14^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e14ac979071adf0e049b104cadafd1074cfd4f74;p=libexpat Changes: Document changes to call of getrandom --- diff --git a/expat/Changes b/expat/Changes index 9c00608d..1715e780 100644 --- a/expat/Changes +++ b/expat/Changes @@ -12,14 +12,19 @@ Release 2.2.? ???????????????? Other changes: Increase code coverage + #91 Linux: Allow getrandom to fail if nonblocking pool has not + yet been initialized and read /dev/urandom then, instead. + This is in line with what recent Python does. #23 Test suite: Fix memory leaks Rely on macro HAVE_ARC4RANDOM_BUF (rather than __CloudABI__) for CloudABI #100 Fix use of SIPHASH_MAIN in siphash.h Special thanks to: + Chanho Park Pascal Cuoq Rhodri James + Simon McVittie Vadim Zeitlin Viktor Szakats and