diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-10 16:33:40 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-10 16:33:40 +0000 |
commit | ceefc1e9a7add642b8e9dbd93f504637384730b2 (patch) | |
tree | 4ef9ff66c77bfef29257b983f1563ad8d81638fc /ChangeLog | |
parent | da7f0b53667e5fc0c645636ece7e5390ae9d4755 (diff) | |
download | tor-ceefc1e9a7add642b8e9dbd93f504637384730b2.tar.gz tor-ceefc1e9a7add642b8e9dbd93f504637384730b2.zip |
r11914@dhcp-18-188-69-59: nickm | 2007-01-10 11:20:59 -0500
Base skew calculation on conn->timestamp_lastwritten, not on now.
svn:r9319
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Changes in version 0.1.2.7-alpha - 2007-??-?? + o Minor bugfixes: + - When computing clock skew from directory HTTP headers, consider what + time it was when we finished asking for the directory, not what time it + is now. + + Changes in version 0.1.2.6-alpha - 2007-01-09 o Major bugfixes: - Fix an assert error introduced in 0.1.2.5-alpha: if a single TLS |