diff options
| author | Alexander Barton <alex@barton.de> | 2012-02-29 17:35:32 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2012-02-29 17:35:32 +0100 |
| commit | 9e7360e5faea1468f0906f993c965b8b085ee46a (patch) | |
| tree | 1184cbf723acf175322b99a6e0ff5bd1198dccd9 | |
| parent | 273d4bdd32de33d4632ee48b681d3ffff158e359 (diff) | |
| download | ngircd-rel-19.tar.gz ngircd-rel-19.zip | |
ngIRCd release 19 rel-19
| -rw-r--r-- | ChangeLog | 13 | ||||
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | contrib/Debian/changelog | 6 | ||||
| -rw-r--r-- | contrib/ngircd.spec | 2 |
4 files changed, 21 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 056ee488..037ce1ae 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 fcb7788c..4fa98dc3 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 e6c9569b..205e382c 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 <alex@barton.de> 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 cb931698..e1d5d128 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} |