aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-08-15 15:26:14 +0000
committerRoger Dingledine <arma@torproject.org>2007-08-15 15:26:14 +0000
commitf606d74f56ec13a21ea63f2c1b1e59bdc63f20b0 (patch)
tree2c5e92c50241d6f4c7d5a3283d8c106ccaefc79e /ChangeLog
parent93375d9a84bf10113285cf2f8fd426f961002025 (diff)
downloadtor-f606d74f56ec13a21ea63f2c1b1e59bdc63f20b0.tar
tor-f606d74f56ec13a21ea63f2c1b1e59bdc63f20b0.tar.gz
backport candidate:
- If we require CookieAuthentication but we fail to write the cookie file, we would warn but not exit, and end up in a state where no controller could authenticate. Now we exit. - If we require CookieAuthentication, stop generating a new cookie every time we change any piece of our config. svn:r11117
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eaae10d83..32f8dfcbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,14 @@ Changes in version 0.2.0.5-alpha - 2007-??-??
- Read v3 keys from the right location.
- Numerous bugfixes to directory voting code.
+ o Minor bugfixes (other):
+ - If we require CookieAuthentication but we fail to write the
+ cookie file, we would warn but not exit, and end up in a state
+ where no controller could authenticate. Now we exit.
+ - If we require CookieAuthentication, stop generating a new cookie
+ every time we change any piece of our config.
+
+
Changes in version 0.2.0.4-alpha - 2007-08-01
o Major security fixes:
- Close immediately after missing authentication on control port;