diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-07 08:56:35 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-07 08:56:35 -0500 |
commit | 3af943dcd19d5bdb8fba059e773b6795d4bf89f5 (patch) | |
tree | 592791aa040bae54e1835719afa9edbca628b663 /changes | |
parent | d8409ccb76e1902e81f8f2c7d62babe64efd3e84 (diff) | |
parent | 389ee834b6795ccabbe3d4c7edfdaf8d89696438 (diff) | |
download | tor-3af943dcd19d5bdb8fba059e773b6795d4bf89f5.tar.gz tor-3af943dcd19d5bdb8fba059e773b6795d4bf89f5.zip |
Merge remote-tracking branch 'tor-github/pr/745' into maint-0.4.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug29144 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug29144 b/changes/bug29144 new file mode 100644 index 0000000000..5801224f14 --- /dev/null +++ b/changes/bug29144 @@ -0,0 +1,5 @@ + o Minor bugfixes (logging): + - Log the correct port number for listening sockets when "auto" is + used to let Tor pick the port number. Previously, port 0 was + logged instead of the actual port number. Fixes bug 29144; + bugfix on 0.3.5.1-alpha. Patch from Kris Katterjohn. |