commit - 37e950a40ceef1e28fde92dd3b2c3bcd03800295
commit + bc1ac7fbc57bb6341b0b553c29d2da82464fc866
blob - ab0d330acd7abd43c78d9f3f4eb0b9047683a271
blob + 8bb75083d81231dbddde630977256835817ee059
--- ChangeLog
+++ ChangeLog
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
blob - 247afb1929ae4244a67fcfb7c96b65987dead5d8
blob + 76d57b5390fb157ed71a2bd615b44fd82433d0a5
--- NEWS
+++ NEWS
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
blob - bfa800b0a73ee1aa8c6140997dd6da17e2c0f256
blob + 9e8685d9643d9d7be60d773bdfeb9faebab8466a
--- configure.in
+++ configure.in
# -- 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)
blob - abfad7fe9a8a61be3967b23a79d17270ca98e7ae
blob + 61d0af2455741fd332b455f889b1a882a3be3889
--- contrib/Debian/changelog
+++ contrib/Debian/changelog
+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.
blob - 1e72f30778152bee41058b83d075549f170c0e83
blob + e860326fb74d9d1b949315034011d0b6e411f34e
--- contrib/ngircd.spec
+++ contrib/ngircd.spec
%define name ngircd
-%define version 14.1
+%define version 15~rc1
%define release 1
%define prefix %{_prefix}