]> arthur.barton.de Git - ngircd-alex.git/blobdiff - NEWS
Fix ForwardLookup(): "ISO C90 forbids specifying subobject to initialize"
[ngircd-alex.git] / NEWS
diff --git a/NEWS b/NEWS
index 660da600371f7e90e94c1039cca05c2218e3565f..47def921ef9f656d98e423410c24af3ec51d9ea0 100644 (file)
--- a/NEWS
+++ b/NEWS
                                   -- NEWS --
 
 
-ngIRCd HEAD
+ngIRCd 0.12.0 (2008-05-13)
 
-  - Added IPv6 support.
+  ngIRCd 0.12.0-pre2 (2008-04-29)
+  - IPv6: Add config options to disabe ipv4/ipv6 support.
+
+  ngIRCd 0.12.0-pre1 (2008-04-20)
+  - Add IPv6 support.
+  - Install a LaunchDaemon script to start/stop ngIRCd on Mac OS X.
   - Implemented IRC commands INFO, SUMMON (dummy), and USERS (dummy) and
     enhanced test suite to check these commands. (Dana Dahlstrom)
-  - IRC_WHO now supports search patterns and will test this
-    against user nickname/servername/hostname, etc. as required by
-    RFC 2812, Section 3.6.1. (reported by Dana Dahlstrom)
+  - IRC_WHO now supports search patterns and will test this against user
+    nickname/servername/hostname, etc. as required by RFC 2812, Section 3.6.1.
+    (reported by Dana Dahlstrom)
   - Implement RFC 2812 handling of "0" argument to 'JOIN': must be treated
     as if the user had sent PART commands for all channels the user is a
     member of. (Dana Dahlstrom)