summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-03-09 22:50:50 +1100
committerDarren Tucker <dtucker@zip.com.au>2008-03-09 22:50:50 +1100
commitfe1cf97ee811dc7a2bb7cea912c9292c976ab5af (patch)
tree24111b20b19b559247bda0f35ee289893228d9bc /ChangeLog
parent7643e3397d27bb4c18940d1af65c247c48c4bae1 (diff)
- (dtucker) [configure.ac] Run stack-protector tests with -Werror to catch
platforms where gcc understands the option but it's not supported (and thus generates a warning).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5abd1ae22..3057c2be5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
8 - (dtucker) [openbsd-compat/regress/strtonumtest.c] Bug #1347: Use platform's 8 - (dtucker) [openbsd-compat/regress/strtonumtest.c] Bug #1347: Use platform's
9 equivalent of LLONG_MAX for the compat regression tests, which makes them 9 equivalent of LLONG_MAX for the compat regression tests, which makes them
10 run on AIX and HP-UX. Patch from David Leonard. 10 run on AIX and HP-UX. Patch from David Leonard.
11 - (dtucker) [configure.ac] Run stack-protector tests with -Werror to catch
12 platforms where gcc understands the option but it's not supported (and
13 thus generates a warning).
11 14
1220080307 1520080307
13 - (djm) OpenBSD CVS Sync 16 - (djm) OpenBSD CVS Sync
@@ -3709,4 +3712,4 @@
3709 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3712 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3710 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3713 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3711 3714
3712$Id: ChangeLog,v 1.4863 2008/03/09 06:10:09 dtucker Exp $ 3715$Id: ChangeLog,v 1.4864 2008/03/09 11:50:50 dtucker Exp $