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

NEWS

diff --git a/NEWS b/NEWS
index b072900b72df1a7c0891fc6351604e8f233b68a2..ea86affda293fe249de4e4bd35413cad6026f558 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 -- Noteworthy changes in version 1.0.8 (2015-??-??)
 o) Added options::reconnectinterval configuration option
-o) Further cleanups to the build system
+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
@@ -33,7 +33,7 @@ o) Code cleanups and performance improvements
 
 -- Noteworthy changes in version 1.0.3 (2015-01-28)
 o) Fixed bug where HOPM wouldn't try re-connecting to the server in
-   case the connection got lost.
+   case the connection got lost
 o) Added irc::notice configuration option
 
 
@@ -58,7 +58,7 @@ o) Added irc::readtimeout configuration option
 o) Many code cleanups and optimizations
 o) Worked towards IPv6 support
 o) Fixed reference.conf from causing syntax errors
-o) hopm now uses poll() for I/O event notification instead of select()
+o) HOPM now uses poll() for I/O event notification instead of select()
 
 
 -- Noteworthy changes in version 1.0.0beta1 (2014-12-25)