1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-05-15 05:34:10 +00:00

Release 0.10.2.

This commit is contained in:
Alexander Barton 2007-06-08 09:05:23 +00:00
parent c61de8bc0c
commit 1e1cc6d47f
5 changed files with 13 additions and 7 deletions

View File

@ -10,7 +10,7 @@
-- ChangeLog --
ngIRCd 0.10.2
ngIRCd 0.10.2 (2007-06-08)
ngIRCd 0.10.2-pre2 (2007-05-19)
- Server links are allowed to use larger write buffers now (up to 50 KB).
@ -689,4 +689,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: ChangeLog,v 1.302.2.16 2007/05/19 14:22:40 alex Exp $
$Id: ChangeLog,v 1.302.2.17 2007/06/08 09:05:23 alex Exp $

4
NEWS
View File

@ -10,7 +10,7 @@
-- NEWS --
ngIRCd 0.10.2 (2007-05-05)
ngIRCd 0.10.2 (2007-06-08)
- Predefined channel configuration now allows specification of channel key
(mode k) and maximum user count (mode l): variables "Key" and "MaxUsers".
@ -237,4 +237,4 @@ ngIRCd 0.0.1, 31.12.2001
--
$Id: NEWS,v 1.75.2.6 2007/05/05 20:43:11 alex Exp $
$Id: NEWS,v 1.75.2.7 2007/06/08 09:05:23 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.118.2.11 2007/05/19 14:22:40 alex Exp $
# $Id: configure.in,v 1.118.2.12 2007/06/08 09:05:23 alex Exp $
#
# -- Initialisation --
AC_PREREQ(2.50)
AC_INIT(ngircd, 0.10.2-pre2)
AC_INIT(ngircd, 0.10.2)
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6)

View File

@ -1,3 +1,9 @@
ngircd (0.10.2-0ab1) unstable; urgency=low
* New "upstream" release: 0.10.2
-- Alexander Barton <alex@barton.de> Fri, 8 Jun 2007 10:49:36 +0200
ngircd (0.10.1-0ab1) unstable; urgency=low
* New "upstream" release: 0.10.1

View File

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