diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-01-18 15:29:25 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-01-18 15:29:25 -0500 |
commit | 6d595fa4cf679cf7c66673726596548758a298bc (patch) | |
tree | b5387529ca0622decd9fcdc5313bc38b24a0b0b7 /changes | |
parent | 676bba8e0c91b7885aa8a9b7f55b008ccccfe282 (diff) | |
parent | dd4b1a2ac605ff53c0eda4ebf44ddd84c3b243c0 (diff) | |
download | tor-6d595fa4cf679cf7c66673726596548758a298bc.tar.gz tor-6d595fa4cf679cf7c66673726596548758a298bc.zip |
Merge remote-tracking branch 'public/bug4533_part2' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4533_part2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug4533_part2 b/changes/bug4533_part2 new file mode 100644 index 0000000000..7e0f7c313e --- /dev/null +++ b/changes/bug4533_part2 @@ -0,0 +1,5 @@ + o Major bugfixes: + - Fix the SOCKET_OK test that we use to tell when socket + creation fails so that it works on Win64. Fixes part of bug + 4533; bugfix on 0.2.2.29-beta. Bug found by wanoskarnet. + |