diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-18 12:25:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-18 12:25:08 -0500 |
commit | 4cca7fb99b814d772587facbabfc9b5ad5b40d45 (patch) | |
tree | 31f777fb4f4c4de7842f55ed4004c447c2e5c015 /changes | |
parent | b5fdb91adaad7fd863856ad505665908bd24ea15 (diff) | |
parent | 89a0b77740f2a1179badcaa71d1e104cedb6ddde (diff) | |
download | tor-4cca7fb99b814d772587facbabfc9b5ad5b40d45.tar.gz tor-4cca7fb99b814d772587facbabfc9b5ad5b40d45.zip |
Merge branch 'maint-0.2.9' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29029 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug29029 b/changes/bug29029 new file mode 100644 index 0000000000..e100a8c2ed --- /dev/null +++ b/changes/bug29029 @@ -0,0 +1,5 @@ + o Minor bugfixes (logging, onion services): + - Stop logging "Tried to establish rendezvous on non-OR circuit..." as + a warning. Instead, log it as a protocol warning, because there is + nothing that relay operators can do to fix it. Fixes bug 29029; + bugfix on 0.2.5.7-rc. |