summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-08-16 16:41:41 +0000
committerNick Mathewson <nickm@torproject.org>2007-08-16 16:41:41 +0000
commit0690f1fd7ed9b91b795981418ee5790ac6e43b43 (patch)
treef2ce539ae36e52b1103086909203248626da5a46 /ChangeLog
parent2268d29e94212b8edbf12c15ea8870d4d0671b7f (diff)
downloadtor-0690f1fd7ed9b91b795981418ee5790ac6e43b43.tar.gz
tor-0690f1fd7ed9b91b795981418ee5790ac6e43b43.zip
r14590@catbus: nickm | 2007-08-16 12:19:12 -0400
Backport r11117: exit when we fail to write an auth cookie, and do not attempt to rewrite the auth cookie every time we restart. svn:r11134
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb5a0a21ec..4a385b9ff2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,11 @@ Changes in version 0.1.2.xx - 2007-xxxxx
weighting by fraction of bandwidth provided by exits. Previously,
we would choose with only approximate fairness, and correct ourselves
if we ran off the end of the list.
+ - 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.1.2.16 - 2007-08-01