summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2017-07-20 21:56:23 +0200
committerSebastian Pipping <sebastian@pipping.org>2017-07-26 20:41:37 +0200
commite14ac979071adf0e049b104cadafd1074cfd4f74 (patch)
tree6f5c7072ff8f1e042eb4c1e207884ebbb55e4674
parent55839b633fc96fc951ae9e05fd3cf12629cb5c50 (diff)
downloadlibexpat-git-e14ac979071adf0e049b104cadafd1074cfd4f74.tar.gz
Changes: Document changes to call of getrandom
-rw-r--r--expat/Changes5
1 files changed, 5 insertions, 0 deletions
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