summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-01-21 12:48:51 +1100
committerDarren Tucker <dtucker@zip.com.au>2014-01-21 12:48:51 +1100
commit096118dc73ab14810b3c12785c0b5acb01ad6123 (patch)
tree349bdd2d94cd3f15500c8391caaa573872d1c39f /ChangeLog
parentf9df7f6f477792254eab33cdef71a6d66488cb88 (diff)
- (dtucker) [configure.ac] Make PIE a configure-time option which defaults
to on platforms where it's known to be reliably detected and off elsewhere. Works around platforms such as FreeBSD 9.1 where it does not interop with -ftrapv (it seems to work but fails when trying to link ssh). ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66c3b6248..cbbab53a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120140121
2 - (dtucker) [configure.ac] Make PIE a configure-time option which defaults
3 to on platforms where it's known to be reliably detected and off elsewhere.
4 Works around platforms such as FreeBSD 9.1 where it does not interop with
5 -ftrapv (it seems to work but fails when trying to link ssh). ok djm@
6
120140120 720140120
2 - (dtucker) [gss-serv-krb5.c] Fall back to krb5_cc_gen_new if the Kerberos 8 - (dtucker) [gss-serv-krb5.c] Fall back to krb5_cc_gen_new if the Kerberos
3 implementation does not have krb5_cc_new_unique, similar to what we do 9 implementation does not have krb5_cc_new_unique, similar to what we do