summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-01-11 15:56:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-01-11 15:56:32 +0000
commit363bd0b48e869068d4b6b434def9905ad8de87e8 (patch)
tree9f16f013c28c847167d5b7116d58b1492437984a /CHANGES
parent60aee6ce15b2d7891bb7ce5917621a50f2823490 (diff)
Add a set of standard gcc warning options which are designed to be the
minimum requirement for committed code. Added to debug-steve* config targets for now.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dc64f7adc3..829a7da5b9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.8j and 0.9.9 [xx XXX xxxx]
+ *) Add a $gcc_devteam_warn option to Configure. The idea is that any code
+ committed to OpenSSL should pass this lot as a minimum.
+ [Steve Henson]
+
*) Add session ticket override functionality for use by EAP-FAST.
[Jouni Malinen <j@w1.fi>]