]> arthur.barton.de Git - ngircd.git/commitdiff
Updated documentation.
authorAlexander Barton <alex@barton.de>
Sat, 5 May 2007 20:25:19 +0000 (20:25 +0000)
committerAlexander Barton <alex@barton.de>
Sat, 5 May 2007 20:25:19 +0000 (20:25 +0000)
ChangeLog
NEWS
README

index cbd5df976b53dc5c4080b6e59983eff0bf4b7617..66083d9493e706c5ebc559c800f7bbbdd303b8d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 
                      ngIRCd - Next Generation IRC Server
 
-                        (c)2001-2006 Alexander Barton,
+                        (c)2001-2007 Alexander Barton,
                     alex@barton.de, http://www.barton.de/
 
                ngIRCd is free software and published under the
@@ -685,4 +685,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.302.2.12 2007/05/02 12:22:43 fw Exp $
+$Id: ChangeLog,v 1.302.2.13 2007/05/05 20:25:19 alex Exp $
diff --git a/NEWS b/NEWS
index e711d69de16ff3bf407c121efbad45245b8b25ac..2126c3c2638060cc3c80a4cc1e16abdd9018ea22 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 
                      ngIRCd - Next Generation IRC Server
 
-                        (c)2001-2006 Alexander Barton,
+                        (c)2001-2007 Alexander Barton,
                     alex@barton.de, http://www.barton.de/
 
                ngIRCd is free software and published under the
                                   -- NEWS --
 
 
+ngIRCd 0.10.2
+
+  - Predefined channel configuration now allows specification of channel key
+    (mode k) and maximum user count (mode l): variables "Key" and "MaxUsers".
+  - When using the epoll() IO interface, compile in the select() interface as
+    well and fall back to it when epoll() isn't available on runtime.
+  - Added support for IO APIs "poll()" and "/dev/poll".
+
 ngIRCd 0.10.1 (2006-12-17)
 
   - Allow PASS syntax defined in RFC 1459 for server links, too.
@@ -229,4 +237,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: NEWS,v 1.75.2.4 2006/12/17 13:55:29 alex Exp $
+$Id: NEWS,v 1.75.2.5 2007/05/05 20:25:20 alex Exp $
diff --git a/README b/README
index e9f2c76d252437efeba491696e0f98592efa58b2..67048cf4c4602f0bf3dd2ca2ad9109ab64c2cec2 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 
                      ngIRCd - Next Generation IRC Server
 
-                        (c)2001-2006 Alexander Barton,
+                        (c)2001-2007 Alexander Barton,
                     alex@barton.de, http://www.barton.de/
 
                ngIRCd is free software and published under the
@@ -19,6 +19,8 @@ Licence (URL: http://www.gnu.org/licenses/gpl.html). ngIRCd means "next
 generation IRC daemon", it's written from scratch and not deduced from the
 "grandfather of IRC daemons", the daemon of the IRCNet.
 
+Please see the INSTALL document for installation and upgrade information!
+
 
 II. Status
 ~~~~~~~~~~~
@@ -84,4 +86,4 @@ mail to <alex@barton.de>.
 
 
 -- 
-$Id: README,v 1.21.2.1 2006/08/02 08:19:38 alex Exp $
+$Id: README,v 1.21.2.2 2007/05/05 20:25:20 alex Exp $