repo: ngircd
action: commit
revision: 
path_from: 
revision_from: bddb4914b442a757712d2bdf9da0a8cf8f99c4a5:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit bddb4914b442a757712d2bdf9da0a8cf8f99c4a5
Author: Alexander Barton 
Date:   Sun Oct 1 17:23:36 2006 +0000

    Updated files from ngIRCd 0.10.0.

diff --git a/ChangeLog b/ChangeLog
index 8fa013008702bd61371624217b5dd03e4d585ed0..
index ..a92d6e2e2c29c48aa8b6aa584ab6aa15d50da1d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,12 +10,15 @@
                                -- ChangeLog --


-ngIRCd CVSHEAD
+ngIRCd 0.10.0 (2006-10-01)

-  - ...
+  - Fixed file handle leak when daemon is not able to send MOTD to a client.

-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.
@@ -658,4 +661,4 @@ ngIRCd 0.0.1, 31.12.2001


 -- 
-$Id: ChangeLog,v 1.303 2006/08/03 14:37:29 alex Exp $
+$Id: ChangeLog,v 1.304 2006/10/01 17:23:36 alex Exp $
diff --git a/NEWS b/NEWS
index b9b01e052dbfafb69111401bccace9a266a3375b..
index ..d7f82bb5b4872693afdc360aa43da0025adcb69a 100644
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,9 @@
                                   -- NEWS --


-ngIRCd 0.10.0-pre1 (2006-08-02)
+ngIRCd 0.10.0 (2006-10-01)

+  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.76 2006/08/03 14:37:29 alex Exp $
+$Id: NEWS,v 1.77 2006/10/01 17:23:36 alex Exp $
diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog
index a0309a82a2b726cdb04f6dd293f773d6b40658db..
index ..b30dd1de8bb2edc3c96b48b2aad7e78aca0d0bc9 100644
--- a/contrib/Debian/changelog
+++ b/contrib/Debian/changelog
@@ -1,4 +1,29 @@
-ngircd (0.9.2-0ab1) stable; urgency=low
+ngircd (0.10.0-0ab1) unstable; urgency=low
+
+  * New "upstream" release: 0.10.0
+
+ -- Alexander Barton   Sun,  1 Oct 2006 18:14:21 +0200
+
+ngircd (0.10.0-0ab0-pre2-1) unstable; urgency=low
+
+  * Bumped standards version to 3.7.2.1.
+  * Added "Provides: ircd" to Debian control file.
+
+ -- Alexander Barton   Sun,  1 Oct 2006 16:25:33 +0200
+
+ngircd (0.10.0-0ab0-pre2) unstable; urgency=low
+
+  * Second "upstream" prerelease of upcoming 0.10.0 release.
+
+ -- Alexander Barton   Sat,  9 Sep 2006 20:57:52 +0200
+
+ngircd (0.10.0-0ab0-pre1) unstable; urgency=low
+
+  * Prerelease of upcoming new "upstream release".
+
+ -- Alexander Barton   Wed,  2 Aug 2006 12:01:07 +0200
+
+ngircd (0.9.2-0ab1) unstable; urgency=low

   * New "upstream release" fixing a few bugs in 0.9.1.

diff --git a/contrib/Debian/control b/contrib/Debian/control
index a78eac1eb05415dd38b63d4837e9826d90fa6895..
index ..23ab280e550a2401c461e775549b0d02d7b8113f 100644
--- a/contrib/Debian/control
+++ b/contrib/Debian/control
@@ -3,11 +3,12 @@ Section: net
 Priority: optional
 Maintainer: Alexander Barton 
 Build-Depends: debhelper (>> 4.0.0), libz-dev, libwrap-dev, libident-dev
-Standards-Version: 3.5.8
+Standards-Version: 3.7.2.1

 Package: ngircd
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: ircd
 Description: A lightweight daemon for the Internet Relay Chat (IRC)
  ngIRCd is a free open source daemon for the Internet Relay Chat (IRC)
  network. It is written from scratch and is not based upon the original
@@ -28,6 +29,7 @@ Description: A lightweight daemon for the Internet Relay Chat (IRC)
 Package: ngircd-full
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: ircd
 Conflicts: ngircd
 Description: A lightweight daemon for the Internet Relay Chat (IRC)
  ngIRCd is a free open source daemon for the Internet Relay Chat (IRC)

-----END OF PAGE-----