Commit Diff


commit - 6f2f2ecd3b75b4a68c7bf77e7c3696c9dcccaf2e
commit + 57fb95eb1df923be086af03fe69cdd982425685f
blob - 222ce0fa933b1bc6dd4bd1c1f65f35125f2e7b76
blob + bd2e58f4bd3b4b48ff8f2065e54d7c802742f228
--- ChangeLog
+++ ChangeLog
@@ -10,8 +10,12 @@
                                -- 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 $
blob - ca538bac5a4ec6971fb2d652eb5c6370bbf10fa3
blob + 0f8b7fb6313a8de828b53fa2af9292825a36522f
--- NEWS
+++ 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 $
blob - 9c198ef4816efcc12baa83ad536e7eb6cd193377
blob + 21896fd65b5199733ef1d6f8f74c79ab809660a3
--- configure.in
+++ configure.in
@@ -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)