summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--NEWS1
-rw-r--r--configure.in2
-rw-r--r--contrib/Debian/changelog6
-rw-r--r--contrib/ngircd.spec2
5 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ab0d330a..8bb75083 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
 
 ngIRCd Release 15
 
+  ngIRCd 15~rc1 (2009-10-15)
   - Do not add default listening port (6667) if SSL ports were specified, so
     ngIRCd can be configured to only accept SSL-encrypted connections now.
   - Enable IRC operators to use the IRC command SQUIT (insted of the already
diff --git a/NEWS b/NEWS
index 247afb19..76d57b53 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@
 
 ngIRCd Release 15
 
+  ngIRCd 15~rc1 (2009-10-15)
   - Do not add default listening port (6667) if SSL ports were specified, so
     ngIRCd can be configured to only accept SSL-encrypted connections now.
   - Enable IRC operators to use the IRC command SQUIT (insted of the already
diff --git a/configure.in b/configure.in
index bfa800b0..9e8685d9 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@
 # -- Initialisation --
 
 AC_PREREQ(2.50)
-AC_INIT(ngircd, 14.1)
+AC_INIT(ngircd, 15~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 abfad7fe..61d0af24 100644
--- a/contrib/Debian/changelog
+++ b/contrib/Debian/changelog
@@ -1,3 +1,9 @@
+ngircd (15~rc1-0ab1) unstable; urgency=low
+
+  * New "upstream" release candidate 1 for ngIRCd Release 15.
+
+ -- Alexander Barton <alex@barton.de>  Thu, 15 Oct 2009 10:01:08 +0200
+
 ngircd (14.1-0ab1) unstable; urgency=high
 
   * New "upstream" release ngIRCd 14.1, fixing a security-related bug.
diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec
index 1e72f307..e860326f 100644
--- a/contrib/ngircd.spec
+++ b/contrib/ngircd.spec
@@ -1,5 +1,5 @@
 %define name    ngircd
-%define version 14.1
+%define version 15~rc1
 %define release 1
 %define prefix  %{_prefix}