]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Update ChangeLog and NEWS files
authorAlexander Barton <alex@barton.de>
Sat, 9 Jun 2012 10:53:44 +0000 (12:53 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 9 Jun 2012 10:53:44 +0000 (12:53 +0200)
ChangeLog
NEWS

index f7cc1637eee6c0539db94d02e00f0ed2d6cb2a19..c90332f717d8065e614ee4a0c4d0f9268292115a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,29 @@
                                -- ChangeLog --
 
 
                                -- ChangeLog --
 
 
+ngIRCd-dev
+
+  - Correctly handle asynchronously re-established server links: a race
+    condition could let the daemon loose track of an already re-established
+    incoming server link while preparing its own outgoing connection.
+    Peers that both try to connect each other could have been affected.
+  - Log a debug message when SIGUSR2 is handled in debug mode.
+  - Only allow alphanumeric characters in user-supplied user names of
+    USER command and IDENT replies.
+  - Change wording of "TLS initialized" message to make it more consistent.
+  - Don't leak file descriptors on error path when creating "PID files".
+  - Add missing mode "r" to CHANMODES in 005 "ISUPPORT" numeric.
+  - Update doc/Modes.txt and doc/Platforms.txt documents.
+  - contrib/platformtest.sh: correctly detect Open64 C compiler and handle
+    "CC=xxx MAKE=yyy ./platformtest.sh" calling convention.
+  - Add instructions for setting up Atheme IRC services.
+  - Implement support for IRC capability handling, the new "CAP" command,
+    and capablity "multi-prefix" which allows both the NAME and        WHO command
+    handlers to return more than one "class prefix" to the client.
+  - Update Xcode project files: reference missing documentation files.
+  - Fix: Don't ignore "permission denied" errors when enabling chroot.
+  - FAQ: enhance description of chroot setup.
+
 ngIRCd Release 19.1 (2012-03-19)
 
   - Fix gcc warning (v4.6.3), initialize "list" variable to NULL.
 ngIRCd Release 19.1 (2012-03-19)
 
   - Fix gcc warning (v4.6.3), initialize "list" variable to NULL.
diff --git a/NEWS b/NEWS
index 08896792c31f8a36ddaef1089387c31aa6d65a08..703ae76ba1d75759d39f401496e7b134703511f3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,13 @@
                                   -- NEWS --
 
 
                                   -- NEWS --
 
 
+ngIRCd-dev
+
+  - Add instructions for setting up Atheme IRC services.
+  - Implement support for IRC capability handling, the new "CAP" command,
+    and capablity "multi-prefix" which allows both the NAME and        WHO command
+    handlers to return more than one "class prefix" to the client.
+
 ngIRCd Release 19.1 (2012-03-19)
 
   - Really include _all_ patches to build the Anope module into the
 ngIRCd Release 19.1 (2012-03-19)
 
   - Really include _all_ patches to build the Anope module into the