aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-07 08:46:45 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-07 08:46:45 -0400
commit056003d602a2e6f5c2f417d176b68da50b921c32 (patch)
treec8ae0e394b8a1d51544f840224dac6dc39315fb1 /changes
parentdf18cf0e8fa9195df82bef9535f920ad913efab7 (diff)
parent987e12a58f6ce9e0001413e665ac2aa92869af77 (diff)
downloadtor-056003d602a2e6f5c2f417d176b68da50b921c32.tar.gz
tor-056003d602a2e6f5c2f417d176b68da50b921c32.zip
Merge branch 'maint-0.3.2' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r--changes/bug274615
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug27461 b/changes/bug27461
new file mode 100644
index 0000000000..3571ee816a
--- /dev/null
+++ b/changes/bug27461
@@ -0,0 +1,5 @@
+ o Minor bugfixes (compilation):
+ - Stop calling SetProcessDEPPolicy() on 64-bit Windows. It is not
+ supported, and always fails. Some compilers warn about the function
+ pointer cast on 64-bit Windows.
+ Fixes bug 27461; bugfix on 0.2.2.23-alpha.