diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-10 09:10:55 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-10 09:10:55 -0500 |
commit | e8e7a8f3db9dfbc71e455eef3c7991c715231260 (patch) | |
tree | 0968555194d191cd54b330664c8ac0acf3e32c16 /changes | |
parent | e4ef9f7491ed1495869692b57644885f9772bef5 (diff) | |
parent | 0ec94588ab4e83dbc8d405dc780139cd3e596880 (diff) | |
download | tor-e8e7a8f3db9dfbc71e455eef3c7991c715231260.tar.gz tor-e8e7a8f3db9dfbc71e455eef3c7991c715231260.zip |
Merge remote-tracking branch 'teor/bug20613' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20613 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug20613 b/changes/bug20613 new file mode 100644 index 0000000000..19bb61f4e0 --- /dev/null +++ b/changes/bug20613 @@ -0,0 +1,6 @@ + o Minor bugfixes (single onion services, Tor2web): + - Stop logging long-term one-hop circuits deliberately created by single + onion services and Tor2web. These log messages are intended to diagnose + issue 8387, which relates to circuits hanging around forever for no + reason. + Fixes bug 20613; bugfix on 0.2.9.1-alpha. Reported by "pastly". |