]> arthur.barton.de Git - ngircd-alex.git/commitdiff
ngIRCd release 17~rc1 rel-17-rc1
authorAlexander Barton <alex@barton.de>
Mon, 11 Oct 2010 21:25:48 +0000 (23:25 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 11 Oct 2010 21:25:48 +0000 (23:25 +0200)
ChangeLog
NEWS
configure.in
contrib/Debian/changelog
contrib/ngircd.spec

index de87b29f0c1bcb6a7cbf9af52f198ec5698cd422..00e8c395c184b6a05114cd3498b208cd0046f32d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
 
 ngIRCd Release 17
 
 
 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).
   - 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 3ab5ae960ce1c2f3703779baee351774b1620dfd..3b7176531a3ecf22358ec2f21a7d7b0336f2ac63 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@
 
 ngIRCd Release 17
 
 
 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).
   - 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.
   - 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.
   - 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.
index 897d4245ac134b1722e63ad7fb14f255b46da71f..cd08ef6266b825e880ab4ea2e3b032536337818d 100644 (file)
@@ -12,7 +12,7 @@
 # -- Initialisation --
 
 AC_PREREQ(2.50)
 # -- 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)
 AC_CONFIG_SRCDIR(src/ngircd/ngircd.c)
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(1.6)
index a337686eb21a5a078d035991eef0d0b0d6d3b727..d7c2d5a713e144c704ad76ab25616c755be93fb7 100644 (file)
@@ -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.
 ngircd (16-0ab1) unstable; urgency=low
 
   * New "upstream" release: ngIRCd 16.
index 4ecc1528cbdabc3d88bf089e3b7681f7383a362a..6b4821a09d9ca9fc028a3e02add78a44d33ca9a3 100644 (file)
@@ -1,5 +1,5 @@
 %define name    ngircd
 %define name    ngircd
-%define version 16
+%define version 17~rc1
 %define release 1
 %define prefix  %{_prefix}
 
 %define release 1
 %define prefix  %{_prefix}