Mention the 2nd part of 20865 in the changelog

This commit is contained in:
Nick Mathewson 2016-12-07 18:27:28 -05:00
parent 38daa8f3cc
commit 7968baba4f
1 changed files with 5 additions and 4 deletions

View File

@ -6,10 +6,11 @@ Changes in version 0.2.8.11 - 2016-12-??
o Minor bugfixes (portability):
- Avoid compilation errors when building on OSX Sierra. Sierra began
to support the getentropy() API, but created a few problems in
doing so. Tor 0.2.9 has a more thorough set of workarounds; in
0.2.8, we are just using the /dev/urandom interface. Fixes bug
20865. Bugfix on 0.2.8.1-alpha.
to support the getentropy() and clock_gettime() APIs, but created
a few problems in doing so. Tor 0.2.9 has a more thorough set of
workarounds; in 0.2.8, we are just using the /dev/urandom and mach
monotonic time interfaces. Fixes bug 20865. Bugfix
on 0.2.8.1-alpha.
o Minor bugfixes (portability, backport from 0.2.9.5-alpha):
- Fix compilation with OpenSSL 1.1 and less commonly-used CPU