commit 74262a40935fa67b98e95c02f4bba4056dc21831
from: Alexander Barton <alex@barton.de>
date: Mon Oct  6 19:51:59 2014 UTC

Update NEWS and ChangeLog for ngIRCd 22 once more ...

commit - be887070273c47a07c9bf488630f6fb707976f67
commit + 74262a40935fa67b98e95c02f4bba4056dc21831
blob - d750e8617dc8afbceb8a305951e68ab76890de06
blob + 21b289180ef8bc5f4929dce8a6068095188140dc
--- ChangeLog
+++ ChangeLog
@@ -11,6 +11,10 @@
 
 ngIRCd 22
 
+  - Match all list patterns case-insensitive: this affects the invite-,
+    ban-, and except lists, as well as G-Lines an K-Lines.
+    Problem pointed out by "wowaname" on #ngircd, thanks!
+
   ngIRCd 22~rc1 (2014-09-29)
   - Sync "except lists" between servers: Up to now, ban, invite, and G-Line
     lists have been synced between servers while linking -- but obviously
blob - c1547bb288180d9663540ead95e1279a762a24b4
blob + 6b083d37dd3c96021a474e03ed204db64b1bd1d8
--- NEWS
+++ NEWS
@@ -11,6 +11,10 @@
 
 ngIRCd 22
 
+  - Match all list patterns case-insensitive: this affects the invite-,
+    ban-, and except lists, as well as G-Lines an K-Lines.
+    Problem pointed out by "wowaname" on #ngircd, thanks!
+
   ngIRCd 22~rc1 (2014-09-29)
   - Sync "except lists" between servers: Up to now, ban, invite, and G-Line
     lists have been synced between servers while linking -- but obviously