diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-09 09:35:40 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-09 09:35:40 -0500 |
commit | d890ec29aac33848a3965585965af5f2080206a4 (patch) | |
tree | 865dd63814f0a743eb36259a3570487d5dfe0636 /changes | |
parent | 3df1d29d9b5ccb3b49760105ca7fd434e22d3924 (diff) | |
parent | 380ae2b74b8c8762acc075d8d22bc5d6320655e1 (diff) | |
download | tor-d890ec29aac33848a3965585965af5f2080206a4.tar.gz tor-d890ec29aac33848a3965585965af5f2080206a4.zip |
Merge branch 'maint-0.3.5'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug28895 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug28895 b/changes/bug28895 new file mode 100644 index 0000000000..25fb167b2e --- /dev/null +++ b/changes/bug28895 @@ -0,0 +1,5 @@ + o Minor bugfixes (usability): + - Stop saying "Your Guard ..." in pathbias_measure_{use,close}_rate() + as that confusingly suggests that mentioned guard node is under control + and responsibility of end user, which it is not. Fixes bug 28895; + bugfix on Tor 0.3.0.1-alpha. |