summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-05-17 01:50:53 -0400
committerRoger Dingledine <arma@torproject.org>2011-05-17 01:50:53 -0400
commitbcd79f7f52b038772e32de08c12c65ab55f412db (patch)
tree72e6d64ba7eadba367a3deb6e35965496c8b92f3
parent68c364bbc34c02a96f95a08a21b032f349f80802 (diff)
downloadtor-bcd79f7f52b038772e32de08c12c65ab55f412db.tar.gz
tor-bcd79f7f52b038772e32de08c12c65ab55f412db.zip
add a trac entry number to bug, er, 3207
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 09dc93e57d..b211ac76e7 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