X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=c5bc4011405e5f4ef6e4c346997f2d664a1a04b7;hb=9b59f043c8bc0eb0e88cb31158c61cccdf67f23b;hp=38fb7f2ff6a4574b75a9935704b1dd18a0a6d334;hpb=c56ab962706c7b60ab649d77f317cd5086fad368;p=ngircd-alex.git diff --git a/ChangeLog b/ChangeLog index 38fb7f2f..c5bc4011 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,8 +10,14 @@ -- ChangeLog -- -ngIRCd Release 14~rc1 +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). + - Allow creation of persistent modeless channels. + - The INFO command reports the compile time now (if available). - Spell check and enhance ngIRCd manual pages. - Channel mode changes: break on syntax errors in MODE command. - Support individual channel keys for pre-defined channels: introduce @@ -21,8 +27,6 @@ ngIRCd Release 14~rc1 - 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.