diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-15 12:20:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-15 12:20:57 -0400 |
commit | 8683c5653244d8ae58b9a569594f14534b31216a (patch) | |
tree | b5bd95c526111df83fcd99f641191a1055537c87 /changes | |
parent | 882f69eb0a7569302a9282d609dca74035726fae (diff) | |
parent | a26a2735b9cf9c6940d784f755f983088c333833 (diff) | |
download | tor-8683c5653244d8ae58b9a569594f14534b31216a.tar.gz tor-8683c5653244d8ae58b9a569594f14534b31216a.zip |
Merge branch 'maint-0.3.2' into release-0.3.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27081 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug27081 b/changes/bug27081 new file mode 100644 index 0000000000..74e0efbd29 --- /dev/null +++ b/changes/bug27081 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation, windows): + - Don't link or search for pthreads when building for Windows, even if we + are using build environment (like mingw) that provides a pthreads + library. Fixes bug 27081; bugfix on 0.1.0.1-rc. |