diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-07 09:32:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-07 09:32:21 -0500 |
commit | 800dff13080111b1ce1c2f5e28d9ba326299f62a (patch) | |
tree | 5eb0f55bd231efd1f60c9d89b3c770e26148a48a /changes | |
parent | a415fee58abf7285e4d42652755b8f34da273f6d (diff) | |
parent | e4b793fe41fc09cc1f7753cfe90b74095a49a34f (diff) | |
download | tor-800dff13080111b1ce1c2f5e28d9ba326299f62a.tar.gz tor-800dff13080111b1ce1c2f5e28d9ba326299f62a.zip |
Merge branch 'maint-0.2.9'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20533 | 7 | ||||
-rw-r--r-- | changes/bug20534 | 6 | ||||
-rw-r--r-- | changes/bug20536 | 6 | ||||
-rw-r--r-- | changes/bug20587 | 6 | ||||
-rw-r--r-- | changes/bug20591 | 3 | ||||
-rw-r--r-- | changes/geoip-november2016 | 4 |
6 files changed, 32 insertions, 0 deletions
diff --git a/changes/bug20533 b/changes/bug20533 new file mode 100644 index 0000000000..7d1a456328 --- /dev/null +++ b/changes/bug20533 @@ -0,0 +1,7 @@ + o Minor bugfixes (consensus downloads): + - If a consensus expires while we are waiting for certificates to download, + stop waiting for certificates. + - If we stop waiting for certificates less than a minute after we started + downloading them, do not consider the certificate download failure a + separate failure. + Fixes bug 20533; bugfix on commit e0204f21 in 0.2.0.9-alpha. diff --git a/changes/bug20534 b/changes/bug20534 new file mode 100644 index 0000000000..1ffa1f32e9 --- /dev/null +++ b/changes/bug20534 @@ -0,0 +1,6 @@ + o Minor bugfixes (directory download scheduling): + - Remove the maximum delay on exponential-backoff scheduling. + Since we now allow an infinite number of failures (see ticket + 20536), we must now allow the time to grow longer on each failure. + Fixes bug 20534; bugfix on 0.2.9.1-alpha. + diff --git a/changes/bug20536 b/changes/bug20536 new file mode 100644 index 0000000000..9e0dd164bb --- /dev/null +++ b/changes/bug20536 @@ -0,0 +1,6 @@ + o Major bugfixes (download scheduling): + - When using an exponential backoff schedule, do not give up on + dowloading just because we have failed a bunch of times. Since + each delay is longer than the last, retrying indefinitely won't + hurt. Fixes bug 20536; bugfix on 0.2.9.1-alpha. + diff --git a/changes/bug20587 b/changes/bug20587 new file mode 100644 index 0000000000..a05933427c --- /dev/null +++ b/changes/bug20587 @@ -0,0 +1,6 @@ + + o Minor bugfixes (download timing): + - When determining when to download a directory object, handle times + after 2038 if the operating system supports that. (Someday this will be + important!) Fixes bug 20587; bugfix on 0.2.8.1-alpha. + diff --git a/changes/bug20591 b/changes/bug20591 new file mode 100644 index 0000000000..deaa738f5e --- /dev/null +++ b/changes/bug20591 @@ -0,0 +1,3 @@ + o Minor bugfixes (relay bootstrap): + - Ensure relays don't make multiple connections during bootstrap. + Fixes bug 20591; bugfix on 0.2.8.1-alpha. diff --git a/changes/geoip-november2016 b/changes/geoip-november2016 new file mode 100644 index 0000000000..5190ed66f4 --- /dev/null +++ b/changes/geoip-november2016 @@ -0,0 +1,4 @@ + o Minor features: + - Update geoip and geoip6 to the November 3 2016 Maxmind GeoLite2 + Country database. + |