From: Alexander Barton Date: Sun, 29 Mar 2009 15:16:02 +0000 (+0200) Subject: ngIRCd release 14~rc1 X-Git-Tag: rel-14-rc1^0 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=1f6a5744f62956704e11c2acef3778cdf5e1d46a ngIRCd release 14~rc1 --- diff --git a/ChangeLog b/ChangeLog index f1794f40..d6acd2fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,8 +10,9 @@ -- ChangeLog -- -ngIRCd Release 14~rc1 +ngIRCd Release 14 + ngIRCd 14~rc1 (2009-03-29) - Updated Debian/Linux init script (see contrib/Debian/ngircd.init). - Allow creation of persistent modeless channels. - The INFO command reports the compile time now (if available). diff --git a/NEWS b/NEWS index 2d3cbce2..27276cf9 100644 --- a/NEWS +++ b/NEWS @@ -10,8 +10,9 @@ -- NEWS -- -ngIRCd Release 14~rc1 +ngIRCd Release 14 + ngIRCd 14~rc1 (2009-03-29) - Allow creation of persistent modeless channels. - The INFO command reports the compile time now (if available). - Support individual channel keys for pre-defined channels: introduce diff --git a/configure.in b/configure.in index be03945d..98d9ac71 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 13) +AC_INIT(ngircd, 14~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 1e1b0e0d..1e88c6ab 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (14~rc1-0ab1 unstable; urgency=low + + * New "upstream" release candidate for 1 for ngIRCd Release 14. + + -- Alexander Barton Sun, 29 Mar 2009 17:09:17 +0200 + ngircd (13-0ab1) unstable; urgency=low * New "upstream" release: ngIRCd 13. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index dc3dfd80..5800637c 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 13 +%define version 14~rc1 %define release 1 %define prefix %{_prefix}