diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2008-09-24 22:33:47 +0000 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2008-09-24 22:33:47 +0000 |
commit | f2ff3e74ae9f32aab837de2805de4a5568c0936c (patch) | |
tree | 04a2d452e45a131da1162c9d701e39132cc42ca4 /ChangeLog | |
parent | 9a7098487b2c25f36112b3521758f42621dcd6af (diff) | |
download | tor-f2ff3e74ae9f32aab837de2805de4a5568c0936c.tar.gz tor-f2ff3e74ae9f32aab837de2805de4a5568c0936c.zip |
All relays now store and serve v2 hidden service descriptors by default (not only directory mirrors).
svn:r16961
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -32,10 +32,10 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx in the answers section. Fixes bug 823. Bugfix on 0.2.1.5-alpha. o Major features: - - Directory mirrors now store and serve v2 hidden service descriptors - by default (i.e. new default value for HidServDirectoryV2 is 1). - This is the last step in proposal 114, which aims to make hidden - service connections more reliable. + - Relays now store and serve v2 hidden service descriptors by default + (i.e. new default value for HidServDirectoryV2 is 1). This is the + last step in proposal 114, which aims to make hidden service + connections more reliable. o Minor bugfixes: - Fix compile on OpenBSD 4.4-current. Bugfix on 0.2.1.5-alpha. @@ -71,6 +71,8 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx port. Use "getinfo dir/status-vote/current/consensus" to fetch it. - Better logging about stability/reliability calculations on directory servers. + - Drop the requirement to have an open dir port for storing and serving + v2 hidden service descriptors. o Code simplifications and refactoring: - Revise the connection_new functions so that a more typesafe variant |