[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r16962: {tor} Having two "Major features:" sections seems too much of a go (tor/trunk)



Author: kloesing
Date: 2008-09-25 05:53:19 -0400 (Thu, 25 Sep 2008)
New Revision: 16962

Modified:
   tor/trunk/ChangeLog
Log:
Having two "Major features:" sections seems too much of a good thing.

Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2008-09-24 22:33:47 UTC (rev 16961)
+++ tor/trunk/ChangeLog	2008-09-25 09:53:19 UTC (rev 16962)
@@ -7,6 +7,10 @@
       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 @@
       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.