aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-07 18:27:28 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-07 18:27:28 -0500
commit7968baba4f60022e5444d48a6a4a686744bece1d (patch)
tree715c2b487a0ce64edf9349a3145fcf61982600d6
parent38daa8f3cc7d8a62a852673dd062842a137fb86e (diff)
downloadtor-7968baba4f60022e5444d48a6a4a686744bece1d.tar.gz
tor-7968baba4f60022e5444d48a6a4a686744bece1d.zip
Mention the 2nd part of 20865 in the changelog
-rw-r--r--ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d6260c8b7a..edf3475262 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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