From: Alexander Barton Date: Fri, 20 Jan 2017 18:52:33 +0000 (+0100) Subject: Update documentation for ngIRCd Release 24 X-Git-Url: https://arthur.barton.de/gitweb/?p=ngircd-web.git;a=commitdiff_plain;h=a5529fa968031afb4f8eaecdc1e1a9ee5c3c1acf Update documentation for ngIRCd Release 24 --- diff --git a/doc/AUTHORS b/doc/AUTHORS index 8ccf7a4..0248666 100644 --- a/doc/AUTHORS +++ b/doc/AUTHORS @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2016 Alexander Barton and Contributors. + (c)2001-2017 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. diff --git a/doc/ChangeLog b/doc/ChangeLog index daff34d..e540c52 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -2,14 +2,27 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2016 Alexander Barton and Contributors. + (c)2001-2017 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. -- ChangeLog -- -ngIRCd 24 +ngIRCd 24 (2017-01-20) + + - Make sure that ./contrib/platformtest.sh aborts when ./autogen.sh fails. + - Update config.guess (2016-10-02) and config.sub (2016-11-04) files. + - Build Debian packages with OpenSSL instead of GnuTLS: OpenSSL allows + to reload used certificates on runtime for example (which is very + useful when using Let's Encrypt), and therefore is preferred. And + explicitly specify the "source format". + - Fix handling of connection pool allocation and enlargement: up to now, + the daemon only enlarged its connection pool when accepting new incoming + client or server connections, not when establishing new outgoing server + links, which could lead to problems when hitting the configured limit, + see "MaxConnections". Thanks to Lukas Braun (k00mi) for reporting this! + Closes #231. ngIRCd 24~rc1 (2017-01-07) - Enhance systemd service file, and install it in Debian package. diff --git a/doc/INSTALL b/doc/INSTALL index 302f521..5a1bf3c 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2016 Alexander Barton and Contributors. + (c)2001-2017 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. diff --git a/doc/NEWS b/doc/NEWS index e0188e6..1eab60d 100644 --- a/doc/NEWS +++ b/doc/NEWS @@ -2,14 +2,14 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2016 Alexander Barton and Contributors. + (c)2001-2017 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License. -- NEWS -- -ngIRCd 24 +ngIRCd 24 (2017-01-20) ngIRCd 24~rc1 (2017-01-07) - Log privilege violations and failed OPER request with log level "error" diff --git a/doc/README b/doc/README index 7697150..45cabd6 100644 --- a/doc/README +++ b/doc/README @@ -2,7 +2,7 @@ ngIRCd - Next Generation IRC Server http://ngircd.barton.de/ - (c)2001-2016 Alexander Barton and Contributors. + (c)2001-2017 Alexander Barton and Contributors. ngIRCd is free software and published under the terms of the GNU General Public License.