repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 9e7360e5faea1468f0906f993c965b8b085ee46a:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 9e7360e5faea1468f0906f993c965b8b085ee46a
Author: Alexander Barton 
Date:   Wed Feb 29 17:35:32 2012 +0100

    ngIRCd release 19

diff --git a/ChangeLog b/ChangeLog
index 056ee4881ae433f465d040f9504431844b45f955..
index ..037ce1ae98da8feb5469af99b391c4b1c254a5eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,7 +9,18 @@
                                -- ChangeLog --


-ngIRCd Release 19
+ngIRCd Release 19 (2012-02-29)
+
+  - Update build system: bump config.guess and config.sub files used by
+    GNU autoconf/automake to recent versions.
+  - Fix configuration file parser: don't accept "[SSL]" blocks in the
+    configuration file when no SSL support is built in ngIRCd.
+  - Fix building ngIRCd with old gcc versions (e. g. 2.7.2).
+  - Correctly re-open syslog logging after reading of configuration
+    file: Syslog logging has been initialized before reading the
+    configuraton, so ngIRCd always used the default facility and ignored
+    the "SyslogFacility" configuration option ...
+    Thanks to Patrik Schindler for reporting this issue!

   ngIRCd 19~rc1 (2012-02-12)
   - Enhance command limits for server links: the limit now is dependent
diff --git a/NEWS b/NEWS
index fcb7788c0d34e7f8d50ebaf661c65ecb103919f7..
index ..4fa98dc3e8680718459d0e33f107aa68575f8924 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,8 @@

                                   -- NEWS --

-ngIRCd Release 19
+
+ngIRCd Release 19 (2012-02-29)

   ngIRCd 19~rc1 (2012-02-12)
   - Update preliminary ngIRCd protocol module for Anope 1.9.6, which now
diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog
index e6c9569bbf3dbb7dc745188a7443bb9b77cf1ae9..
index ..205e382ccae600354d5ab01dae680fcec0a10f91 100644
--- a/contrib/Debian/changelog
+++ b/contrib/Debian/changelog
@@ -1,3 +1,9 @@
+ngircd (19-0ab1) unstable; urgency=low
+
+  * New "upstream" release: ngIRCd 19.
+
+ -- Alexander Barton   Wed, 29 Feb 2012 17:34:08 +0100
+
 ngircd (19~rc1-0ab1) unstable; urgency=low

   * New "upstream" release candidate 1 for ngIRCd Release 19.
diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec
index cb931698af27bec0da44c192f6b7d3b99f57c022..
index ..e1d5d128c1a88f7fa0644f9a9abf00f573c8eae2 100644
--- a/contrib/ngircd.spec
+++ b/contrib/ngircd.spec
@@ -1,5 +1,5 @@
 %define name    ngircd
-%define version 19~rc1
+%define version 19
 %define release 1
 %define prefix  %{_prefix}

-----END OF PAGE-----