summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2010-10-11 23:25:48 +0200
committerAlexander Barton <alex@barton.de>2010-10-11 23:25:48 +0200
commitd00a0f1e7c8b7e247f26a8fc265ca8217eaace8b (patch)
tree420ca2956e98268882a78c1f468cf0204846240d
parenta988bbc86aed404b7bcfdbceafc030ea4bc5ecab (diff)
downloadngircd-rel-17-rc1.tar.gz
ngircd-rel-17-rc1.zip
ngIRCd release 17~rc1 rel-17-rc1
-rw-r--r--ChangeLog1
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--contrib/Debian/changelog6
-rw-r--r--contrib/ngircd.spec2
5 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index de87b29f..00e8c395 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
 
 ngIRCd Release 17
 
+  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
     Howl, Avahi or on Mac OS X).
diff --git a/NEWS b/NEWS
index 3ab5ae96..3b717653 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@
 
 ngIRCd Release 17
 
+  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
     Howl, Avahi or on Mac OS X).
@@ -35,6 +36,7 @@ ngIRCd Release 17
   - New configuration option "NoPAM" to disable PAM.
   - Implement asynchronous user authentication using PAM, please see the
     file doc/PAM.txt for details.
+  - Add some documentation for using BOPM with ngIRCd, see doc/Bopm.txt.
   - Implement user mode "c": receive connect/disconnect NOTICEs. Note that
     this new mode requires the user to be an IRC operator.
   - Show SSL status in WHOIS output, numeric 275.
diff --git a/configure.in b/configure.in
index 897d4245..cd08ef62 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@
 # -- Initialisation --
 
 AC_PREREQ(2.50)
-AC_INIT(ngircd, 17-dev)
+AC_INIT(ngircd, 17~rc1)
 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 a337686e..d7c2d5a7 100644
--- a/contrib/Debian/changelog
+++ b/contrib/Debian/changelog
@@ -1,3 +1,9 @@
+ngircd (17~rc1-0ab1) unstable; urgency=low
+
+  * New "upstream" release candidate 1 for ngIRCd Release 17.
+
+ -- Alexander Barton <alex@barton.de>  Mon, 11 Oct 2010 16:57:47 +0200
+
 ngircd (16-0ab1) unstable; urgency=low
 
   * New "upstream" release: ngIRCd 16.
diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec
index 4ecc1528..6b4821a0 100644
--- a/contrib/ngircd.spec
+++ b/contrib/ngircd.spec
@@ -1,5 +1,5 @@
 %define name    ngircd
-%define version 16
+%define version 17~rc1
 %define release 1
 %define prefix  %{_prefix}