- Update NEWS file
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Thu, 25 Jun 2015 16:18:02 +0000 (16:18 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Thu, 25 Jun 2015 16:18:02 +0000 (16:18 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@6203 82007160-df01-0410-b94d-b575c5fd34c7

NEWS

diff --git a/NEWS b/NEWS
index 387e6c3c17201e10bf45cf75beb975c6ffbae3cf..badca222b5b5e4a3a866a58b2078479c20e47cda 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,10 @@ o) Added options::reconnectinterval configuration option. See doc/reference.conf
 o) Further modernizations and cleanups to the build system
 o) HOPM now compiles with -fstack-protector-strong and -fstack-protector,
    respectively, depending on what the compiler supports
-o) Added new --enable-assert switch to ./configure. assert() statements are now
+o) Added --enable-assert switch to ./configure. assert() statements are now
    disabled by default and can be enabled with ./configure --enable-assert
+o) Added --enable-warnings switch to ./configure, which enables various
+   compiler warnings if supported by the compiler
 o) Added options::dns_timeout configuration option. See doc/reference.conf
    for more information.