summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-02-09 03:21:43 +0000
committerRoger Dingledine <arma@torproject.org>2009-02-09 03:21:43 +0000
commitd9f01304ba32181a6c31d9f31b1d607ac80fd7c3 (patch)
treec575c9aec0918739b9cb9eeeb158b300b04229a9
parent28d97f82620634a926b9b8dec1b7e1d465b0556b (diff)
downloadtor-d9f01304ba32181a6c31d9f31b1d607ac80fd7c3.tar.gz
tor-d9f01304ba32181a6c31d9f31b1d607ac80fd7c3.zip
shuffle the changelog a bit
svn:r18425
-rw-r--r--ChangeLog8
1 files changed, 3 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 6096d72742..66f929d478 100644
--- 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