summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2010-04-25 13:13:11 +0200
committerAlexander Barton <alex@barton.de>2010-04-25 13:13:11 +0200
commitbdec5ac1f37110a8456631e0155b5c9efeee35ee (patch)
tree2de9866387a7db8dffa83ae4575e5ab82514bc13
parent73fd26e9fa708727e3f870052df0cc32e295bfc0 (diff)
downloadngircd-rel-16-rc2.tar.gz
ngircd-rel-16-rc2.zip
ngIRCd release 16~rc2 rel-16-rc2
-rw-r--r--ChangeLog12
-rw-r--r--NEWS5
-rw-r--r--configure.in2
-rw-r--r--contrib/Debian/changelog8
-rw-r--r--contrib/ngircd.spec2
5 files changed, 26 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c7b13035..55b0c39e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,18 @@
 
 ngIRCd Release 16
 
+  ngIRCd 16~rc2 (2010-04-25)
+  - Updated some more copyright notices, it's 2010 already :-)
+  - Only compile in Get_Error() if really needed
+  - Fix gcc warning "ignoring return value of ..."
+  - Include netinet/in_systm.h alongside netinet/ip.h
+  - Include netinet/{in.h, in_systm.h} when checking for netinet/ip.h
+  - Only include <netinet/in_systm.h> if it exists
+  - Updated doc/Platforms.txt
+  - Enhace connection statistics counters: display total number of served
+    connections on daemon shutdown and when a new client connects using
+    the new numeric RPL_STATSCONN (250).
+
   ngIRCd 16~rc1 (2010-03-25)
   - Various fixes to the build system and code cleanups.
   - contrib/platformtest.sh: Only show latest commit.
diff --git a/NEWS b/NEWS
index 7c6f948b..71f9f60a 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,11 @@
 
 ngIRCd Release 16
 
+  ngIRCd 16~rc2 (2010-04-25)
+  - Enhace connection statistics counters: display total number of served
+    connections on daemon shutdown and when a new client connects using
+    the new numeric RPL_STATSCONN (250).
+
   ngIRCd 16~rc1 (2010-03-25)
   - Implement WEBIRC command used by some Web-IRC frontends. The password
     required to secure this command must be configured using the new
diff --git a/configure.in b/configure.in
index b053c416..112bad37 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@
 # -- Initialisation --
 
 AC_PREREQ(2.50)
-AC_INIT(ngircd, 16~rc1)
+AC_INIT(ngircd, 16~rc2)
 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 4bab6480..9da2f181 100644
--- a/contrib/Debian/changelog
+++ b/contrib/Debian/changelog
@@ -1,8 +1,14 @@
+ngircd (16~rc2-0ab1) unstable; urgency=low
+
+  * New "upstream" release candidate 2 for ngIRCd Release 16.
+
+ -- Alexander Barton <alex@barton.de>  Sun, 25 Apr 2010 13:12:42 +0200
+
 ngircd (16~rc1-0ab1) unstable; urgency=low
 
   * New "upstream" release candidate 1 for ngIRCd Release 16.
 
- -- Alexander Barton <alex@barton.de>  Thu, 25 Mar 2010 15:56:03 +0100
+ -- Alexander Barton <alex@barton.de>  Thu, 25 Mar 2010 15:56:03 +0200
 
 ngircd (15-0ab1) unstable; urgency=low
 
diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec
index d83ff702..b957517d 100644
--- a/contrib/ngircd.spec
+++ b/contrib/ngircd.spec
@@ -1,5 +1,5 @@
 %define name    ngircd
-%define version 16~rc1
+%define version 16~rc2
 %define release 1
 %define prefix  %{_prefix}