diff options
author | Roger Dingledine <arma@torproject.org> | 2012-05-15 20:50:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-31 16:57:26 -0400 |
commit | b7e863c07305941d0c12b46da503fca694148abf (patch) | |
tree | 0c03ec3455ade827c40b543bf6925c94117ca62d | |
parent | 834654f145cc1205e20cf5f07a37bef2e11252ce (diff) | |
download | tor-b7e863c07305941d0c12b46da503fca694148abf.tar.gz tor-b7e863c07305941d0c12b46da503fca694148abf.zip |
add changes file for bug 5283
I called it a bugfix on 0.2.0.10-alpha, since git commit e5885deab is
where we introduced anonymized begin_dir connections.
-rw-r--r-- | changes/bug5283 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug5283 b/changes/bug5283 new file mode 100644 index 0000000000..f0325cf26c --- /dev/null +++ b/changes/bug5283 @@ -0,0 +1,6 @@ + o Major bugfixes: + - Fix an edge case where if we fetch or publish a hidden service + descriptor, we might build a 4-hop circuit and then use that circuit + for exiting afterwards -- even if the new last hop doesn't obey our + ExitNodes config option. Fixes bug 5283; bugfix on 0.2.0.10-alpha. + |