]> arthur.barton.de Git - ngircd-alex.git/commitdiff
ngIRCd release 15
authorAlexander Barton <alex@barton.de>
Sat, 7 Nov 2009 12:57:15 +0000 (13:57 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 7 Nov 2009 12:57:15 +0000 (13:57 +0100)
ChangeLog
NEWS
configure.in
contrib/Debian/changelog
contrib/ngircd.spec

index 8bb75083d81231dbddde630977256835817ee059..9b381703f198494d9d80b8c7c87c70702c29030a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,9 @@
                                -- ChangeLog --
 
 
                                -- ChangeLog --
 
 
-ngIRCd Release 15
+ngIRCd Release 15 (2009-11-07)
+
+  - "ngircd --configtest": print SSL configuration options even when unset.
 
   ngIRCd 15~rc1 (2009-10-15)
   - Do not add default listening port (6667) if SSL ports were specified, so
 
   ngIRCd 15~rc1 (2009-10-15)
   - Do not add default listening port (6667) if SSL ports were specified, so
diff --git a/NEWS b/NEWS
index 76d57b5390fb157ed71a2bd615b44fd82433d0a5..5a0a9dd5a7001f6defbdb6359bc2ef5cfb0da834 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@
                                   -- NEWS --
 
 
                                   -- NEWS --
 
 
-ngIRCd Release 15
+ngIRCd Release 15 (2009-11-07)
 
   ngIRCd 15~rc1 (2009-10-15)
   - Do not add default listening port (6667) if SSL ports were specified, so
 
   ngIRCd 15~rc1 (2009-10-15)
   - Do not add default listening port (6667) if SSL ports were specified, so
index 9e8685d9643d9d7be60d773bdfeb9faebab8466a..3d4c6404aa64642407248f51b63793af175122fc 100644 (file)
@@ -12,7 +12,7 @@
 # -- Initialisation --
 
 AC_PREREQ(2.50)
 # -- Initialisation --
 
 AC_PREREQ(2.50)
-AC_INIT(ngircd, 15~rc1)
+AC_INIT(ngircd, 15)
 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 61d0af2455741fd332b455f889b1a882a3be3889..0f76b3dec2d61d3ae751aba9c5749cbb6762c4d6 100644 (file)
@@ -1,3 +1,9 @@
+ngircd (15-0ab1) unstable; urgency=low
+
+  * New "upstream" release: ngIRCd 15.
+
+ -- Alexander Barton <alex@barton.de>  Thu,  7 Nov 2009 12:07:08 +0200
+
 ngircd (15~rc1-0ab1) unstable; urgency=low
 
   * New "upstream" release candidate 1 for ngIRCd Release 15.
 ngircd (15~rc1-0ab1) unstable; urgency=low
 
   * New "upstream" release candidate 1 for ngIRCd Release 15.
index e860326fb74d9d1b949315034011d0b6e411f34e..bce620aa047e7c55c33001b74bd977b45575feca 100644 (file)
@@ -1,5 +1,5 @@
 %define name    ngircd
 %define name    ngircd
-%define version 15~rc1
+%define version 15
 %define release 1
 %define prefix  %{_prefix}
 
 %define release 1
 %define prefix  %{_prefix}