aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_11_5.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/relnotes/1_11_5.rst')
-rw-r--r--doc/relnotes/1_11_5.rst4
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