From: Alexander Barton Date: Mon, 20 Apr 2009 09:36:27 +0000 (+0200) Subject: ngIRCd release 14 X-Git-Tag: rel-14^0 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=68835a1d1acb36a5e38870a83a261a969b1878e4 ngIRCd release 14 --- diff --git a/ChangeLog b/ChangeLog index 44bb1986..c5bc4011 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,9 @@ -- ChangeLog -- -ngIRCd Release 14 +ngIRCd Release 14 (2009-04-20) + + - Display IPv6 addresses as "[]" when accepting connections. ngIRCd 14~rc1 (2009-03-29) - Updated Debian/Linux init script (see contrib/Debian/ngircd.init). diff --git a/NEWS b/NEWS index 81ca8cc1..e92a57c4 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ -- NEWS -- -ngIRCd Release 14 +ngIRCd Release 14 (2009-04-20) ngIRCd 14~rc1 (2009-03-29) - Allow creation of persistent modeless channels. diff --git a/configure.in b/configure.in index 98d9ac71..221875dc 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ # -- Initialisation -- AC_PREREQ(2.50) -AC_INIT(ngircd, 14~rc1) +AC_INIT(ngircd, 14) 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 2efb45d5..99997797 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (14-0ab1) unstable; urgency=low + + * New "upstream" release: ngIRCd 14. + + -- Alexander Barton Mon, 20 Apr 2009 11:09:12 +0200 + ngircd (14~rc1-0ab1) unstable; urgency=low * New "upstream" release candidate 1 for ngIRCd Release 14. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 5800637c..dcd26505 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 14~rc1 +%define version 14 %define release 1 %define prefix %{_prefix}