aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-09-04 20:16:59 -0400
committerRoger Dingledine <arma@torproject.org>2012-09-04 20:16:59 -0400
commit5ee0fdafff69eb99a9a9980512196c33bf26bce6 (patch)
tree2da9c6cf2ef6cc2c1a4fb9e46adc1f0f36e95b78
parent5d672c1b71a88818c8043277c60a225fa1ba6eda (diff)
downloadtor-5ee0fdafff69eb99a9a9980512196c33bf26bce6.tar.gz
tor-5ee0fdafff69eb99a9a9980512196c33bf26bce6.zip
one more changes file
-rw-r--r--ChangeLog7
-rw-r--r--changes/bug67439
2 files changed, 7 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 59d9a3c5f2..3c63e10093 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,13 @@ Changes in version 0.2.3.21-rc - 2012-09-05
requests. Fixes bug 6472; bugfix on 0.0.7rc1.
- Fix build and 64-bit compile warnings from --enable-openbsd-malloc.
Fixes bug 6379. Bugfix on 0.2.0.20-rc.
+ - Allow one-hop directory fetching circuits the full "circuit build
+ timeout" period, rather than just half of it, before failing them
+ and marking the relay down. This fix should help reduce cases where
+ clients declare relays (or worse, bridges) unreachable because
+ the TLS handshake takes a few seconds to complete. Fixes bug 6743;
+ bugfix on 0.2.2.2-alpha, where we changed the timeout from a static
+ 30 seconds.
- Authorities no longer include any router in their microdescriptor
consensuses for which they couldn't generate or agree on a
microdescriptor. Fixes the second piece of bug 6404; fix on
diff --git a/changes/bug6743 b/changes/bug6743
deleted file mode 100644
index 6ec78f853a..0000000000
--- a/changes/bug6743
+++ /dev/null
@@ -1,9 +0,0 @@
- o Minor bugfixes:
- - Allow one-hop directory fetching circuits the full "circuit build
- timeout" period, rather than just half of it, before failing them
- and marking the relay down. This fix should help reduce cases where
- clients declare relays (or worse, bridges) unreachable because
- the TLS handshake takes a few seconds to complete. Fixes bug 6743;
- bugfix on 0.2.2.2-alpha, where we changed the timeout from a static
- 30 seconds.
-