X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=adba5f6d2c971bd3b351e9bbad19685023123f8e;hb=b1852f30296501a7e0858260bd0c7533d041d627;hp=d6acd2fa2de9cb0eedbdb66464a5094a2440009e;hpb=1f6a5744f62956704e11c2acef3778cdf5e1d46a;p=ngircd-alex.git diff --git a/ChangeLog b/ChangeLog index d6acd2fa..adba5f6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,22 @@ -- ChangeLog -- -ngIRCd Release 14 +ngIRCd Release 14.1 (2009-05-05) + + - Security: fix remotely triggerable crash in SSL/TLS code. + - BSD start script contrib/ngircd.sh has been renamed to ngircd-bsd.sh. + - New start/stop script for RedHat-based distributions: + contrib/ngircd-redhat.init, thanks to Naoya Nakazawa . + - Doxygen: update source code repository link to GIT. + - Debian: build ngircd-full-dbg package. + - Allow ping timeout quit messages to show the timeout value. + - Fix error handling on compressed links. + - Fix server list announcement. + - Do not remove hostnames from info text. + +ngIRCd Release 14 (2009-04-20) + + - Display IPv6 addresses as "[]" when accepting connections. ngIRCd 14~rc1 (2009-03-29) - Updated Debian/Linux init script (see contrib/Debian/ngircd.init). @@ -25,8 +40,6 @@ ngIRCd Release 14 - Remove limit on maximum number of predefined channels in ngircd.conf. - Updated ngircd.spec file for building RPM packages. - Add new and missing files to Mac OS X Xcode project, and update project. - - Implement pre-defined server local channels ("&") and write some - server-specific messages to &SERVER. - Reject masks with wildcard after last dot. - TLS/SSL: remove useless error message when ssl connection is closed. - Fix memory leak when a encrypted and compressed server link goes down.