diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-17 21:28:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-17 21:28:37 -0400 |
commit | 9e674d0eb4d83caab5298e83c837ebd58b0f5d3d (patch) | |
tree | 7d303b81a30eaf23d104a8722f70fff5601d642c /changes | |
parent | a1f97bb25301811aa8dab7b250fb38918cee9332 (diff) | |
parent | 02840169d860384257042bdf6d7601c2bf48b47b (diff) | |
download | tor-9e674d0eb4d83caab5298e83c837ebd58b0f5d3d.tar.gz tor-9e674d0eb4d83caab5298e83c837ebd58b0f5d3d.zip |
Merge branch 'maint-0.3.5' into maint-0.4.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31657 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug31657 b/changes/bug31657 new file mode 100644 index 0000000000..08e9d95fdf --- /dev/null +++ b/changes/bug31657 @@ -0,0 +1,5 @@ + o Minor bugfixes (guards): + - When tor is missing descriptors for some primary entry guards, make the + log message less alarming. It's normal for descriptors to expire, as long + as tor fetches new ones soon after. Fixes bug 31657; + bugfix on 0.3.3.1-alpha. |