summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-09-05 18:32:46 +1000
committerteor <teor@torproject.org>2018-09-07 13:52:20 +1000
commite70cf826257b913deb7fd90f9b8a8982941a8558 (patch)
tree530682cca230dc514141b3a234c290e9ceb6b9d1 /changes
parent2b04163666ae22b4df81b868374bbd449614cc2b (diff)
downloadtor-e70cf826257b913deb7fd90f9b8a8982941a8558.tar.gz
tor-e70cf826257b913deb7fd90f9b8a8982941a8558.zip
Appveyor: Disable gcc hardening in Windows 64-bit builds
As of August 29, 2018, Appveyor images come with gcc 8.2.0 by default. 64-bit Windows executables compiled with gcc 8.2.0 and tor's --enable-gcc-hardening crash. Fixes bug 27460; bugfix on 0.3.4.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug274606
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug27460 b/changes/bug27460
new file mode 100644
index 0000000000..53c4c7daf3
--- /dev/null
+++ b/changes/bug27460
@@ -0,0 +1,6 @@
+ o Minor bugfixes (continuous integration):
+ - Disable gcc hardening in Appveyor Windows 64-bit builds. As of
+ August 29, 2018, Appveyor images come with gcc 8.2.0 by default.
+ 64-bit Windows executables compiled with gcc 8.2.0 and
+ tor's --enable-gcc-hardening crash.
+ Fixes bug 27460; bugfix on 0.3.4.1-alpha.