Fix #9 for log_irssi.
[jelmer/ctrlproxy.git] / NEWS
diff --git a/NEWS b/NEWS
index 82dca96e46deaecce201a4f94c4af87be1372e19..a5e107c363598134c89f30aa679a6ec22ee9e5d4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,11 +24,19 @@ Ctrlproxy 3.0.2 UNRELEASED
 
        * Fix coredump with --init when the default config cannot be opened (patch by exg)
 
-       * Fix crash when CHARSET command fails (#89)
+       * Fix crash when CHARSET command fails (#89, #96)
 
        * Fall back to default charset if client charset can't be set 
                (patch by Emanuele Giaquinta <e.giaquinta@glauco.it>)
 
+       * Fix use of %S segfault in log_custom. (#111)
+
+       * 005-lines are now forwarded to the end-client in a more 
+      structural manner. (#94)
+       
+       * Properly expand target in log_irssi if it is a comma-separated list (#9)
+        (based on patch by Korbinian Rosenegger)
+
   FEATURES
 
     * More advanced help support
@@ -47,11 +55,28 @@ Ctrlproxy 3.0.2 UNRELEASED
                FNC, SAFELIST, USERIP, CNOTICE, KNOCK, VCHANNELS, WHOX, CALLERID,
                ACCEPT, KEYLEN, USERLEN, HOSTLEN and SILENCE
 
+       * Default to binding to 127.0.0.1 if no IP was specified in the 
+         listener, instead of 0.0.0.0.
+
+       * Print actual address that a listener bound to.
+
+  INTERNALS
+
+    * Remove is_private from line struct (#12).
+               (patch by Emanuele Giaquinta <e.giaquinta@glauco.it>)
+
+       * Implement ISON, USERHOST for admin networks. (#99)
+
   PORTABILITY
 
     * Looks for check using pkg-config now.
 
+    * Fix handling of addresses when listening on FreeBSD. (#87)
+
   DOCUMENTATION
+       
+       * Added more documentation to the help system. (#106)
+
 
 Ctrlproxy 3.0.1 2007-01-04