diff options
author | Jack Lloyd <[email protected]> | 2016-07-11 13:18:43 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-07-11 13:18:43 -0400 |
commit | b3bc80dfdb28aee0900b6ed92dff5ba8c5e4daf9 (patch) | |
tree | 4c0355d57eb459c18328cc9a6ba9b168e0712227 /doc | |
parent | 0572eaa3953316b1469d1f607ec73acd65bdd471 (diff) |
Deprecate EGD
Diffstat (limited to 'doc')
-rw-r--r-- | doc/news.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/news.rst b/doc/news.rst index bf2ae4d6a..8c4db8b09 100644 --- a/doc/news.rst +++ b/doc/news.rst @@ -14,6 +14,10 @@ Version 1.11.31, Not Yet Released * Fixes for FreeBSD (GH #517) and OpenBSD (GH #523) +* Support for getting entropy from EGD is deprecated, and will be removed in + a future release. The developers believe that it is unlikely that any modern + system requires EGD and so the code is now dead weight. If you rely on EGD + support, you should contact the developers by email or GitHub ASAP. Version 1.11.30, 2016-06-19 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |