diff options
| author | Alexander Barton <alex@barton.de> | 2009-03-29 17:16:02 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2009-03-29 17:16:02 +0200 |
| commit | 1f6a5744f62956704e11c2acef3778cdf5e1d46a (patch) | |
| tree | 274a54cc748a9bc0b2765838677856820158d605 | |
| parent | 156569d263a9fe9e6eb64df1730e7a9d73dcdb85 (diff) | |
| download | ngircd-1f6a5744f62956704e11c2acef3778cdf5e1d46a.tar.gz ngircd-1f6a5744f62956704e11c2acef3778cdf5e1d46a.zip | |
ngIRCd release 14~rc1 rel-14-rc1
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | contrib/Debian/changelog | 6 | ||||
| -rw-r--r-- | contrib/ngircd.spec | 2 |
5 files changed, 12 insertions, 4 deletions
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 <alex@barton.de> 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} |