From 032bf78ed4466619ad60b8a0e9dcb1f8718b3d15 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 1 Oct 2006 16:21:55 +0000 Subject: [PATCH] ngIRCd 0.10.0 --- ChangeLog | 4 ++-- NEWS | 4 ++-- configure.in | 4 ++-- contrib/Debian/changelog | 6 ++++++ contrib/ngircd.spec | 2 +- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index a8b2658d..1314a5bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ -- ChangeLog -- -ngIRCd 0.10.0 +ngIRCd 0.10.0 (2006-10-01) - Fixed file handle leak when daemon is not able to send MOTD to a client. @@ -661,4 +661,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.302.2.3 2006/09/16 13:51:35 alex Exp $ +$Id: ChangeLog,v 1.302.2.4 2006/10/01 16:21:55 alex Exp $ diff --git a/NEWS b/NEWS index 0f8b7fb6..00dd9541 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ -- NEWS -- -ngIRCd 0.10.0-pre2 (2006-09-09) +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 @@ -223,4 +223,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: NEWS,v 1.75.2.2 2006/09/09 18:50:47 alex Exp $ +$Id: NEWS,v 1.75.2.3 2006/10/01 16:21:55 alex Exp $ diff --git a/configure.in b/configure.in index 21896fd6..766e7853 100644 --- a/configure.in +++ b/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.5 2006/09/09 18:50:47 alex Exp $ +# $Id: configure.in,v 1.118.2.6 2006/10/01 16:21:56 alex Exp $ # # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 0.10.0-pre2) +AC_INIT(ngircd, 0.10.0) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index 52a8bfb7..b30dd1de 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +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. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 349b2cfc..a1e3122f 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 0.10.0-pre2 +%define version 0.10.0 %define release 1 %define prefix %{_prefix} -- 2.39.2