From: Alexander Barton Date: Fri, 30 May 2008 17:26:19 +0000 (+0200) Subject: Updated NEWS and ChangeLog in preparation for ngIRCd 0.12.1. X-Git-Tag: rel-0-12-1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6b019dddc898e17fbe439d8bf33bd85d2da3b81;p=ngircd Updated NEWS and ChangeLog in preparation for ngIRCd 0.12.1. --- diff --git a/ChangeLog b/ChangeLog index 09ad6893..f3b635a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,19 @@ -- ChangeLog -- +ngIRCd 0.12.1 + + - Don't allow stray \r or \n in command parameters + - --configtest: return non-zero exit code if there are errors + - Update ngIRCd manual pages + - Add option aliases -V (for --version) and -h (for --help). + - Fix 'no-ipv6' compile error. + - Make Listen parameter a comma-seperated list of addresses. This also + obsoletes ListenIPv4 and ListenIPv6 options. If Listen is unset, it + is treated as Listen="::,0.0.0.0". + Note: ListenIPv4 and ListenIPv6 options are still recognized, + but ngircd will print a warning if they are used in the config file. + ngIRCd 0.12.0 (2008-05-13) - Fix Bug: 85: "WHO #SecretChannel" that user is not a member of now returns diff --git a/NEWS b/NEWS index 47def921..6ef4012c 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,15 @@ -- NEWS -- +ngIRCd 0.12.1 + + - Add option aliases -V (for --version) and -h (for --help). + - Make Listen parameter a comma-seperated list of addresses. This also + obsoletes ListenIPv4 and ListenIPv6 options. If Listen is unset, it + is treated as Listen="::,0.0.0.0". + Note: ListenIPv4 and ListenIPv6 options are still recognized, + but ngircd will print a warning if they are used in the config file. + ngIRCd 0.12.0 (2008-05-13) ngIRCd 0.12.0-pre2 (2008-04-29)