diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-08-08 19:07:50 +0300 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2018-08-08 19:07:50 +0300 |
commit | 5f2e00241a35f7658bde4f9afb0a758588217e40 (patch) | |
tree | 0b53b975d8ca9c6b4cd00523304ade97ab86b927 | |
parent | 7a1007861f978abe0703a8fe062ed3c983bccd49 (diff) | |
download | tor-5f2e00241a35f7658bde4f9afb0a758588217e40.tar.gz tor-5f2e00241a35f7658bde4f9afb0a758588217e40.zip |
Add changes file
-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. |