Module: ngircd.git Branch: master Commit: 186b14f332810dd8e828c4f07ec89efcc298d4b0 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=186b1...
Author: Alexander Barton alex@barton.de Date: Sun Dec 19 15:59:00 2010 +0100
ngIRCd release 17.1
---
ChangeLog | 16 ++++++++++++++++ NEWS | 6 ++++++ contrib/Debian/changelog | 6 ++++++ contrib/ngircd.spec | 2 +- 4 files changed, 29 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 83cdfd5..93206ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,22 @@ -- ChangeLog --
+ngIRCd Release 17.1 (2010-12-19) + + - --configtest: remember if MOTD is configured by file or phrase + - Enhance log messages when establishing server links a little bit + - Reset ID of outgoing server link on DNS error correctly + - Don't log critical (or worse) messages to stderr + - Manual page ngircd(8): add SIGNALS section + - Manual pages: update and simplyfy AUTHORS section + - Remove "error file" when compiled with debug code enabled + - README: Updated list of implemented commands + - add doc/README-Interix.txt and doc/Bopm.txt to distribution tarball + - Merge branch 'numeric-329' + - add doc/PAM.txt to distribution tarball + - New numeric 329: get channel creation time on "MODE #chan" commands + - Save channel creation time; new function Channel_CreationTime() + ngIRCd Release 17 (2010-11-07)
- doc: change path names in sample-ngircd.conf depending on sysconfdir diff --git a/NEWS b/NEWS index 47cb72d..9524e8b 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,12 @@ -- NEWS --
+ngIRCd Release 17.1 (2010-12-19) + + - Don't log critical (or worse) messages to stderr + - Remove "error file" when compiled with debug code enabled + - New numeric 329: get channel creation time on "MODE #chan" commands + ngIRCd Release 17 (2010-11-07)
- doc: change path names in sample-ngircd.conf depending on sysconfdir diff --git a/contrib/Debian/changelog b/contrib/Debian/changelog index 907a31a..06e9194 100644 --- a/contrib/Debian/changelog +++ b/contrib/Debian/changelog @@ -1,3 +1,9 @@ +ngircd (17.1-0ab1) unstable; urgency=low + + * New "upstream" release: ngIRCd 17.1. + + -- Alexander Barton alex@barton.de Sun, 19 Dec 2010 15:56:42 +0100 + ngircd (17-0ab1) unstable; urgency=low
* New "upstream" release: ngIRCd 17. diff --git a/contrib/ngircd.spec b/contrib/ngircd.spec index 5240c88..da0c2f7 100644 --- a/contrib/ngircd.spec +++ b/contrib/ngircd.spec @@ -1,5 +1,5 @@ %define name ngircd -%define version 17 +%define version 17.1 %define release 1 %define prefix %{_prefix}
ngircd-commits@lists.barton.de