From: Nick Mathewson Date: Mon, 21 Mar 2016 15:00:50 +0000 (-0400) Subject: a couple more changes files issues. X-Git-Tag: tor-0.2.8.2-alpha~55^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=920e3d6a191486a5879aa0f2e0bfcf743d075c12;p=thirdparty%2Ftor.git a couple more changes files issues. --- diff --git a/changes/bug14821 b/changes/bug14821 index e017eff93b..e9ccc2fd1b 100644 --- a/changes/bug14821 +++ b/changes/bug14821 @@ -1,4 +1,4 @@ o Major bugfixes (compilation): - - Correctly repair hardened builds under the clang compiler. Previously, + - Repair hardened builds under the clang compiler. Previously, our use of _FORTIFY_SOURCE would conflict with clang's address sanitizer. Fixes bug 14821; bugfix on 0.2.5.4-alpha. diff --git a/changes/bug17906 b/changes/bug17906 index 4b97740992..2937369f0a 100644 --- a/changes/bug17906 +++ b/changes/bug17906 @@ -1,4 +1,4 @@ - o Minor features (authorities): + o Major features (authorities): - Update the V3 identity key for the dannenberg authority, which changed on 18 November 2015. Closes task 17906. Patch by "teor".