diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-08 07:15:18 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-08 07:15:18 -0500 |
commit | 330846ac087f7b327d77e118a2bcf96839befc60 (patch) | |
tree | fb2cd059799994ff07c75c51d9bd1141924a8ebb | |
parent | 7ed7d0571404ebd91698cc3f255d6aa1e547dfff (diff) | |
download | tor-0.2.9.5-alpha.tar.gz tor-0.2.9.5-alpha.zip |
Fold in one more changes entrytor-0.2.9.5-alpha
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | changes/bug20597 | 5 |
2 files changed, 3 insertions, 5 deletions
@@ -35,6 +35,9 @@ Changes in version 0.2.9.5-alpha - 2016-11-08 - When determining when to download a directory object, handle times after 2038 if the operating system supports them. (Someday this will be important!) Fixes bug 20587; bugfix on 0.2.8.1-alpha. + - When using exponential backoff in test networks, use a lower + exponent, so the delays do not vary as much. This helps test + networks bootstrap consistently. Fixes bug 20597; bugfix on 20499. o Minor features (geoip): - Update geoip and geoip6 to the November 3 2016 Maxmind GeoLite2 diff --git a/changes/bug20597 b/changes/bug20597 deleted file mode 100644 index f199b63933..0000000000 --- a/changes/bug20597 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes (test networks, exponential backoff): - - When using exponential backoff in test networks, use a lower exponent, - so the delays do not vary as much. This helps test networks bootstrap - consistently. Fixes bug 20597; bugfix on 20499; not in any released - version of tor. |