diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-09 09:33:31 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-09 09:33:31 -0500 |
commit | 3df1d29d9b5ccb3b49760105ca7fd434e22d3924 (patch) | |
tree | b0e06eda9e1f0c70b672159aea460065caffb660 /changes | |
parent | e6a44012001afb2d4c5956e4b55ccf6b622fd79e (diff) | |
parent | 44db455cc894b4a0fda80a28ed5ea55bf4d41231 (diff) | |
download | tor-3df1d29d9b5ccb3b49760105ca7fd434e22d3924.tar.gz tor-3df1d29d9b5ccb3b49760105ca7fd434e22d3924.zip |
Merge branch 'bug28591_035_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug28591 | 4 | ||||
-rw-r--r-- | changes/bug28654 | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug28591 b/changes/bug28591 new file mode 100644 index 0000000000..3a1c96ac16 --- /dev/null +++ b/changes/bug28591 @@ -0,0 +1,4 @@ + o Minor bugfixes (client, bootstrap): + - When Tor's clock is behind the clocks on the authorities, allow Tor to + bootstrap successfully. Fixes bug 28591; bugfix on 0.2.0.9-alpha. + diff --git a/changes/bug28654 b/changes/bug28654 new file mode 100644 index 0000000000..4ca843309f --- /dev/null +++ b/changes/bug28654 @@ -0,0 +1,3 @@ + o Minor bugfixes (directory mirror): + - When Tor's clock is behind the clocks on the authorities, allow Tor to + serve future consensuses. Fixes bug 28654; bugfix on 0.3.0.1-alpha. |