aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-10-30 01:58:05 -0400
committerRoger Dingledine <arma@torproject.org>2011-10-30 01:58:05 -0400
commit46296b3fa45c9e78bf0af944a52e649f8e27c238 (patch)
tree9e63f2c71f72d73db3257aec3a8c4fdfc47f2953
parenteeb6588389397d855512c1973a9d139b55339af6 (diff)
downloadtor-46296b3fa45c9e78bf0af944a52e649f8e27c238.tar.gz
tor-46296b3fa45c9e78bf0af944a52e649f8e27c238.zip
there will be a new alpha release today (oct 30)
-rw-r--r--ChangeLog20
-rw-r--r--changes/bug43487
2 files changed, 13 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index ac23606aaa..51983503ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,25 @@
-Changes in version 0.2.3.7-alpha - 2011-10-??
- o Major bugfix:
+Changes in version 0.2.3.7-alpha - 2011-10-30
+ o Major bugfixes:
- If we mark an OR connection for close based on a cell we process,
- don't process any further cells on it. We already avoided reading
- on marked-for-close connections, but now we also discard the cells
- we'd already read. Fixes bug 4299; bugfix on 0.2.0.10-alpha, which
- was the first version where we might mark a connection for close
- based on processing a cell on it.
+ don't process any further cells on it. We already avoid further
+ reads on marked-for-close connections, but now we also discard the
+ cells we'd already read. Fixes bug 4299; bugfix on 0.2.0.10-alpha,
+ which was the first version where we might mark a connection for
+ close based on processing a cell on it.
- Fix a double-free bug that would occur when we received an invalid
certificate in a CERT cell in the new v3 handshake. Fixes bug 4343;
bugfix on 0.2.3.6-alpha.
+ - Bridges no longer include their address in NETINFO cells on outgoing
+ OR connections, to allow them to blend in better with clients.
+ Removes another avenue for enumerating bridges. Reported by
+ "troll_un". Fixes bug 4348; bugfix on 0.2.0.10-alpha, when NETINFO
+ cells were introduced.
o Trivial fixes:
- Fixed a typo in a hibernation-related log message. Fixes bug 4331;
bugfix on 0.2.2.23-alpha; found by "tmpname0901".
+
Changes in version 0.2.3.6-alpha - 2011-10-26
Tor 0.2.3.6-alpha includes the fix from 0.2.2.34 for a critical
anonymity vulnerability where an attacker can deanonymize Tor
diff --git a/changes/bug4348 b/changes/bug4348
deleted file mode 100644
index d2b226df84..0000000000
--- a/changes/bug4348
+++ /dev/null
@@ -1,7 +0,0 @@
- Privacy fixes:
- - Bridges no longer include their address in NETINFO cells on outgoing
- OR connections, to allow them to blend in better with clients.
- Removes another avenue for enumerating bridges. Reported by
- "troll_un". Fixes bug 4348; bugfix on 0.2.0.10-alpha, when NETINFO
- cells were introduced.
-