diff options
author | Roger Dingledine <arma@torproject.org> | 2009-05-17 00:51:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-17 01:22:28 -0400 |
commit | c28d25e7a4fb9e00510d81ab38d9813b61a87ef5 (patch) | |
tree | 8191e8670373d149063e9748b2621908aa23dde2 | |
parent | 9f25a5529a2e7aa6226851d2b9e3ccc77abdb88a (diff) | |
download | tor-c28d25e7a4fb9e00510d81ab38d9813b61a87ef5.tar.gz tor-c28d25e7a4fb9e00510d81ab38d9813b61a87ef5.zip |
minor tweak on changelog entries
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ Changes in version 0.2.1.15??? - ????-??-?? o Minor bugfixes: - - Actually return -1 in the error case for read_bandwidth_usage. Bug - was harmless, we currently don't care for the return value anywhere. - Bugfix on 0.2.0.9-alpha. + - Actually return -1 in the error case for read_bandwidth_usage(). + Harmless bug, since we currently don't care about the return value + anywhere. Bugfix on 0.2.0.9-alpha. - Provide a more useful log message if bug 977 (related to buffer freelists) ever reappears, and do not crash right away. - Protect the count of open sockets with a mutex, so we can't |