summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2009-04-20 11:36:27 +0200
committerAlexander Barton <alex@barton.de>2009-04-20 11:36:27 +0200
commit68835a1d1acb36a5e38870a83a261a969b1878e4 (patch)
treef510339cc0f3eb9c26ac8eb0cc81377e55544273
parent54879b432b99bb22df905b8e22c3f83205ea8d60 (diff)
downloadngircd-rel-14.tar.gz
ngircd-rel-14.zip
ngIRCd release 14 rel-14
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--contrib/Debian/changelog6
-rw-r--r--contrib/ngircd.spec2
5 files changed, 12 insertions, 4 deletions
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 "[<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 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 <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 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}