summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-08 11:09:36 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-08 11:09:36 -0500
commit4f62b68df42947539d9c89e0b6172d93dfe658ad (patch)
tree8f9d26700b462595242c4058b2f7eae2cd59b1be /ChangeLog
parentca93cec5b0e6adbdc280d5463c4df6b02338728c (diff)
downloadtor-4f62b68df42947539d9c89e0b6172d93dfe658ad.tar.gz
tor-4f62b68df42947539d9c89e0b6172d93dfe658ad.zip
Forward-port 0.2.8.11 notes (release-0.2.9)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a98b6aca4f..08e8025a67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,25 @@
Changes in version 0.2.9.7-rc - 2016-12-??
+Changes in version 0.2.8.11 - 2016-12-08
+ 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() 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
+ 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