diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-09-26 04:09:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-09-26 04:09:25 +0200 |
commit | c99df96ebdaec7c97558e1a7f053076cd48df7d0 (patch) | |
tree | bfbf91cd446230ce9f2696416061450b3f5cd4ae /ChangeLog.asciidoc | |
parent | c1aa51fa9c9143729455c2fe19b70965abd82375 (diff) | |
download | weechat-c99df96ebdaec7c97558e1a7f053076cd48df7d0.zip |
relay: fix send of signals "relay_client_xxx" (closes #214)
The signals about relay client status changes were sent only when the client
has ended. Now it is went on any status change.
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 8c02c8a5d..d511de407 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -51,6 +51,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * irc: fix translation of CTCP PING reply (closes #137) * guile: fix compilation with Guile < 2.0.4 (closes #198) * perl: fix detection of Perl >= 5.20 with autotools +* relay: fix send of signals "relay_client_xxx" (closes #214) * script: fix crash on "/script update" if a script detail is displayed in buffer (closes #177) * trigger: do not allow any changes on a trigger when it is currently running |