diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-15 12:11:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-15 12:11:38 -0400 |
commit | e4d2177d31225f5884dd94038b457dfd9954b11b (patch) | |
tree | 4cae5e142c4f0d9c2588d168d665146f021540aa /changes/bug7280 | |
parent | 18da1e0cf268bb56adc1a45fa4877e6a1bd2b470 (diff) | |
download | tor-e4d2177d31225f5884dd94038b457dfd9954b11b.tar.gz tor-e4d2177d31225f5884dd94038b457dfd9954b11b.zip |
Fix some basic socket issues with tor-fw-helper-natpmp on windows
This isn't going to be the last of these issues, but we might as
well take the fixes as we find them.
Patch from Gisle Vanem, fixes bug 7280.
Diffstat (limited to 'changes/bug7280')
-rw-r--r-- | changes/bug7280 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug7280 b/changes/bug7280 new file mode 100644 index 0000000000..ef5d36a802 --- /dev/null +++ b/changes/bug7280 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Fix some bugs in tor-fw-helper-natpmp when trying to build and + run it on Windows. More bugs likely remain. Patch from Gisle Vanem. + Fixes bug 7280; bugfix on 0.2.3.1-alpha. |