Module: ngircd.git Branch: master Commit: 68835a1d1acb36a5e38870a83a261a969b1878e4 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=68835...
Author: Alexander Barton alex@barton.de Date: Mon Apr 20 11:36:27 2009 +0200
ngIRCd release 14
---
ChangeLog | 4 +++- NEWS | 2 +- configure.in | 2 +- contrib/Debian/changelog | 6 ++++++ contrib/ngircd.spec | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 44bb198..c5bc401 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,9 @@ -- ChangeLog --
-ngIRCd Release 14 +ngIRCd Release 14 (2009-04-20) + + - Display IPv6 addresses as "[<addr>]" 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 81ca8cc..e92a57c 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 98d9ac7..221875d 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 2efb45d..9999779 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 alex@barton.de 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 5800637..dcd2650 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}