diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-22 18:24:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-22 18:24:03 -0400 |
commit | 5d1095b1ccc7d4b5c0a40d2017b0240d7107cfac (patch) | |
tree | 2cc5ae950089f19b6db1b1bab7e217c20b902996 /ChangeLog | |
parent | 7f074c3fa7a095805fb683808ddb3b246e4803b4 (diff) | |
download | tor-5d1095b1ccc7d4b5c0a40d2017b0240d7107cfac.tar.gz tor-5d1095b1ccc7d4b5c0a40d2017b0240d7107cfac.zip |
Copy 0.2.8.8 changelog entries forward
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -7,7 +7,19 @@ Changes in version 0.2.9.3-alpha - 2016-09-2? resolves several bugs -- including a pair of crash bugs from the 0.2.8 series. Anybody running an earlier version of 0.2.9.x should upgrade. - XXXXX Add items from the 0.2.8.8 changelog. + o Major bugfixes (crash, also in 0.2.8.8): + - Fix a complicated crash bug that could affect Tor clients + configured to use bridges when replacing a networkstatus consensus + in which one of their bridges was mentioned. OpenBSD users saw + more crashes here, but all platforms were potentially affected. + Fixes bug 20103; bugfix on 0.2.8.2-alpha. + + o Major bugfixes (relay, OOM handler, also in 0.2.8.8): + - Fix a timing-dependent assertion failure that could occur when we + tried to flush from a circuit after having freed its cells because + of an out-of-memory condition. Fixes bug 20203; bugfix on + 0.2.8.1-alpha. Thanks to "cypherpunks" for help diagnosing + this one. o Major features (circuit building, security): - Authorities, relays and clients specifically check that each @@ -64,6 +76,10 @@ Changes in version 0.2.9.3-alpha - 2016-09-2? We believe that no such clients currently exist, since we have required OpenSSL 0.9.7 or later since 2009. Closes ticket 19998. + o Minor features (geoip, also in 0.2.8.8): + - Update geoip and geoip6 to the September 6 2016 Maxmind GeoLite2 + Country database. + o Minor feature (port flags): - Add *Port flags NoDNSRequest and NoOnionTraffic, and the synthetic flag OnionTrafficOnly, which is equivalent to NoDNSRequest, |