summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2017-07-29 23:23:11 +0200
committerSebastian Pipping <sebastian@pipping.org>2017-07-29 23:23:11 +0200
commit74fba52a91bd455ba2af09888ec2d9d36373e2a9 (patch)
tree3e63a3aab31d114eb6b5b7d0d263577d991b780e
parentfd9581a34e5665958939e3db408893fd4fac7398 (diff)
downloadlibexpat-git-74fba52a91bd455ba2af09888ec2d9d36373e2a9.tar.gz
Changes: Re-order/classify items for in-the-making release
-rw-r--r--expat/Changes10
1 files changed, 5 insertions, 5 deletions
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