summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-01-25 16:30:12 -0500
committerRoger Dingledine <arma@torproject.org>2011-01-25 16:30:12 -0500
commite5e38e55b33b2cc037c483a38383ab7cfca741fe (patch)
tree15f990e73e6343aed70f86167c732c57167a0933
parentd310597440776a9e52f32b48025309a092c0a086 (diff)
downloadtor-0.2.2.22-alpha.tar.gz
tor-0.2.2.22-alpha.zip
fold in next changes entriestor-0.2.2.22-alpha
-rw-r--r--ChangeLog9
-rw-r--r--changes/bug24325
-rw-r--r--changes/bug24335
3 files changed, 8 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index a2c6924d9d..25b3e558cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,19 @@
Changes in version 0.2.2.22-alpha - 2011-01-25
- o Major bugfixes (security):
+ o Major bugfixes:
- 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".
+ - Don't assert when changing from bridge to relay or vice versa
+ via the controller. The assert happened because we didn't properly
+ initialize our keys in this case. Bugfix on 0.2.2.18-alpha; fixes
+ bug 2433. Reported by bastik.
o Minor features:
- Adjust our TLS Diffie-Hellman parameters to match those used by
Apache's mod_ssl.
+ - Provide a log message stating which geoip file we're parsing
+ instead of just stating that we're parsing the geoip file.
+ Implements ticket 2432.
o Minor bugfixes:
- Check for and reject overly long directory certificates and
diff --git a/changes/bug2432 b/changes/bug2432
deleted file mode 100644
index 407c56ba9f..0000000000
--- a/changes/bug2432
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features:
- - Provide a log message stating which geoip file we're parsing
- instead of just stating that we're parsing the geoip file.
- Implements ticket 2432.
-
diff --git a/changes/bug2433 b/changes/bug2433
deleted file mode 100644
index 8e47c4f024..0000000000
--- a/changes/bug2433
+++ /dev/null
@@ -1,5 +0,0 @@
- o Major bugfixes:
- - Don't assert when changing from bridge to relay or vice versa with a controller.
- The assert happened because we didn't properly initialize our keys in this case.
- Bugfix on 0.2.2.18, fixes bug 2433. Issue first discovered by bastik.
-