diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-06-28 11:12:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-06-28 11:12:51 -0400 |
commit | f87aa4555d06b2707e21df39d1bc7f14161a2cb4 (patch) | |
tree | a990e92cc065c4817ce8bdad58cc0282e6cb9673 /changes | |
parent | 0116eae59a35e4303ca179d6b0fb0302a83e87a1 (diff) | |
parent | 608c12baaf820c33246052e23fd0c65459ed1c5c (diff) | |
download | tor-f87aa4555d06b2707e21df39d1bc7f14161a2cb4.tar.gz tor-f87aa4555d06b2707e21df39d1bc7f14161a2cb4.zip |
Merge remote-tracking branch 'teor/bug18812' into maint-0.2.8
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18812 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug18812 b/changes/bug18812 new file mode 100644 index 0000000000..793e1102f7 --- /dev/null +++ b/changes/bug18812 @@ -0,0 +1,4 @@ + o Minor bugfixes (bootstrap): + - When a fallback changes its fingerprint from the hard-coded + fingerprint, log a less severe, more explanatory log message. + Fixes bug 18812; bugfix on 0.2.8.1-alpha. Patch by teor. |