diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-03-07 17:12:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-07 17:12:08 -0500 |
commit | 26009a3ed06549b7d7def9b96b327b906db16bd8 (patch) | |
tree | e48daa4aea699bcd1283fdc00027d142fdfbd90b /changes | |
parent | 176e8a0a2aa25839a8ad9f921971703cdd331eb0 (diff) | |
parent | 3bd83b8fb64c070210c589f65ed8cc023dd47077 (diff) | |
download | tor-26009a3ed06549b7d7def9b96b327b906db16bd8.tar.gz tor-26009a3ed06549b7d7def9b96b327b906db16bd8.zip |
Merge remote branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2660 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug2660 b/changes/bug2660 new file mode 100644 index 0000000000..2aa06d36f5 --- /dev/null +++ b/changes/bug2660 @@ -0,0 +1,7 @@ + o Minor bugfixes: + - Fix connect() failures on some platforms (BSD, OS X). Bugfix on + 0.2.0.3-alpha; fixes first part of bug 2660. Patch by piebeer. + - Set target port in get_interface_address6() correctly. Bugfix + on 0.1.1.4-alpha and 0.2.0.3-alpha; fixes second part of bug + 2660. + |