From: Alexander Barton Date: Thu, 15 Oct 2009 08:04:34 +0000 (+0200) Subject: ngIRCd release 15~rc1 X-Git-Tag: rel-15-rc1^0 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=bc1ac7fbc57bb6341b0b553c29d2da82464fc866 ngIRCd release 15~rc1 --- diff --git a/ChangeLog b/ChangeLog index ab0d330a..8bb75083 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/NEWS b/NEWS index 247afb19..76d57b53 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.in b/configure.in index bfa800b0..9e8685d9 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index abfad7fe..61d0af24 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (15~rc1-0ab1) unstable; urgency=low + + * New "upstream" release candidate 1 for ngIRCd Release 15. + + -- Alexander Barton 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. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 1e72f307..e860326f 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 14.1 +%define version 15~rc1 %define release 1 %define prefix %{_prefix}