repo: ngircd action: commit revision: path_from: revision_from: 9e7360e5faea1468f0906f993c965b8b085ee46a: path_to: revision_to:
commit 9e7360e5faea1468f0906f993c965b8b085ee46a Author: Alexander BartonDate: Wed Feb 29 17:35:32 2012 +0100 ngIRCd release 19 diff --git a/ChangeLog b/ChangeLog
--- 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
--- 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
--- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (19-0ab1) unstable; urgency=low + + * New "upstream" release: ngIRCd 19. + + -- Alexander BartonWed, 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
--- 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-----