]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
shuffle the changelog a bit
authorRoger Dingledine <arma@torproject.org>
Mon, 9 Feb 2009 03:21:43 +0000 (03:21 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 9 Feb 2009 03:21:43 +0000 (03:21 +0000)
svn:r18425

ChangeLog

index 6096d7274211b8941544c2082af7fd6608a62c04..66f929d47868c5ac1ff7f3469e71b06ac4e8c089 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,11 @@
 Changes in version 0.2.1.12-alpha - 2009-02-08
   o Security fixes:
-    - Fix a temporary DoS vulnerability that could be performed by
-      a directory mirror. Bugfix on 0.2.0.9-alpha; reported by lark.
-
-  o Major bugfixes:
     - Fix an infinite-loop bug on handling corrupt votes under certain
       circumstances. Bugfix on 0.2.0.8-alpha.
+    - Fix a temporary DoS vulnerability that could be performed by
+      a directory mirror. Bugfix on 0.2.0.9-alpha; reported by lark.
     - Avoid a potential crash on exit nodes when processing malformed
-      input.  Remote DoS opportunity.  Bugfix on 0.2.1.7-alpha.
+      input. Remote DoS opportunity. Bugfix on 0.2.1.7-alpha.
 
   o Minor bugfixes:
     - Let controllers actually ask for the "clients_seen" event. Bugfix