a couple more changes files issues.

This commit is contained in:
Nick Mathewson 2016-03-21 11:00:50 -04:00
parent ee08f22489
commit 920e3d6a19
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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".