From ba03edc6e6189ca5897fee77fe3ee3319c0517bb Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 12 Jul 2017 18:06:21 +0200 Subject: [PATCH] Changes: Document low quality entropy detection (related to #43) --- expat/Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/expat/Changes b/expat/Changes index d2465e7b..e3b6c5a6 100644 --- a/expat/Changes +++ b/expat/Changes @@ -15,6 +15,9 @@ Release 2.??? ???????????????? * 73a5a2e9c081f49f2d775cf7ced864158b68dc80 [MOX-006] Fix non-NULL parser parameter validation in XML_Parse; commit ac256dafdffc9622ab0dc2c62fcecb0dfcfa71fe + #43 Protect against compilation without any source of high + quality entropy enabled, e.g. with CMake; commit + ff0207e6076e9828e536b8d9cd45c9c92069b895 Other changes: #49 Fix "==" Bashism in configure script