From 4429afe3c2f055c3974f90f4c0f54cbfb2c3774e Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 15 Oct 2005 12:44:08 +0000 Subject: [PATCH] Version 0.9.2 --- ChangeLog | 4 ++-- configure.in | 4 ++-- contrib/Debian/changelog | 6 ++++++ contrib/ngircd.spec | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index b10c1d55..cc958c39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ -- ChangeLog -- -ngIRCd 0.9.x +ngIRCd 0.9.2 (2005-10-15) - Fixed a bug that could cause the damon to crash when outgoing server connections can't be established. @@ -629,4 +629,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.276.2.11 2005/10/11 19:28:47 alex Exp $ +$Id: ChangeLog,v 1.276.2.12 2005/10/15 12:44:08 alex Exp $ diff --git a/configure.in b/configure.in index 66493077..775178e6 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.111.2.5 2005/08/30 20:21:58 alex Exp $ +# $Id: configure.in,v 1.111.2.6 2005/10/15 12:44:08 alex Exp $ # # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 0.9-CVS) +AC_INIT(ngircd, 0.9.2) 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 6c359351..07d56f24 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (0.9.2-0ab1) unstable; urgency=low + + * New "upstream release" fixing a few bugs in 0.9.1. + + -- Alexander Barton Sat, 15 Oct 2005 14:10:34 +0200 + ngircd (0.9.1-0ab1) unstable; urgency=medium * New "upstream release" addressing two problems in ngIRCd 0.9.0. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 8eba68be..ce4a4392 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 0.9.1 +%define version 0.9.2 %define release 1 %define prefix %{_prefix}