]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Version 0.10.2-pre1 rel-0-10-2-pre1
authorAlexander Barton <alex@barton.de>
Sat, 5 May 2007 20:43:11 +0000 (20:43 +0000)
committerAlexander Barton <alex@barton.de>
Sat, 5 May 2007 20:43:11 +0000 (20:43 +0000)
ChangeLog
NEWS
configure.in

index 66083d9493e706c5ebc559c800f7bbbdd303b8d2..44b2020f5445a206bfed0e13b84325c3460f7d04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,9 +10,9 @@
                                -- ChangeLog --
 
 
-ngIRCd 0.10.2
+ngIRCd 0.10.2 (2007-05-05)
 
-  - fix compressed server links (broken since 0.10.0)
+  - Fix compressed server links (broken since 0.10.0).
   - Predefined Channel configuration now allows specification of channel key
     (mode k) and maximum user count (mode l).
   - When using epoll() IO interface, compile in the select() interface as
@@ -685,4 +685,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.302.2.13 2007/05/05 20:25:19 alex Exp $
+$Id: ChangeLog,v 1.302.2.14 2007/05/05 20:43:11 alex Exp $
diff --git a/NEWS b/NEWS
index 2126c3c2638060cc3c80a4cc1e16abdd9018ea22..c333e956516081dfbd45487c1729aece95fe1f86 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@
                                   -- NEWS --
 
 
-ngIRCd 0.10.2
+ngIRCd 0.10.2 (2007-05-05)
 
   - Predefined channel configuration now allows specification of channel key
     (mode k) and maximum user count (mode l): variables "Key" and "MaxUsers".
@@ -237,4 +237,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: NEWS,v 1.75.2.5 2007/05/05 20:25:20 alex Exp $
+$Id: NEWS,v 1.75.2.6 2007/05/05 20:43:11 alex Exp $
index 0391335fc3e48db443a59db75bd8bcc6a7b958d4..44cef69cc9680c0b53c4317735546ba54c9bd96d 100644 (file)
@@ -1,6 +1,6 @@
 #
 # ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2005 Alexander Barton <alex@barton.de>
+# Copyright (c)2001-2007 Alexander Barton <alex@barton.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -8,13 +8,13 @@
 # (at your option) any later version.
 # Please read the file COPYING, README and AUTHORS for more information.
 #
-# $Id: configure.in,v 1.118.2.9 2007/04/03 22:08:50 fw Exp $
+# $Id: configure.in,v 1.118.2.10 2007/05/05 20:43:11 alex Exp $
 #
 
 # -- Initialisation --
 
 AC_PREREQ(2.50)
-AC_INIT(ngircd, CVSHEAD)
+AC_INIT(ngircd, 0.10.2-pre1)
 AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(1.6)