ngIRCd release 19.2~rc1
This commit is contained in:
parent
bf5610a3b9
commit
d7eb343ea0
|
@ -9,8 +9,13 @@
|
||||||
-- ChangeLog --
|
-- ChangeLog --
|
||||||
|
|
||||||
|
|
||||||
ngIRCd-dev
|
ngIRCd Release 19.2
|
||||||
|
|
||||||
|
ngIRCd 19.2~rc1 (2012-06-13)
|
||||||
|
- New configuration option "CloakHostModeX" to configure the hostname
|
||||||
|
that gets used for IRC clients which have user mode "+x" enabled.
|
||||||
|
Up to now, the name of the IRC server itself has been used for this,
|
||||||
|
which still is the default when "CloakHostModeX" isn't set.
|
||||||
- Correctly handle asynchronously re-established server links: a race
|
- Correctly handle asynchronously re-established server links: a race
|
||||||
condition could let the daemon loose track of an already re-established
|
condition could let the daemon loose track of an already re-established
|
||||||
incoming server link while preparing its own outgoing connection.
|
incoming server link while preparing its own outgoing connection.
|
||||||
|
|
7
NEWS
7
NEWS
|
@ -9,8 +9,13 @@
|
||||||
-- NEWS --
|
-- NEWS --
|
||||||
|
|
||||||
|
|
||||||
ngIRCd-dev
|
ngIRCd Release 19.2
|
||||||
|
|
||||||
|
ngIRCd 19.2~rc1 (2012-06-13)
|
||||||
|
- New configuration option "CloakHostModeX" to configure the hostname
|
||||||
|
that gets used for IRC clients which have user mode "+x" enabled.
|
||||||
|
Up to now, the name of the IRC server itself has been used for this,
|
||||||
|
which still is the default when "CloakHostModeX" isn't set.
|
||||||
- Add instructions for setting up Atheme IRC services.
|
- Add instructions for setting up Atheme IRC services.
|
||||||
- Implement support for IRC capability handling, the new "CAP" command,
|
- Implement support for IRC capability handling, the new "CAP" command,
|
||||||
and capablity "multi-prefix" which allows both the NAME and WHO command
|
and capablity "multi-prefix" which allows both the NAME and WHO command
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
ngircd (19.2~rc1-0ab1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New "upstream" release candidate 1 for ngIRC Release 19.2.
|
||||||
|
|
||||||
|
-- Alexander Barton <alex@barton.de> Wed, 13 Jun 2012 10:59:34 +0200
|
||||||
|
|
||||||
ngircd (19.1-0ab1) unstable; urgency=low
|
ngircd (19.1-0ab1) unstable; urgency=low
|
||||||
|
|
||||||
* New "upstream" release: ngIRCd 19.1.
|
* New "upstream" release: ngIRCd 19.1.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
%define name ngircd
|
%define name ngircd
|
||||||
%define version 19.1
|
%define version 19.2~rc1
|
||||||
%define release 1
|
%define release 1
|
||||||
%define prefix %{_prefix}
|
%define prefix %{_prefix}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue