From b6b019dddc898e17fbe439d8bf33bd85d2da3b81 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 30 May 2008 19:26:19 +0200 Subject: [PATCH] Updated NEWS and ChangeLog in preparation for ngIRCd 0.12.1. --- ChangeLog | 13 +++++++++++++ NEWS | 9 +++++++++ 2 files changed, 22 insertions(+) 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) -- 2.50.1