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

ngIRCd 0.10.0

This commit is contained in:
Alexander Barton 2006-10-01 16:21:55 +00:00
parent ce66aa1028
commit 032bf78ed4
5 changed files with 13 additions and 7 deletions

View File

@ -10,7 +10,7 @@
-- ChangeLog -- -- ChangeLog --
ngIRCd 0.10.0 ngIRCd 0.10.0 (2006-10-01)
- Fixed file handle leak when daemon is not able to send MOTD to a client. - Fixed file handle leak when daemon is not able to send MOTD to a client.
@ -661,4 +661,4 @@ ngIRCd 0.0.1, 31.12.2001
-- --
$Id: ChangeLog,v 1.302.2.3 2006/09/16 13:51:35 alex Exp $ $Id: ChangeLog,v 1.302.2.4 2006/10/01 16:21:55 alex Exp $

4
NEWS
View File

@ -10,7 +10,7 @@
-- NEWS -- -- NEWS --
ngIRCd 0.10.0-pre2 (2006-09-09) ngIRCd 0.10.0 (2006-10-01)
ngIRCd 0.10.0-pre1 (2006-08-02) ngIRCd 0.10.0-pre1 (2006-08-02)
- Enhanced DIE to accept a single parameter ("comment text") which is sent - Enhanced DIE to accept a single parameter ("comment text") which is sent
@ -223,4 +223,4 @@ ngIRCd 0.0.1, 31.12.2001
-- --
$Id: NEWS,v 1.75.2.2 2006/09/09 18:50:47 alex Exp $ $Id: NEWS,v 1.75.2.3 2006/10/01 16:21:55 alex Exp $

View File

@ -8,13 +8,13 @@
# (at your option) any later version. # (at your option) any later version.
# Please read the file COPYING, README and AUTHORS for more information. # Please read the file COPYING, README and AUTHORS for more information.
# #
# $Id: configure.in,v 1.118.2.5 2006/09/09 18:50:47 alex Exp $ # $Id: configure.in,v 1.118.2.6 2006/10/01 16:21:56 alex Exp $
# #
# -- Initialisation -- # -- Initialisation --
AC_PREREQ(2.50) AC_PREREQ(2.50)
AC_INIT(ngircd, 0.10.0-pre2) AC_INIT(ngircd, 0.10.0)
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c) AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6) AM_INIT_AUTOMAKE(1.6)

View File

@ -1,3 +1,9 @@
ngircd (0.10.0-0ab1) unstable; urgency=low
* New "upstream" release: 0.10.0
-- Alexander Barton <alex@barton.de> Sun, 1 Oct 2006 18:14:21 +0200
ngircd (0.10.0-0ab0-pre2-1) unstable; urgency=low ngircd (0.10.0-0ab0-pre2-1) unstable; urgency=low
* Bumped standards version to 3.7.2.1. * Bumped standards version to 3.7.2.1.

View File

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