1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-02-14 16:20:02 +00:00

Preparing ngIRCd 0.9.1 ...

This commit is contained in:
Alexander Barton 2005-08-03 14:27:48 +00:00
parent eccf4ea5f2
commit 61776e9a57
4 changed files with 13 additions and 5 deletions

View File

@ -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 <qssl@fastmail.fm>, 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 $

View File

@ -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)

View File

@ -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 <alex@arthur.barton.de> 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

View File

@ -1,5 +1,5 @@
%define name ngircd
%define version 0.9.0
%define version 0.9.1
%define release 1
%define prefix %{_prefix}