summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbe112e68..b4a81f996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
4 hack surprises us by providing a setproctitle in libc; ok dtucker 4 hack surprises us by providing a setproctitle in libc; ok dtucker
5 - (djm) [configure.ac] Unless specifically requested, only attempt 5 - (djm) [configure.ac] Unless specifically requested, only attempt
6 to build Position Independent Executables on gcc >= 4.x; ok dtucker 6 to build Position Independent Executables on gcc >= 4.x; ok dtucker
7 - (djm) [configure.ac aclocal.m4] More tests to detect fallout from
8 platform hardening options: include some long long int arithmatic
9 to detect missing support functions for -ftrapv in libgcc and
10 equivalents, actually test linking when -ftrapv is supplied and
11 set either both -pie/-fPIE or neither. feedback and ok dtucker@
7 12
820140121 1320140121
9 - (dtucker) [configure.ac] Make PIE a configure-time option which defaults 14 - (dtucker) [configure.ac] Make PIE a configure-time option which defaults