aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-07 08:46:35 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-07 08:46:35 -0400
commit9fcb3ef787285fcb116d07fc2ff563e80a0c8a0e (patch)
treea40563bf6c41351cdfd1b60db28aa14912ad4e6a /changes
parent912ae2b8dc5d13344035def71c6e083a92752c09 (diff)
parent8ef4bb7f3ee5e61c1a48ce7247fbe6fad773a8d4 (diff)
downloadtor-9fcb3ef787285fcb116d07fc2ff563e80a0c8a0e.tar.gz
tor-9fcb3ef787285fcb116d07fc2ff563e80a0c8a0e.zip
Merge remote-tracking branch 'teor/bug27461-029' into maint-0.2.9
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.