summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2008-09-25 09:53:19 +0000
committerKarsten Loesing <karsten.loesing@gmx.net>2008-09-25 09:53:19 +0000
commit6bb4492a6f9a8a178c6bedeceb048a2f28526aaa (patch)
tree47eae9338e5723fab3e86c1acb5a554261f5511a
parentf2ff3e74ae9f32aab837de2805de4a5568c0936c (diff)
downloadtor-6bb4492a6f9a8a178c6bedeceb048a2f28526aaa.tar.gz
tor-6bb4492a6f9a8a178c6bedeceb048a2f28526aaa.zip
Having two "Major features:" sections seems too much of a good thing.
svn:r16962
-rw-r--r--ChangeLog10
1 files changed, 4 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 3487e699be..8a8f9e2457 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx
on the type of authentication) to learn introduction points. This
feature raises the bar for certain kinds of active attacks against
hidden services.
+ - 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 Major bugfixes:
- Fix a bug when parsing ports in tor_addr_port_parse() that caused
@@ -31,12 +35,6 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx
these names should be in the questions section, not necessarily
in the answers section. Fixes bug 823. Bugfix on 0.2.1.5-alpha.
- o Major features:
- - 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.
Reported by Tas.