diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-04-22 16:23:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-04-22 16:23:51 +0000 |
commit | a25b424d4b52096efa9cf0341cc6ed278c7b6c18 (patch) | |
tree | 186d3161d5585f8a3608c07c7726ecd1db125d0c /ChangeLog | |
parent | 8a05bd90ce78c70e0c5a9362bcfda9c24f43f492 (diff) | |
download | tor-a25b424d4b52096efa9cf0341cc6ed278c7b6c18.tar.gz tor-a25b424d4b52096efa9cf0341cc6ed278c7b6c18.zip |
r15270@tombo: nickm | 2008-04-22 12:23:39 -0400
Backport: Fix bug 663: warn less verbosely about clock skew from netinfo cells
svn:r14409
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ Changes in version 0.2.0.24-rc - 2008-04-0? - Use recursive pthread mutexes in order to avoid deadlock when logging debug-level messages to a controller. Bug spotted by nwf, bugfix on 0.2.0.16-alpha. + - Warn less verbosely about clock skew from netinfo cells from + untrusted sources. Fixes bug 663. Changes in version 0.2.0.23-rc - 2008-03-24 |