diff options
author | lloyd <[email protected]> | 2013-11-10 17:40:34 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-11-10 17:40:34 +0000 |
commit | 833147b682cd8147cda8243331b00a9ef9b38b5f (patch) | |
tree | 5f0eac577814d26cc8b5002ca9be861f94c4773f /doc | |
parent | 10eca66728b215964a28e5623513ef450a151d63 (diff) |
Forgot to relnote this
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_11_5.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_5.rst b/doc/relnotes/1_11_5.rst index af9b32dde..0d942200a 100644 --- a/doc/relnotes/1_11_5.rst +++ b/doc/relnotes/1_11_5.rst @@ -21,6 +21,10 @@ Version 1.11.5, 2013-11-10 * Previously AutoSeeded_RNG referenced a globally shared PRNG instance. Now each instance has distinct state. +* The entropy collector that runs Unix programs to collect statistical + data now runs multiple processes in parallel, greatly reducing poll + times on some systems. + * The Randpool RNG implementation was removed. * All existing cipher mode implementations (such as CBC and XTS) have been |