1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-04-20 09:43:12 +00:00

Version 0.8.1

This commit is contained in:
Alexander Barton 2004-12-25 00:20:57 +00:00
parent 002d9299a6
commit e04d74ad3b
4 changed files with 11 additions and 5 deletions

View File

@ -10,7 +10,7 @@
-- ChangeLog --
ngircd 0.8-CVS
ngircd 0.8.1 (2004-12-25)
- Autoconf: Updated config.guess and config.sub
- Added some more debug code ...
@ -540,4 +540,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.233.2.10 2004/12/25 00:11:42 alex Exp $
$Id: ChangeLog,v 1.233.2.11 2004/12/25 00:20:57 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.102.2.4 2004/09/06 00:41:34 alex Exp $
# $Id: configure.in,v 1.102.2.5 2004/12/25 00:20:57 alex Exp $
#
# -- Initialisation --
AC_PREREQ(2.50)
AC_INIT(ngircd, 0.8-CVS)
AC_INIT(ngircd, 0.8.1)
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6)

View File

@ -1,3 +1,9 @@
ngircd (0.8.1-0ab1) unstable; urgency=low
* New "upstream release".
-- Alexander Barton <alex@Arthur.Ath.CX> Sat, 25 Dec 2004 01:18:32 +0100
ngircd (0.8.0-0ab2) unstable; urgency=low
* Added missing commas to debian control file, fixes bug #56.

View File

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