summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-29 18:21:00 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-29 18:21:00 +0000
commite5ed434c42cd379847bff63851bd623b252c25a3 (patch)
tree7c85dcd5bc54d37cdbfc7f5e6aa11911663f734f /ChangeLog
parent9d1af71b70d7f7253976e97633fd4d1e1d395d77 (diff)
downloadtor-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 265e1e1a9e..83c3b7ade0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.