diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-18 10:44:35 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-18 10:44:35 -0500 |
commit | b6dce6cfec20f2e23bf60533aa0e2f23fc1daac5 (patch) | |
tree | 465c2b82ba18048b6a3770444be0861ca91849a0 /changes | |
parent | d31209ad6f65c8a4725bbed3e614b9ccff24eb3f (diff) | |
parent | 1bc440eda476e3d270aa5fe1810a3d1d4778d725 (diff) | |
download | tor-b6dce6cfec20f2e23bf60533aa0e2f23fc1daac5.tar.gz tor-b6dce6cfec20f2e23bf60533aa0e2f23fc1daac5.zip |
Merge remote-tracking branch 'asn/bug21142'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21142 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21142 b/changes/bug21142 new file mode 100644 index 0000000000..e232f43fe7 --- /dev/null +++ b/changes/bug21142 @@ -0,0 +1,4 @@ + o Minor bugfixes (client, guards): + - Fix bug where Tor would think that there are circuits waiting for better + guards even though those circuits have been freed. Fixes bug #21142; + bugfix on 0.3.0.1-alpha. |