ngIRCd release 15~rc1

This commit is contained in:
Alexander Barton 2009-10-15 10:04:34 +02:00
parent 37e950a40c
commit bc1ac7fbc5
5 changed files with 10 additions and 2 deletions

View File

@ -12,6 +12,7 @@
ngIRCd Release 15
ngIRCd 15~rc1 (2009-10-15)
- Do not add default listening port (6667) if SSL ports were specified, so
ngIRCd can be configured to only accept SSL-encrypted connections now.
- Enable IRC operators to use the IRC command SQUIT (insted of the already

1
NEWS
View File

@ -12,6 +12,7 @@
ngIRCd Release 15
ngIRCd 15~rc1 (2009-10-15)
- Do not add default listening port (6667) if SSL ports were specified, so
ngIRCd can be configured to only accept SSL-encrypted connections now.
- Enable IRC operators to use the IRC command SQUIT (insted of the already

View File

@ -12,7 +12,7 @@
# -- Initialisation --
AC_PREREQ(2.50)
AC_INIT(ngircd, 14.1)
AC_INIT(ngircd, 15~rc1)
AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.6)

View File

@ -1,3 +1,9 @@
ngircd (15~rc1-0ab1) unstable; urgency=low
* New "upstream" release candidate 1 for ngIRCd Release 15.
-- Alexander Barton <alex@barton.de> Thu, 15 Oct 2009 10:01:08 +0200
ngircd (14.1-0ab1) unstable; urgency=high
* New "upstream" release ngIRCd 14.1, fixing a security-related bug.

View File

@ -1,5 +1,5 @@
%define name ngircd
%define version 14.1
%define version 15~rc1
%define release 1
%define prefix %{_prefix}