diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-11 18:15:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-11 18:15:43 -0400 |
commit | aab626405c312a33d521c9ca3729552fd9ccca2e (patch) | |
tree | f4b833bd3818a48b7a642ff5066ca0ec4ccfc0bb /changes | |
parent | b3e591dca1a7343a49bc949e8f75a242efb7fb72 (diff) | |
parent | de343b4e421c0c651eaac1d52d23c3c792bee73a (diff) | |
download | tor-aab626405c312a33d521c9ca3729552fd9ccca2e.tar.gz tor-aab626405c312a33d521c9ca3729552fd9ccca2e.zip |
Merge remote-tracking branch 'catalyst-github/bug25756'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug25756 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug25756 b/changes/bug25756 new file mode 100644 index 0000000000..ff5ac0391d --- /dev/null +++ b/changes/bug25756 @@ -0,0 +1,7 @@ + o Minor bugfixes (error reporting): + - Improve tolerance for directory authorities with skewed clocks. + Previously, an authority with a clock more than 60 seconds ahead + could cause a client with a correct clock to warn that the + client's clock was behind. Now the clocks of a majority of + directory authorities have to be ahead of the client before this + warning will occur. Fixes bug 25756; bugfix on 0.2.2.25-alpha. |