diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-11 10:04:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-11 10:04:04 -0400 |
commit | 61d5bcc1a251002d726e66461ec576d9b71cebd1 (patch) | |
tree | 990dfaf04fea2269ac4227b42cdfa75d0f7d1035 /changes | |
parent | b7ed61167fb3ed9d3b623d008bf3360a3ffa95c4 (diff) | |
parent | 5f2e00241a35f7658bde4f9afb0a758588217e40 (diff) | |
download | tor-61d5bcc1a251002d726e66461ec576d9b71cebd1.tar.gz tor-61d5bcc1a251002d726e66461ec576d9b71cebd1.zip |
Merge remote-tracking branch 'tor-github/pr/268'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27034 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug27034 b/changes/bug27034 new file mode 100644 index 0000000000..bdb7d29c11 --- /dev/null +++ b/changes/bug27034 @@ -0,0 +1,6 @@ + o Minor bugfixes (controller): + - Consider all routerinfo errors other than "not a server" + to be transient for the purpose of "GETINFO exit-policy/*" + controller request. Print stacktrace in the unlikely case + of failing to recompute routerinfo digest. Fixes bug 27034; + bugfix on 0.3.4.1-alpha. |