From 314cf1238bb95836380ce61932d562d8a8783915 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 26 Jan 2005 22:05:26 +0000 Subject: [PATCH] ngIRCd 0.8.2 --- ChangeLog | 4 ++-- configure.in | 6 +++--- contrib/ngircd.spec | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 69ba5fc7..f46ca926 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ -- ChangeLog -- -ngircd 0.8.x (CVS) +ngircd 0.8.2 (2005-01-26) - Added doc/SSL.txt to distribution. - Fixed a buffer overflow that could cause the daemon to crash. Bug found @@ -554,4 +554,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.233.2.16 2005/01/26 21:47:47 alex Exp $ +$Id: ChangeLog,v 1.233.2.17 2005/01/26 22:05:26 alex Exp $ diff --git a/configure.in b/configure.in index 79729192..6b3ed417 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2004 Alexander Barton +# Copyright (c)2001-2005 Alexander Barton # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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.102.2.5 2004/12/25 00:20:57 alex Exp $ +# $Id: configure.in,v 1.102.2.6 2005/01/26 22:05:26 alex Exp $ # # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 0.8.1) +AC_INIT(ngircd, 0.8.2) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.6) diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 0e82dd1c..e8268641 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 0.8.1 +%define version 0.8.2 %define release 1 %define prefix %{_prefix}