From: Sebastian Pipping Date: Sat, 29 Jul 2017 21:23:11 +0000 (+0200) Subject: Changes: Re-order/classify items for in-the-making release X-Git-Tag: R_2_2_3~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74fba52a91bd455ba2af09888ec2d9d36373e2a9;p=libexpat Changes: Re-order/classify items for in-the-making release --- diff --git a/expat/Changes b/expat/Changes index e9577e7d..90aee3c1 100644 --- a/expat/Changes +++ b/expat/Changes @@ -4,7 +4,6 @@ NOTE: We are looking for help with a few things: Release 2.2.? ???????????????? Security fixes: - #81 Pre-10.7/Lion macOS: Support entropy from arc4random #82 Windows: Fix DLL hijacking vulnerability using Steve Holme's LoadLibrary wrapper for/of cURL @@ -16,13 +15,14 @@ Release 2.2.? ???????????????? #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 + #81 Pre-10.7/Lion macOS: Support entropy from arc4random Repair "./configure && make" for systems without any provider of high quality entropy and try reading /dev/urandom on those + Rely on macro HAVE_ARC4RANDOM_BUF (rather than __CloudABI__) + for CloudABI + #100 Fix use of SIPHASH_MAIN in siphash.h + #23 Test suite: Fix memory leaks Special thanks to: Chanho Park