aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-27 12:52:39 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-27 12:52:39 -0400
commit617b9205515a8ee5f9ddf4fac14eff5178111641 (patch)
treed94551dc852336d02e4fa95d8212169b7176cc61 /changes
parentc404905822b06ef60301fced40897872abeb7914 (diff)
parentd9080f5d3a03a5a241f7f6b2234d69a32f27a531 (diff)
downloadtor-617b9205515a8ee5f9ddf4fac14eff5178111641.tar.gz
tor-617b9205515a8ee5f9ddf4fac14eff5178111641.zip
Merge remote-tracking branch 'public/hardening_flags_must_link'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug188956
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18895 b/changes/bug18895
new file mode 100644
index 0000000000..9ad857c546
--- /dev/null
+++ b/changes/bug18895
@@ -0,0 +1,6 @@
+ o Minor features (build):
+ - When building on a system without runtime support for some of the
+ runtime hardening options, try to log a useful warning at configuration
+ time, rather than an incomprehensible warning at link time.
+ If expensive hardening was requested, this warning becomes an error.
+ Closes ticket 18895.