repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 8449e082455fc69c5a062c4cfeb1b1ad9aca437c:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 8449e082455fc69c5a062c4cfeb1b1ad9aca437c
Author: Alexander Barton 
Date:   Mon Oct 25 18:51:32 2010 +0200

    ngIRCd release 17~rc2

diff --git a/ChangeLog b/ChangeLog
index 00e8c395c184b6a05114cd3498b208cd0046f32d..
index ..07e77a9192da887ebd76f4ff5698944d1a7c2b33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,19 @@

 ngIRCd Release 17

+  ngIRCd 17~rc2 (2010-10-25)
+  - ZeroConf: include header files missing since commit a988bbc86a.
+  - Generate ngIRCd version number from GIT tag.
+  - Make sourcecode compatible with ansi2knr again. This allows to compile
+    ngIRCd using a pre-ANSI K&R C compiler again.
+  - ./configure: check if C compiler can compile ISO Standard C.
+  - ./configure: check support for C prototypes again.
+  - Don't use PARAMS() macro for function implementations.
+  - Added m68k/apple/aux3.0.1 (gcc 2.7.2) to doc/Platforms.txt.
+  - Only try to set FD_CLOEXEC if this flag is defined.
+  - Only use "__attribute__ ((unused))" if GCC >=2.8 is used.
+  - doc/Makefile.am: don't set docdir, automake handles it already.
+
   ngIRCd 17~rc1 (2010-10-11)
   - New configuration option "NoZeroConf" to disable service registration at
     runtime even if ngIRCd is compiled with support for ZeroConf (e.g. using
diff --git a/NEWS b/NEWS
index 3b7176531a3ecf22358ec2f21a7d7b0336f2ac63..
index ..06ba87247b635bffba9a13ab221680869f9c48aa 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,11 @@

 ngIRCd Release 17

+  ngIRCd 17~rc2 (2010-10-25)
+  - Generate ngIRCd version number from GIT tag.
+  - Make sourcecode compatible with ansi2knr again. This allows to compile
+    ngIRCd using a pre-ANSI K&R C compiler again.
+
   ngIRCd 17~rc1 (2010-10-11)
   - New configuration option "NoZeroConf" to disable service registration at
     runtime even if ngIRCd is compiled with support for ZeroConf (e.g. using
diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog
index d7c2d5a713e144c704ad76ab25616c755be93fb7..
index ..f81854c2981f17de35d53885704ce9642b4551b1 100644
--- a/contrib/Debian/changelog
+++ b/contrib/Debian/changelog
@@ -1,3 +1,9 @@
+ngircd (17~rc2-0ab1) unstable; urgency=low
+
+  * New "upstream" release candidate 2 for ngIRCd Release 17.
+
+ -- Alexander Barton   Mon, 25 Oct 2010 18:51:15 +0200
+
 ngircd (17~rc1-0ab1) unstable; urgency=low

   * New "upstream" release candidate 1 for ngIRCd Release 17.
diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec
index 6b4821a09d9ca9fc028a3e02add78a44d33ca9a3..
index ..719eac4e092803e4beeb34aa571245178458c424 100644
--- a/contrib/ngircd.spec
+++ b/contrib/ngircd.spec
@@ -1,5 +1,5 @@
 %define name    ngircd
-%define version 17~rc1
+%define version 17~rc2
 %define release 1
 %define prefix  %{_prefix}

-----END OF PAGE-----