]> arthur.barton.de Git - ngircd.git/commitdiff
ngircd 0.10.0-pre2 release.
authorAlexander Barton <alex@barton.de>
Sat, 9 Sep 2006 18:50:47 +0000 (18:50 +0000)
committerAlexander Barton <alex@barton.de>
Sat, 9 Sep 2006 18:50:47 +0000 (18:50 +0000)
ChangeLog
NEWS
configure.in

index 222ce0fa933b1bc6dd4bd1c1f65f35125f2e7b76..bd2e58f4bd3b4b48ff8f2065e54d7c802742f228 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
                                -- ChangeLog --
 
 
-ngIRCd 0.10.0-pre1 (2006-08-02)
+ngIRCd 0.10.0-pre2 (2006-09-09)
 
+  - Fixed build problems with GCC option -fstack-protector.
+  - Minor documentation updates.
+
+  ngIRCd 0.10.0-pre1 (2006-08-02)
   - Validate "ServerName" (see RFC 2812, section 2.3.1).
   - Enhanced DIE to accept a single parameter ("comment text") which is sent
     to all locally connected clients before the server goes down.
@@ -654,4 +658,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: ChangeLog,v 1.302.2.1 2006/08/02 08:19:38 alex Exp $
+$Id: ChangeLog,v 1.302.2.2 2006/09/09 18:50:47 alex Exp $
diff --git a/NEWS b/NEWS
index ca538bac5a4ec6971fb2d652eb5c6370bbf10fa3..0f8b7fb6313a8de828b53fa2af9292825a36522f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,9 @@
                                   -- NEWS --
 
 
-ngIRCd 0.10.0-pre1 (2006-08-02)
+ngIRCd 0.10.0-pre2 (2006-09-09)
 
+  ngIRCd 0.10.0-pre1 (2006-08-02)
   - Enhanced DIE to accept a single parameter ("comment text") which is sent
     to all locally connected clients before the server goes down.
   - JOIN now supports more than one channel key at a time.
@@ -222,4 +223,4 @@ ngIRCd 0.0.1, 31.12.2001
 
 
 -- 
-$Id: NEWS,v 1.75.2.1 2006/08/02 08:19:38 alex Exp $
+$Id: NEWS,v 1.75.2.2 2006/09/09 18:50:47 alex Exp $
index 9c198ef4816efcc12baa83ad536e7eb6cd193377..21896fd65b5199733ef1d6f8f74c79ab809660a3 100644 (file)
@@ -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.4 2006/09/09 18:34:00 alex Exp $
+# $Id: configure.in,v 1.118.2.5 2006/09/09 18:50:47 alex Exp $
 #
 
 # -- Initialisation --
 
 AC_PREREQ(2.50)
-AC_INIT(ngircd, 0.10.0-pre1)
+AC_INIT(ngircd, 0.10.0-pre2)
 AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(1.6)