Merge fix for logging of mode changes by charly.
[jelmer/ctrlproxy.git] / NEWS
diff --git a/NEWS b/NEWS
index fd37f65334769dfc9ee8f74891fd30c66ffcbc4c..17dc0e1d3297e947a398773dd376d28022bf514a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,22 +1,53 @@
-Unless otherwise indicated, all changes made by Jelmer Vernooij.
-
 Ctrlproxy 3.0.9 UNRELEASED
 
   BUG FIXES
 
     * Use port numbers rather than service names because not all 
-      systems have ircd and ircs defined. (#209)
+      systems have ircd and ircs defined. (#209, Jelmer Vernooij)
+
+    * Fix compilation on Solaris. (#210, Jelmer Vernooij)
+
+    * Provide replacement for daemon() on Solaris. (#213, Jelmer Vernooij)
+
+    * Return hostmask of client itself rather than hostmask of
+      server when referring to the user. (#214, #166, #69, Jelmer Vernooij)
+
+    * Handle 308 and 309 replies. (Jelmer Vernooij)
+
+    * Don't send : for last argument in RPL_MYINFO, consistent with IRC
+      servers. (Jelmer Vernooij)
+
+    * Fix netsplits generated when connection to a network is lost.
+      (Jelmer Vernooij)
 
-    * Fix compilation on Solaris. (#210)
+    * Fix crash in on_transport_log when no error is set. (#219,
+      Jelmer Vernooij)
 
-    * Provide replacement for daemon() on Solaris. (#213)
+    * Fix crash in log_custom when the network is disconnected. (#212,
+      Jelmer Vernooij)
+
+    * Reduce memory usage by storing index for linestacks. (Jelmer Vernooij)
+
+    * Save nickserv passwords as part of 'saveconfig'. (Andreas Schneider)
+
+    * Fix transport_send_line crash. (Joe Bormolini, #402503)
+
+    * auto-away: when time limit set to <30, still register the client limit
+      hooks instead of disabling auto away completely. (Joe Bormolini)
+
+    * Process first argument to 005 responses. (Joe Bormolini)
+
+  FEATURES
 
-    * Return hostmask of client itself rather than hostmask of 
-      server when referring to the user. (#214, #166, #69)
+    * Provide Python bindings for the main library code. Mainly used for 
+      unit testing at the moment, but will also become available to 
+      ctrlproxy users at some point. (Jelmer Vernooij)
 
-    * Handle 308 and 309 replies.
+    * Processes started by ctrlproxyd are now watched, and their status 
+      is reported when they exit. (Jelmer Vernooij)
 
-    * Don't send : for last argument in RPL_MYINFO, consistent with IRC servers.
+For 3.0.8 and earlier, unless otherwise indicated, all changes made by Jelmer
+Vernooij.
 
 Ctrlproxy 3.0.8 2008-12-06