fold in changelog entries

This commit is contained in:
Roger Dingledine
2011-01-24 23:24:34 -05:00
parent a7528bbf48
commit da3a4293f8
4 changed files with 16 additions and 13 deletions
+16
View File
@@ -1,3 +1,19 @@
Changes in version 0.2.2.22-alpha - 2011-01-25
o Major bugfixes (security):
- Fix a bounds-checking error that could allow an attacker to
remotely crash a directory authority. Bugfix on 0.2.1.5-alpha.
Found by "piebeer".
o Minor features:
- Adjust our TLS Diffie-Hellman parameters to match those used by
Apache's mod_ssl.
o Minor bugfixes:
- Check for and reject overly long directory certificates and
directory tokens before they have a chance to hit any assertions.
Bugfix on 0.2.1.28 / 0.2.2.20-alpha. Found by "doorss".
Changes in version 0.2.2.21-alpha - 2011-01-15
Tor 0.2.2.21-alpha includes all the patches from Tor 0.2.1.29, which
continues our recent code security audit work. The main fix resolves
-3
View File
@@ -1,3 +0,0 @@
o Minor features
- Adjust our TLS Diffie-Hellman parameters to match those used by
Apache's mod_ssl.
-6
View File
@@ -1,6 +0,0 @@
o Major bugfixes (security)
- Fix a bounds-checking error that could allow an attacker to
remotely crash a directory authority. Found by piebeer.
Bugfix on 0.2.1.5-alpha.
-4
View File
@@ -1,4 +0,0 @@
o Minor bugfixes
- Check for and reject overly long directory certificates and
directory tokens before they have a chance to hit any
assertions. Bugfix on 0.2.1.28. Found by doorss.