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

NEWS

diff --git a/NEWS b/NEWS
index 83e68b3390c93c2d8d30071b07f01c109fd316f0..b072900b72df1a7c0891fc6351604e8f233b68a2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
 -- Noteworthy changes in version 1.0.8 (2015-??-??)
 o) Added options::reconnectinterval configuration option
+o) Further 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
+   disabled by default and can be enabled with ./configure --enable-assert
 
 
 -- Noteworthy changes in version 1.0.7 (2015-06-06)