X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=ChangeLog;h=e540c526813ad73bfffb8516554c62106fa5ae65;hp=89fa73b9235c11894185e87ce5985992cd7f3b24;hb=bc728f92de5aca1ae14c51696e35103b77a71657;hpb=3e447384168a619e79c163dab5bd5493acf33734 diff --git a/ChangeLog b/ChangeLog index 89fa73b9..e540c526 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,16 +2,31 @@ 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~rc1 +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. + - Update configuration of Debian package. - Log privilege violations and failed OPER request with log level "error" and send it to the "&SERVER" channel, too. - Immediately shut down connection when receiving an "ERROR" command,