]> arthur.barton.de Git - ngircd-alex.git/commitdiff
ngIRCd release 16~rc2 rel-16-rc2
authorAlexander Barton <alex@barton.de>
Sun, 25 Apr 2010 11:13:11 +0000 (13:13 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 25 Apr 2010 11:13:11 +0000 (13:13 +0200)
ChangeLog
NEWS
configure.in
contrib/Debian/changelog
contrib/ngircd.spec

index c7b130358069f41343e8b49319efbbaa2e500e0f..55b0c39e134e7ad81c99e9838a584f66c51dd3fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
 ngIRCd Release 16
 
 
 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.
   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 7c6f948b05bae87c616c7f31481b0381daf8b10a..71f9f60a55f18ac5ccdb715fe70b39d2b0c8a016 100644 (file)
--- a/NEWS
+++ b/NEWS
 
 ngIRCd Release 16
 
 
 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
   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
index b053c416570f92167e90b43e2fcdb58a565f9c0c..112bad37ea27aadd94432b001baa34d7a1afa8ec 100644 (file)
@@ -12,7 +12,7 @@
 # -- Initialisation --
 
 AC_PREREQ(2.50)
 # -- 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)
 AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(1.6)
index 4bab64805e3c1d462e822243893fb24e4aef8524..9da2f18148e2b799efa576fb881e8aa1faf87962 100644 (file)
@@ -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.
 
 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
 
 
 ngircd (15-0ab1) unstable; urgency=low
 
index d83ff70246657433e5103af7eddbc59700b39295..b957517da44e831d90d7a88e993b9a393753b4a4 100644 (file)
@@ -1,5 +1,5 @@
 %define name    ngircd
 %define name    ngircd
-%define version 16~rc1
+%define version 16~rc2
 %define release 1
 %define prefix  %{_prefix}
 
 %define release 1
 %define prefix  %{_prefix}