From 479738f830cc7eb85e01feb33af3a8716a820c5d2cff443ebfa48dd4880de1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 15 May 2016 10:42:26 +0000 Subject: [PATCH] Accepting request 395594 from home:mimi_vx:branches:server:irc - update to 1.5 * New features: + core: add Portuguese translations + core: change default value of option weechat.look.nick_color_hash to "djb2" + core: move nick coloring from irc plugin to core, move options irc.look.nick_color_force, irc.look.nick_color_hash and irc.look.nick_color_stop_chars to core, add info "nick_color" and "nick_color_name", deprecate info "irc_nick_color" and "irc_color_name" + core: move irc bar item "away" to core, move options irc.look.item_away_message and irc.color.item_away to core + api: add support of functions in hook_process + api: add pointer in callbacks used in scripting API + irc: add option irc.network.sasl_fail_unavailable + irc: add multiple targets and support of "-server" in command /ctcp + ruby: add detection of Ruby 2.3 + trigger: add "recover" in default triggers cmd_pass/msg_auth, and "regain" in default trigger "msg_auth" * Bugs fixed: + core: fix nick coloring when stop chars and a forced color are used: first remove chars then look for forced color + core: check that pointers received in arguments are not NULL in buffers and windows functions + core: fix truncation of buffer names in hotlist + core: fix update of window title under Tmux + core: fix detection of Python shared libraries + api: fix number of arguments returned by function string_split() when keep_eol is 2 and the string ends with separators + irc: fix first message displayed in raw buffer when the message is modified by a modifier + irc: add missing completion "*" for target in command /msg OBS-URL: https://build.opensuse.org/request/show/395594 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=72 --- weechat-1.4.tar.bz2 | 3 --- weechat-1.4.tar.bz2.asc | 17 --------------- weechat-1.5.tar.bz2 | 3 +++ weechat-1.5.tar.bz2.asc | 17 +++++++++++++++ weechat.changes | 47 +++++++++++++++++++++++++++++++++++++++++ weechat.spec | 2 +- 6 files changed, 68 insertions(+), 21 deletions(-) delete mode 100644 weechat-1.4.tar.bz2 delete mode 100644 weechat-1.4.tar.bz2.asc create mode 100644 weechat-1.5.tar.bz2 create mode 100644 weechat-1.5.tar.bz2.asc diff --git a/weechat-1.4.tar.bz2 b/weechat-1.4.tar.bz2 deleted file mode 100644 index 5b24e26..0000000 --- a/weechat-1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e06d9949ccececdd9692c95c41304c2f7fe9ec47b5eedd0d0a8529f6a3c1ddd4 -size 2464362 diff --git a/weechat-1.4.tar.bz2.asc b/weechat-1.4.tar.bz2.asc deleted file mode 100644 index 6bc7040..0000000 --- a/weechat-1.4.tar.bz2.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iQIcBAABCAAGBQJWkhnTAAoJEPgvSxbexAj4CdIQALDR+VAArjLxvz/gsLR9UU8a -IHy+xq9uFEsDmvg6K0fJHwwru89PRv5RhKgVs3UnLfaHqBsR3UjL4IZPXAdBiIqs -80A63QHciT6bqevRqRmcafIQMAeuYlJvJnsuGkVuNJnZyZZ0e+Nit2VVFCxHc/hc -Mnw9k3BM1VPSKGKLAg5Qo1rWTDgrHihlsxNfb8bz1FTSHFRW1CivRzz3P7vdnibF -nuVVem8ZJjwEYqCQy8+mcJiRNwuDqgQ8ZmCoh02dm685vElxvlFmlyDI3+r25EGs -m/l6asBaXxPncfvrTsrzetwzoDh40QKAFK3yPVGxDre36YuHjCnti0Gq3fhU06b6 -UNPtitlLIeT/TH6wmYrvdKIjYRzwc53HoiXfei7Ko7qUPav9PH6/7Euw4dP4SYO5 -AUZilrf7MO4qldTFhtayqeSYcE9tfUaP3BkBPAnyWSTv29MVdTy4SR3KmRV3Q+IO -hV9Pt4KGcTk4aTJIbpARqN1DPSaOAedq9juqkEpbCqekvOQ7y/eKP/G0UYXlyDB3 -/UklHYIQHhXgTKLbvkT5wj9P9C1/JdI5ZyDSQ7xbuD4QilY44jpx7w83xEBO06bL -suu8WEY0FhW9XzqCfWAToc7BbicplSG4QMiEUKZM5m1RwzRlo68bdMYShVAsJkbr -l7z6R2TTG8QeQzOQ9XR6 -=duJn ------END PGP SIGNATURE----- diff --git a/weechat-1.5.tar.bz2 b/weechat-1.5.tar.bz2 new file mode 100644 index 0000000..bf70d32 --- /dev/null +++ b/weechat-1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326e27c4f0548a7c6f21302516356f1e9e3541262b31058e37181f95205c8c58 +size 2546183 diff --git a/weechat-1.5.tar.bz2.asc b/weechat-1.5.tar.bz2.asc new file mode 100644 index 0000000..d76fddf --- /dev/null +++ b/weechat-1.5.tar.bz2.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQIcBAABCAAGBQJXJeJkAAoJEPgvSxbexAj4P/cP/2g9CmIYSBeFPVV1QafJIvQp +bUdRiFAHyss3g7p3qdZmEm5Cn4zfPsa/N6YOiaoWoCsp3o8XmLBbhZNC5UrQlDxY +B530X4DRVI8StfN2Aye6L+GrcGjOPspSsNZu5uQv0ExPuCQ1eqQobwPMs5OHtJ5K +KcpKdNlxrAN+dPYDarHiAVdk2tLWHWXoGI7HtHkUWxHlPCOKVY+/lYmIhNSFf4/2 +lBNSqb83AG7Ap/TQNXOXN0YiTpC5g156r/PgVOt8DZqhkfuPdZE0ibkv8I6bjpvt +PszBgQ9Bk3CiA1F88qni365ILPo20Z9lGuqNhDjsGa7k3+k1VelAtJ9camTRonwE +/ENiiM79qVxI73otSWQXQWIaWmVxU9fXCa0MxfYNfG23F9YTclE092neGgl94zHx +1+wMooG1SEBLYLPY2Ry+31RPJ2F5bW5v1a11E9+nmvn+f3jH0iuGABSql1Brt+vP +BV24YfXKMPry4Vm8FVIVz4vZbswKQFA5p+xIWxa22aQGQFPB7m7q1gzOxEU3An2C +XE3EBH/7RFXo8T1tD/pO/afgXi++uKnEej3PfqFc4lR9/mSFJfFhaq7AJrXqK8l3 +on3QrHMDMOseD3s/dqvgpvLDe930bXVN6q6ypHANExVwxz/8DlMWdQ0SxtX/LSfK +YATf9++6AIjdOVeWI9KG +=xkEM +-----END PGP SIGNATURE----- diff --git a/weechat.changes b/weechat.changes index 5886b6a..a9018ca 100644 --- a/weechat.changes +++ b/weechat.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Sun May 15 10:27:51 UTC 2016 - mimi.vx@gmail.com + +- update to 1.5 +* New features: + + core: add Portuguese translations + + core: change default value of option weechat.look.nick_color_hash to "djb2" + + core: move nick coloring from irc plugin to core, move options + irc.look.nick_color_force, irc.look.nick_color_hash and + irc.look.nick_color_stop_chars to core, add info "nick_color" and + "nick_color_name", deprecate info "irc_nick_color" and "irc_color_name" + + core: move irc bar item "away" to core, move options irc.look.item_away_message + and irc.color.item_away to core + + api: add support of functions in hook_process + + api: add pointer in callbacks used in scripting API + + irc: add option irc.network.sasl_fail_unavailable + + irc: add multiple targets and support of "-server" in command /ctcp + + ruby: add detection of Ruby 2.3 + + trigger: add "recover" in default triggers cmd_pass/msg_auth, and "regain" + in default trigger "msg_auth" +* Bugs fixed: + + core: fix nick coloring when stop chars and a forced color are used: first + remove chars then look for forced color + + core: check that pointers received in arguments are not NULL in buffers + and windows functions + + core: fix truncation of buffer names in hotlist + + core: fix update of window title under Tmux + + core: fix detection of Python shared libraries + + api: fix number of arguments returned by function string_split() when + keep_eol is 2 and the string ends with separators + + irc: fix first message displayed in raw buffer when the message is modified + by a modifier + + irc: add missing completion "*" for target in command /msg + + irc: fix /msg command with multiple targets including "*" + + lua: fix crash when a lua function doesn’t return a value and a string + was expected + + relay: do not execute any command received in a PRIVMSG message from + an irc relay client + + relay: fix the max number of clients connected on a port, allow value + 0 for "no limit" + + relay: fix decoding of multiple frames in a single websocket message, send + PONG on PING received in a websocket frame + + relay: fix command "input" received from clients with only spaces in content + of message (weechat protocol) + + script: force refresh of scripts buffer after download of scripts list + + xfer: fix DCC file received when the terminal is resized + ------------------------------------------------------------------- Sun Mar 20 18:45:20 UTC 2016 - bwiedemann@suse.com diff --git a/weechat.spec b/weechat.spec index cf40428..e92a556 100644 --- a/weechat.spec +++ b/weechat.spec @@ -17,7 +17,7 @@ Name: weechat -Version: 1.4 +Version: 1.5 Release: 0 Summary: Portable, Fast, Light and Extensible Chat Client License: GPL-3.0+