diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-07 08:48:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-07 08:48:23 -0400 |
commit | 291876be36d70e892d8fb5e50509379e69485a02 (patch) | |
tree | d18a7ec7ca253fdaba48b5763fdf05b2cb24ac17 /changes | |
parent | 579770b7068abe3448e0a089ce4b1a4b79f778ac (diff) | |
parent | 967cef2f8f5ad654aa0d53e1516fd26bc18a00e8 (diff) | |
download | tor-291876be36d70e892d8fb5e50509379e69485a02.tar.gz tor-291876be36d70e892d8fb5e50509379e69485a02.zip |
Merge branch 'maint-0.3.4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27460 | 6 |
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. |