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 | 34083f00aba63f00577bf8612e945affc5409270 (patch) | |
tree | 4b6b5df5ef9fac6724066e961bef5d170f45bbe5 /changes | |
parent | 075fcb599c095d18ba554084b910619a6971cc44 (diff) | |
parent | 571cb2f662f1c39eb1069c12164a3dc202afb362 (diff) | |
download | tor-34083f00aba63f00577bf8612e945affc5409270.tar.gz tor-34083f00aba63f00577bf8612e945affc5409270.zip |
Merge branch 'maint-0.3.4'
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. |