]> arthur.barton.de Git - ngircd-alex.git/blobdiff - ChangeLog
Fix compiler warning in Option_String()
[ngircd-alex.git] / ChangeLog
index 89fa73b9235c11894185e87ce5985992cd7f3b24..e540c526813ad73bfffb8516554c62106fa5ae65 100644 (file)
--- 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,