]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Update NEWS and ChangeLog files
authorAlexander Barton <alex@barton.de>
Sun, 2 Dec 2012 17:49:11 +0000 (18:49 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 2 Dec 2012 17:49:11 +0000 (18:49 +0100)
ChangeLog
NEWS

index 4c825acb1de8550b6d7cdf173898009ea084661b..34ea56979f850b00346efaad305ed45aef623497 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 ngIRCd
 
+  ngIRCd 20~rc2 (2012-12-02)
+  - Rework cloaked hostname handling and implement the "METADATA cloakhost"
+    subcommand: Now ngIRCd uses two fields internally, one to store the
+    "real" hostname and one to save the "cloaked" hostname. This allows
+    "foreign servers" (aka "IRC services") to alter the real and cloaked
+    hostnames of clients without problems, even when the user itself issues
+    additional "MODE +x" and "MODE -x" commands.
+  - RPL_UMODEIS: send correct target name, even on server links.
+  - Update platformtest.sh to follow autoconf changes and only generate
+    the "configure" script when it is missing.
+  - Fix the test suite to correctly execute test scripts even when stdout
+    is redirected.
+  - Fix some compiler warnings on NetBSD and OpenBSD.
+
   ngIRCd 20~rc1 (2012-11-11)
   - Update doc/Services.txt: describe the upcoming version of Anope 1.9.8,
     then including a protocol module for ngIRCd. And remove our own patches
diff --git a/NEWS b/NEWS
index 43f1c8dfacadcb6f01bea6945d725c5f6963dbca..ac50527b3ec3d03d837f75d9ad694fb7f6027a13 100644 (file)
--- a/NEWS
+++ b/NEWS
 
 ngIRCd
 
+  ngIRCd 20~rc2 (2012-12-02)
+  - Rework cloaked hostname handling and implement the "METADATA cloakhost"
+    subcommand: Now ngIRCd uses two fields internally, one to store the
+    "real" hostname and one to save the "cloaked" hostname. This allows
+    "foreign servers" (aka "IRC services") to alter the real and cloaked
+    hostnames of clients without problems, even when the user itself issues
+    additional "MODE +x" and "MODE -x" commands.
+
   ngIRCd 20~rc1 (2012-11-11)
   - Update doc/Services.txt: describe the upcoming version of Anope 1.9.8,
     then including a protocol module for ngIRCd. And remove our own patches