Commit Diff


commit - 090b59675271e69e61b1f944366f133cd4505fe8
commit + 69b595e8d49ea90d436162182071e4af21871363
blob - cbd5df976b53dc5c4080b6e59983eff0bf4b7617
blob + 66083d9493e706c5ebc559c800f7bbbdd303b8d2
--- ChangeLog
+++ 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 $
blob - e711d69de16ff3bf407c121efbad45245b8b25ac
blob + 2126c3c2638060cc3c80a4cc1e16abdd9018ea22
--- NEWS
+++ 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
@@ -10,6 +10,14 @@
                                   -- 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 $
blob - e9f2c76d252437efeba491696e0f98592efa58b2
blob + 67048cf4c4602f0bf3dd2ca2ad9109ab64c2cec2
--- README
+++ 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,7 +19,9 @@ Licence (URL: http://www.gnu.org/licenses/gpl.html). n
 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 $