]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Update NEWS and ChangeLog for next release
authorAlexander Barton <alex@barton.de>
Wed, 12 Aug 2009 12:48:33 +0000 (14:48 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 12 Aug 2009 12:48:33 +0000 (14:48 +0200)
ChangeLog
NEWS

index adba5f6d2c971bd3b351e9bbad19685023123f8e..2300d1afc8a8d870c2390c74f9c4c55436f8267b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
                                -- ChangeLog --
 
 
                                -- 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.
 ngIRCd Release 14.1 (2009-05-05)
 
   - Security: fix remotely triggerable crash in SSL/TLS code.
diff --git a/NEWS b/NEWS
index 25494c22772e8b12e000dc0476e7bc3909259f2d..d386de2ef3fa7297338d210cec8d2ba28d11b564 100644 (file)
--- a/NEWS
+++ b/NEWS
                                   -- NEWS --
 
 
                                   -- NEWS --
 
 
+ngIRCd Release 14.2
+
+  - 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.
+
 ngIRCd Release 14.1 (2009-05-05)
 
   - Security: fix remotely triggerable crash in SSL/TLS code.
 ngIRCd Release 14.1 (2009-05-05)
 
   - Security: fix remotely triggerable crash in SSL/TLS code.