diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-05-31 15:07:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-05-31 15:07:19 -0400 |
commit | fc0842275de8f8ab43374df922907d97b4e60b58 (patch) | |
tree | 27063cf95afbed2ca5c7ccde1f3504807de7d3a5 /changes | |
parent | d1bbd84a6d1f5e721badb55755e278f2e4f0bf7b (diff) | |
parent | 9d41629aa072b389332273a21926260c302b49e1 (diff) | |
download | tor-fc0842275de8f8ab43374df922907d97b4e60b58.tar.gz tor-fc0842275de8f8ab43374df922907d97b4e60b58.zip |
Merge remote-tracking branch 'public/bug5374'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5374 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug5374 b/changes/bug5374 new file mode 100644 index 0000000000..926a074903 --- /dev/null +++ b/changes/bug5374 @@ -0,0 +1,7 @@ + o Minor bugfixes: + + - Don't check for whether the address we're using for outbound + connections has changed until after the outbound connection has + completed. On Windows, getsockname() doesn't succeed until the + connection is finished. Fix for bug 5374; bugfix on + 0.1.1.14-alpha. |