commit bcd79f7f52b038772e32de08c12c65ab55f412db Author: Roger Dingledine arma@torproject.org Date: Tue May 17 01:50:53 2011 -0400
add a trac entry number to bug, er, 3207 --- ChangeLog | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 09dc93e..b211ac7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -73,7 +73,7 @@ Changes in version 0.2.2.26-beta - 2011-05-17 - As an authority, do not upload our own vote or signature set to ourself. It would tell us nothing new, and as of 0.2.2.24-alpha, it would get flagged as a duplicate. Resolves bug 3026. - - Accept hidden service descriptors if we think we are a hidden + - Accept hidden service descriptors if we think we might be a hidden service directory, regardless of what our consensus says. This helps robustness, since clients and hidden services can sometimes have a more up-to-date view of the network consensus than we do, @@ -117,7 +117,8 @@ Changes in version 0.2.2.26-beta - 2011-05-17 incorrect result. (Fortunately, we only used it for 16-bit values.) Fixes bug 3175; bugfix on 0.1.0.1-rc. - Require that introduction point keys and onion handshake keys - have public exponent 65537. Bugfix on 0.2.0.10-alpha. + have a public exponent of 65537. Starts to fix bug 3207; bugfix + on 0.2.0.10-alpha.
o Removed features: - Caches no longer download and serve v2 networkstatus documents
tor-commits@lists.torproject.org