Merge 3.0.4.
[jelmer/ctrlproxy.git] / NEWS
diff --git a/NEWS b/NEWS
index 20ba08c3f115cfeeeaa3b97a128af5a142729717..7e08cc37fa4503c900841a52ef9f4bf333ca6f06 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,15 @@
  Otherwise indicated differently, all changes made by 
      Jelmer Vernooij.
 
  Otherwise indicated differently, all changes made by 
      Jelmer Vernooij.
 
-Ctrlproxy 3.0.4 UNRELEASED
+Ctrlproxy 3.0.5 UNRELEASED
+
+  IMPROVEMENTS
+  
+    * Integrate auto-away module into the core.
+
+       * New settings ``autosave'', ``replication''
+
+Ctrlproxy 3.0.4 2007-11-24
 
   IMPROVEMENTS
 
 
   IMPROVEMENTS
 
@@ -9,12 +17,20 @@ Ctrlproxy 3.0.4 UNRELEASED
 
     * Send message to the client when ctrlproxy connects to the network.
 
 
     * Send message to the client when ctrlproxy connects to the network.
 
-    * Announce number of clients/channels during client login.
+    * Announce number of clients/channels during client login. (#162)
 
 
-       * Add "set" command in the administration interface, including 
-         initial settings "log_level", "motd-file" and "report-time".
+    * Add "set" command in the administration interface, including 
+      initial settings "log_level", "motd-file" and "report-time". (#6)
+
+    * Add "default-network" setting.
 
   BUG FIXES
 
   BUG FIXES
+    
+    * Don't allow disconnect of admin network. (#164)
+
+    * Clearer error messages during disconnect.
+
+    * Handle ping timeouts from server. (#158)
 
     * Don't crash when network of listener goes away. (#168)
 
 
     * Don't crash when network of listener goes away. (#168)
 
@@ -35,7 +51,7 @@ Ctrlproxy 3.0.4 UNRELEASED
 
     * Integrate listeners into the core.
 
 
     * Integrate listeners into the core.
 
-    * Reconcile log_custom and log_irssi.
+    * Reconcile log_custom and log_irssi. (#114)
 
     * Integrate socks support into listener code. Socks connections 
       can now be accepted at the same port as other connections.
 
     * Integrate socks support into listener code. Socks connections 
       can now be accepted at the same port as other connections.
@@ -63,9 +79,9 @@ Ctrlproxy 3.0.4 UNRELEASED
 
     * Make connect to networks non-blocking. (#133)
 
 
     * Make connect to networks non-blocking. (#133)
 
-       * Support IRCD 005 parameter. (#160)
+    * Support IRCD 005 parameter. (#160)
 
 
-       * Redirect DCC messages to clients. (#163)
+    * Redirect DCC messages to clients. (#163)
 
   NEW FEATURES
 
 
   NEW FEATURES