diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-22 15:28:26 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-22 15:28:26 -0400 |
commit | 31df6a7a2355fc6daa4eb327a1c81b1c81daff45 (patch) | |
tree | 538152cad520b339e5b879e8c2259b3ebfe74b23 | |
parent | 7df4f23d952f892c09f5ef930e9e4f297f784cce (diff) | |
download | tor-31df6a7a2355fc6daa4eb327a1c81b1c81daff45.tar.gz tor-31df6a7a2355fc6daa4eb327a1c81b1c81daff45.zip |
Start on an 0.2.8.8 changelog.
-rw-r--r-- | ChangeLog | 24 | ||||
-rw-r--r-- | changes/bug20103 | 7 | ||||
-rw-r--r-- | changes/bug20203 | 6 | ||||
-rw-r--r-- | changes/geoip-september2016 | 4 |
4 files changed, 24 insertions, 17 deletions
@@ -1,3 +1,27 @@ +Changes in version 0.2.8.8 - 2016-09-2? + Tor 0.2.8.8 fixes two crash bugs present in previous versions of the + 0.2.8.x series. Relays running 0.2.8.x should upgrade, as should users + who select public relays as their bridges. + + o Major bugfixes (crash): + - 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): + - 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 Minor features (geoip): + - Update geoip and geoip6 to the September 6 2016 Maxmind GeoLite2 + Country database. + + Changes in version 0.2.8.7 - 2016-08-24 Tor 0.2.8.7 fixes an important bug related to the ReachableAddresses option in 0.2.8.6, and replaces a retiring bridge authority. Everyone diff --git a/changes/bug20103 b/changes/bug20103 deleted file mode 100644 index bf0aeec009..0000000000 --- a/changes/bug20103 +++ /dev/null @@ -1,7 +0,0 @@ - o Major bugfixes (crash): - - - 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. diff --git a/changes/bug20203 b/changes/bug20203 deleted file mode 100644 index 711c91ba85..0000000000 --- a/changes/bug20203 +++ /dev/null @@ -1,6 +0,0 @@ - o Major bugfixes (relay, OOM handler): - - 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. diff --git a/changes/geoip-september2016 b/changes/geoip-september2016 deleted file mode 100644 index 1bf5570f2d..0000000000 --- a/changes/geoip-september2016 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor features (geoip): - - Update geoip and geoip6 to the September 6 2016 Maxmind GeoLite2 - Country database. - |