diff options
author | teor <teor@torproject.org> | 2019-10-21 09:44:42 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-10-21 09:44:42 +1000 |
commit | 5c8ecf364ae667104e63c43f9377601e3c572d9a (patch) | |
tree | 054227c8565a8b705fb7d4cc1fd9eca7fed1753e /changes | |
parent | 02e3e8eda5d0e3d02bd578511b4bb1a5179a1379 (diff) | |
parent | cf2b00d3f50f3421c3c22777113e25d5f7812e67 (diff) | |
download | tor-5c8ecf364ae667104e63c43f9377601e3c572d9a.tar.gz tor-5c8ecf364ae667104e63c43f9377601e3c572d9a.zip |
Merge remote-tracking branch 'tor-github/pr/1354' into maint-0.4.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug31837 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug31837 b/changes/bug31837 new file mode 100644 index 0000000000..0f976edfe0 --- /dev/null +++ b/changes/bug31837 @@ -0,0 +1,5 @@ + o Minor bugfixes (testing): + - When testing port rebinding, don't busy-wait for tor to log. Instead, + actually sleep for a short time before polling again. Also improve the + formatting of control commands and log messages. + Fixes bug 31837; bugfix on 0.3.5.1-alpha. |