1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-09-11 23:06:02 +00:00

Update NEWS and ChangeLog for next release

This commit is contained in:
Alexander Barton
2009-08-12 14:48:33 +02:00
parent 56a8abc253
commit a7eef6666b
2 changed files with 18 additions and 0 deletions

6
NEWS
View File

@@ -10,6 +10,12 @@
-- 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.