Commit Diff


commit - ce3215acafe3d611c336a4d1e80bde93857b9539
commit + b6b019dddc898e17fbe439d8bf33bd85d2da3b81
blob - 09ad689342b7d2c6224f668c22d446a897d0c2cd
blob + f3b635a7d5c93cf4264c37d211603619c2beea70
--- ChangeLog
+++ 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
blob - 47def921ef9f656d98e423410c24af3ec51d9ea0
blob + 6ef4012cf6e58a2542ab04c6db232c9e9b73be11
--- NEWS
+++ 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)