summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-09-28 15:41:29 -0400
committerRoger Dingledine <arma@torproject.org>2011-09-28 15:41:29 -0400
commit25f786f7ec97b7915d84f88a549c47524b3910ee (patch)
tree6592db2cc80a40171460e0b30897fb286bf0ec96 /ChangeLog
parentf6db0f128c8f47b660ec3e872966fd3b951dd1a9 (diff)
downloadtor-25f786f7ec97b7915d84f88a549c47524b3910ee.tar.gz
tor-25f786f7ec97b7915d84f88a549c47524b3910ee.zip
fold in recent changes entries
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6890d2d207..6e62e875f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
Changes in version 0.2.3.5-alpha - 2011-09-28
+ o Security fixes:
+ - Bridge relays now do their directory fetches inside Tor TLS
+ connections, like all the other clients do, rather than connecting
+ directly to the DirPort like public relays do. Removes another
+ avenue for enumerating bridges. Fixes part of bug 4115; bugfix
+ on 0.2.0.35.
+ - Bridges relays now build circuits for themselves in a more similar
+ way to how clients build them. Removes another avenue for
+ enumerating bridges. Fixes bug 4124; bugfix on 0.2.0.3-alpha,
+ when bridges were introduced.
+
o Major bugfixes:
- Fix a crash bug that could occur when the same microdescriptor was
referenced by two node_t objects at once. Fix for bug 4118; bugfix