diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-03-17 21:09:49 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-03-17 21:09:49 +0000 |
commit | f8f5ea10de84dc777ec0a6edb084fb0dda7e7057 (patch) | |
tree | dad404c6e937e05401d445e310d3c7fc5467f1d6 /ChangeLog | |
parent | 194e0ae1042059c0b3090b5ea9678013935c7fb7 (diff) | |
download | tor-f8f5ea10de84dc777ec0a6edb084fb0dda7e7057.tar tor-f8f5ea10de84dc777ec0a6edb084fb0dda7e7057.tar.gz |
r12191@catbus: nickm | 2007-03-15 15:33:37 -0400
Check return values from pthread_mutex functions.
svn:r9862
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -38,8 +38,9 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? try to use \ consistently on windows and / consistently on unix: it makes the log messages nicer. - o Minor bugfixes: + o Minor bugfixes (other): - Stop allowing hibernating servers to be "stable" or "fast". + - Check return values from pthread_mutex functions. o Minor bugfixes (controller), reported by daejees: - Make 'getinfo fingerprint' return a 551 error if we're not a |