diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-29 18:21:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-29 18:21:00 +0000 |
commit | e5ed434c42cd379847bff63851bd623b252c25a3 (patch) | |
tree | 7c85dcd5bc54d37cdbfc7f5e6aa11911663f734f /ChangeLog | |
parent | 9d1af71b70d7f7253976e97633fd4d1e1d395d77 (diff) | |
download | tor-e5ed434c42cd379847bff63851bd623b252c25a3.tar.gz tor-e5ed434c42cd379847bff63851bd623b252c25a3.zip |
r13054@catbus: nickm | 2007-05-29 14:20:50 -0400
An even better workaround for the probably-already-fixed bug 222.
svn:r10395
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -135,6 +135,11 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? - When we are reporting the DirServer line we just parsed, we were logging the second stanza of the key fingerprint, not the first. + o Minor bugfixes (logging): + - When we hit an EOF on a log (probably because we're shutting down), + don't try to remove the log from the list: just mark it as + unusable. (Bulletproofs against bug 222.) + o Minor bugfixes (other): - Stop allowing hibernating servers to be "stable" or "fast". - Check return values from pthread_mutex functions. |