about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2009-08-12 14:48:33 +0200
committerAlexander Barton <alex@barton.de>2009-08-12 14:48:33 +0200
commita7eef6666bf534c6cb3c395db429fb80bb8bee19 (patch)
tree0ba0c65cd6489645b0bab48302a299106f765d7c /ChangeLog
parent56a8abc253d0565a75fb9066ec933dc7db96b93a (diff)
downloadngircd-a7eef6666bf534c6cb3c395db429fb80bb8bee19.tar.gz
ngircd-a7eef6666bf534c6cb3c395db429fb80bb8bee19.zip
Update NEWS and ChangeLog for next release
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index adba5f6d..2300d1af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,18 @@
                                -- ChangeLog --
 
 
+ngIRCd Release 14.2
+
+  - Updated doc/Platforms.txt and include new script contrib/platformtest.sh
+    to ease generating platform reports.
+  - Fix connection information for already registered connections.
+  - Enforce upper limit on maximum number of handled commands. This implements
+    a throttling scheme: an IRC client can send up to 3 commands or 256 bytes
+    per second before a one second pause is enforced.
+  - Fix connection counter.
+  - Fix a few error handling glitches for SSL/TLS connections.
+  - Minor fixes to manual pages and documentation.
+
 ngIRCd Release 14.1 (2009-05-05)
 
   - Security: fix remotely triggerable crash in SSL/TLS code.