diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-07 18:27:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-07 18:27:28 -0500 |
commit | 7968baba4f60022e5444d48a6a4a686744bece1d (patch) | |
tree | 715c2b487a0ce64edf9349a3145fcf61982600d6 | |
parent | 38daa8f3cc7d8a62a852673dd062842a137fb86e (diff) | |
download | tor-7968baba4f60022e5444d48a6a4a686744bece1d.tar.gz tor-7968baba4f60022e5444d48a6a4a686744bece1d.zip |
Mention the 2nd part of 20865 in the changelog
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |