From: michael Date: Thu, 25 Jun 2015 18:09:01 +0000 (+0000) Subject: - Update NEWS file X-Git-Tag: 1.0.8~3 X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=eab39bd02f0ee766eef522509a93f5f5eeb4a51c;p=hopm.git - Update NEWS file git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@6204 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/NEWS b/NEWS index badca22..48e64b9 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ --- Noteworthy changes in version 1.0.8 (2015-??-??) +-- Noteworthy changes in version 1.0.8 (2015-06-25) o) Added options::reconnectinterval configuration option. See doc/reference.conf for more information. +o) Added options::dns_timeout configuration option. See doc/reference.conf + for more information. 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 @@ -8,8 +10,6 @@ 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. -- Noteworthy changes in version 1.0.7 (2015-06-06)