diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-16 16:41:41 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-16 16:41:41 +0000 |
commit | 0690f1fd7ed9b91b795981418ee5790ac6e43b43 (patch) | |
tree | f2ce539ae36e52b1103086909203248626da5a46 /ChangeLog | |
parent | 2268d29e94212b8edbf12c15ea8870d4d0671b7f (diff) | |
download | tor-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |