aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-12-21 19:40:13 +0000
committerlloyd <[email protected]>2014-12-21 19:40:13 +0000
commit2882141ba37e7605dcb2104234b3b4d11ba57810 (patch)
tree6d5d70dbd42c2d1b6284c55d63484e56527143a4 /doc
parentafe3d5fe0a528f7addae6bba999b739789b8b3a8 (diff)
Enable system_rng on Windows and MinGW (untested)
Diffstat (limited to 'doc')
-rw-r--r--doc/relnotes/1_11_11.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_11.rst b/doc/relnotes/1_11_11.rst
index 4eb7e948c..6191bd431 100644
--- a/doc/relnotes/1_11_11.rst
+++ b/doc/relnotes/1_11_11.rst
@@ -13,3 +13,13 @@ Version 1.11.11, Not Yet Released
Applications which would like to use a different db can now do so
without having to reimplement the session cache logic simply by
implementing a database wrapper subtype.
+
+* The CryptGenRandom entropy source is now also used on MinGW.
+
+* The system_rng API is now also available on systems with CryptGenRandom
+
+* With GCC use -fstack-protector for linking as well as compiling,
+ as this is required on MinGW. Github issue 34.
+
+* Fix missing dependency in filters that caused compilation problem
+ in amalgamation builds. Github issue 33.