ngIRCd release 18~rc2
This commit is contained in:
parent
2d35731399
commit
af60f04fef
|
@ -11,6 +11,15 @@
|
||||||
|
|
||||||
ngIRCd Release 18
|
ngIRCd Release 18
|
||||||
|
|
||||||
|
ngIRCd 18~rc2 (2011-06-29)
|
||||||
|
- Update documentation, fix some wording, and use a spellchecker :-)
|
||||||
|
- ngircd.conf.5: strip "SSL" prefix from variables in [SSL] section.
|
||||||
|
- ngircd.8: document debugging options.
|
||||||
|
- GnuTLS: use 1024 bits as minimum size of the DH prime. This enables
|
||||||
|
ngIRCd to accept incoming connections from other servers and clients
|
||||||
|
that "only" use at least 1024 bits again, like ngIRCd 17 did (and no
|
||||||
|
longer requires 2048 bits for incoming connections).
|
||||||
|
|
||||||
ngIRCd 18~rc1 (2011-06-27)
|
ngIRCd 18~rc1 (2011-06-27)
|
||||||
- PAM warning message: make clear which "Password" config option is ignored.
|
- PAM warning message: make clear which "Password" config option is ignored.
|
||||||
- New configuration option "MorePrivacy" to "censor" some user information.
|
- New configuration option "MorePrivacy" to "censor" some user information.
|
||||||
|
|
6
NEWS
6
NEWS
|
@ -10,6 +10,12 @@
|
||||||
|
|
||||||
ngIRCd Release 18
|
ngIRCd Release 18
|
||||||
|
|
||||||
|
ngIRCd 18~rc2 (2011-06-29)
|
||||||
|
- GnuTLS: use 1024 bits as minimum size of the DH prime. This enables
|
||||||
|
ngIRCd to accept incoming connections from other servers and clients
|
||||||
|
that "only" use at least 1024 bits again, like ngIRCd 17 did (and no
|
||||||
|
longer requires 2048 bits for incoming connections).
|
||||||
|
|
||||||
ngIRCd 18~rc1 (2011-06-27)
|
ngIRCd 18~rc1 (2011-06-27)
|
||||||
- New configuration option "MorePrivacy" to "censor" some user information.
|
- New configuration option "MorePrivacy" to "censor" some user information.
|
||||||
When enabled, signon time and idle time is left out. Part and quit
|
When enabled, signon time and idle time is left out. Part and quit
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
ngircd (18~rc2-0ab1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New "upstream" release candidate 2 for ngIRCd Release 18.
|
||||||
|
|
||||||
|
-- Alexander Barton <alex@barton.de> Wed, 29 Jun 2011 10:20:51 +0200
|
||||||
|
|
||||||
ngircd (18~rc1-0ab1) unstable; urgency=low
|
ngircd (18~rc1-0ab1) unstable; urgency=low
|
||||||
|
|
||||||
* New "upstream" release candidate 1 for ngIRCd Release 18.
|
* New "upstream" release candidate 1 for ngIRCd Release 18.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
%define name ngircd
|
%define name ngircd
|
||||||
%define version 18~rc1
|
%define version 18~rc2
|
||||||
%define release 1
|
%define release 1
|
||||||
%define prefix %{_prefix}
|
%define prefix %{_prefix}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue