From 68e89cbf97c8636dad6c2df4621c53516a56fc5c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kochma=C5=84ski?= Date: Mon, 21 Sep 2015 18:15:14 +0200 Subject: [PATCH] random: update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Kochmański --- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 849ca00..c88379c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -43,6 +43,13 @@ - When cl-truename encounters a broken symlink it returns it's path instead of signalling a file-error + - Random state might be initialized by a random seed (truncated to + 32bit value) or by a precomputed array. + + Latter is designed to allow reading back the printed random state + (when printed readably), not as an array to initialize the random + state. + ** Enhancements: - Added code walker (present as *feature* :walker) @@ -75,6 +82,9 @@ - EXT:EXTERNAL-PROCESS-WAIT potential race condition fix + - Random state initial state generation was buggy and insecure (entropy + from urandom was rejected) + * 16.0.0 changes since 15.3.7 ** API changes -- 2.9.0