From a9823b2db193a011f2064110a74bb31e4e35b39c Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 3 Feb 2005 10:16:25 +0000 Subject: [PATCH] ngIRCd 0.8.3 --- 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 379a4e00..08dc7f82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ -- ChangeLog -- -ngIRCd 0.8.x +ngIRCd 0.8.3 (2005-02-03) - Fixed a bug that could case a root exploit when the daemon is compiled to do IDENT lookups and is logging to syslog. Bug discovered by CoKi, @@ -561,4 +561,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.233.2.19 2005/02/03 09:27:09 alex Exp $ +$Id: ChangeLog,v 1.233.2.20 2005/02/03 10:16:25 alex Exp $ diff --git a/configure.in b/configure.in index 6b3ed417..ff79ca00 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.102.2.6 2005/01/26 22:05:26 alex Exp $ +# $Id: configure.in,v 1.102.2.7 2005/02/03 10:16:25 alex Exp $ # # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 0.8.2) +AC_INIT(ngircd, 0.8.3) 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 fb206ed3..abeb1c37 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (0.8.3-0ab1) unstable; urgency=high + + * New "upstream release", including security fixes. + + -- Alexander Barton Thu, 3 Feb 2005 10:41:55 +0100 + ngircd (0.8.2-0ab1) unstable; urgency=high * New "upstream release", including security fixes. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index e8268641..a05bdd3d 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 0.8.2 +%define version 0.8.3 %define release 1 %define prefix %{_prefix} -- 2.39.2