diff options
author | Roger Dingledine <arma@torproject.org> | 2009-08-28 03:47:18 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-08-28 03:47:18 -0400 |
commit | 0bb59f1c38eef467a353faf1a30cf93b64209a27 (patch) | |
tree | 2c2a749c0b3284e023c2a14afbff7756f5f8ef5a /ChangeLog | |
parent | 85e22a8adb8c4f833498d8ad824c3ed61ee61acb (diff) | |
parent | 64f393d56f8ff58223db56f3b8e64f0074877616 (diff) | |
download | tor-0bb59f1c38eef467a353faf1a30cf93b64209a27.tar.gz tor-0bb59f1c38eef467a353faf1a30cf93b64209a27.zip |
Merge branch 'maint-0.2.1'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -115,6 +115,11 @@ Changes in version 0.2.1.20 - 2009-??-?? - Fix an extremely rare infinite recursion bug that could occur if we tried to log a message after shutting down the log subsystem. Found by Matt Edman. Bugfix on 0.2.0.16-alpha. + - We were triggering a CLOCK_SKEW controller status event whenever + we connect via the v2 connection protocol to any relay that has + a wrong clock. Instead, we should only inform the controller when + it's a trusted authority that claims our clock is wrong. Bugfix + on 0.2.0.20-rc; starts to fix bug 1074. Reported by SwissTorExit. Changes in version 0.2.1.19 - 2009-07-28 |