aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-08-18 16:11:55 -0400
committerRoger Dingledine <arma@torproject.org>2010-08-18 16:11:55 -0400
commite7956d4a73e9209ec10d57ea10be83428096c634 (patch)
treed310e46f5d2cd58df03687589521e59cc16edae9
parent8c87319f3c3dc713165a552685e4ac195f527ddb (diff)
downloadtor-e7956d4a73e9209ec10d57ea10be83428096c634.tar.gz
tor-e7956d4a73e9209ec10d57ea10be83428096c634.zip
explain the non-fix for bug 1776
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7513bb4bec..17f0d1bc3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,6 +61,14 @@ Changes in version 0.2.2.15-alpha - 2010-08-1?
- Fix a bug in the controller interface where "GETINFO ns/asdaskljkl"
would return "551 Internal error" rather than "552 Unrecognized key
ns/asdaskljkl". Bugfix on 0.1.2.3-alpha.
+ - Users can't configure a regular relay to be their bridge. It didn't
+ work because when Tor fetched the bridge descriptor, it found
+ that it already had it, and didn't realize that the purpose of the
+ descriptor had changed. Now we replace routers with a purpose other
+ than bridge with bridge descriptors when fetching them. Bugfix on
+ 0.1.1.9-alpha. Bug 1776 not yet fixed because now we immediately
+ refetch the descriptor with router purpose 'general', disabling
+ it as a bridge.
- Fix a rare bug in rend_fn unit tests: we would fail a test when
a randomly generated port is 0. Diagnosed by Matt Edman. Bugfix
on 0.2.0.10-alpha; fixes bug 1808.