From: Alexander Barton Date: Wed, 3 Aug 2005 14:27:48 +0000 (+0000) Subject: Preparing ngIRCd 0.9.1 ... X-Git-Tag: rel-0-9-1~1 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61776e9a57f254d9f6d6ab20d48fff8c3db75c45;hp=eccf4ea5f2c1ff3c06cb6a6eb596e17a9b31d91f;p=ngircd.git Preparing ngIRCd 0.9.1 ... --- diff --git a/ChangeLog b/ChangeLog index 8e96ff61..4aafb140 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,11 +10,13 @@ -- ChangeLog -- -ngIRCd 0.9.x +ngIRCd 0.9.1 (2005-08-03) - The KILL command killed much more than desired (including server links!) when the target user is connected to a remote server. Bug introduced in ngIRCd 0.9.0 ... Reported by , Thanks! + - Changed some constants to be "signed" (instead of unsigned) to solve + problems with old (pre-ANSI) compilers. ngIRCd 0.9.0 (2005-07-24) @@ -618,4 +620,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: ChangeLog,v 1.276.2.6 2005/08/02 23:08:26 alex Exp $ +$Id: ChangeLog,v 1.276.2.7 2005/08/03 14:27:48 alex Exp $ diff --git a/configure.in b/configure.in index dbed1c88..e2554ee9 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.3 2005/07/24 21:14:19 alex Exp $ +# $Id: configure.in,v 1.111.2.4 2005/08/03 14:27:48 alex Exp $ # # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 0.9.0) +AC_INIT(ngircd, 0.9.1) 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 7487d788..f19a337b 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (0.9.1-0ab1) unstable; urgency=medium + + * New "upstream release" addressing two problems in ngIRCd 0.9.0. + + -- Alexander Barton Wed, 3 Aug 2005 15:10:41 +0200 + ngircd (0.9.0-0ab2) unstable; urgency=medium * Init script: fixed a problem with symbolic links in runlevel directories diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 744db09e..8eba68be 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 0.9.0 +%define version 0.9.1 %define release 1 %define prefix %{_prefix}