]> arthur.barton.de Git - ngircd.git/commitdiff
Updated NEWS and ChangeLog in preparation for ngIRCd 0.12.1.
authorAlexander Barton <alex@barton.de>
Fri, 30 May 2008 17:26:19 +0000 (19:26 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 30 May 2008 17:26:19 +0000 (19:26 +0200)
ChangeLog
NEWS

index 09ad689342b7d2c6224f668c22d446a897d0c2cd..f3b635a7d5c93cf4264c37d211603619c2beea70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
                                -- 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 47def921ef9f656d98e423410c24af3ec51d9ea0..6ef4012cf6e58a2542ab04c6db232c9e9b73be11 100644 (file)
--- a/NEWS
+++ b/NEWS
                                   -- 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)