summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-07 18:26:27 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-07 18:26:27 -0500
commitf6614c751b4481df12aa18819a5694614c7bc6ac (patch)
treefca198ba6494771c4e49bb01d327b1f783d9fff9
parent475fecd9099a176fca4c0bf47ac3662f2e90d77a (diff)
downloadtor-f6614c751b4481df12aa18819a5694614c7bc6ac.tar.gz
tor-f6614c751b4481df12aa18819a5694614c7bc6ac.zip
Actually include the changelog though.
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index af706819e1..d6260c8b7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Changes in version 0.2.8.11 - 2016-12-??
+ Tor 0.2.8.11 backports fixes for additional portability issues that
+ could prevent Tor from building correctly on OSX Sierra, or with
+ OpenSSL 1.1. Affected users should upgrade; others can safely stay
+ with 0.2.8.10.
+
+ 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.
+
+ o Minor bugfixes (portability, backport from 0.2.9.5-alpha):
+ - Fix compilation with OpenSSL 1.1 and less commonly-used CPU
+ architectures. Closes ticket 20588.
+
+
Changes in version 0.2.8.10 - 2016-12-02
Tor 0.2.8.10 backports a fix for a bug that would sometimes make clients
unusable after they left standby mode. It also backports fixes for