From 1a18dbd89905db1ef8cf9ebaeada9334479dee5b85852af3b077551122c72946 Mon Sep 17 00:00:00 2001 From: Maximilian Trummer Date: Mon, 8 Mar 2021 21:03:22 +0000 Subject: [PATCH] Accepting request 877498 from home:oxy:branches:server:irc - update to 3.1 - New features * core: add options weechat.look.hotlist_update_on_buffer_switch and weechat.look.read_marker_update_on_buffer_switch (issue #992, issue #993) * core: add option sec.crypt.passphrase_command to read passphrase from an external program on startup, remove option sec.crypt.passphrase_file (issue #141) * core: improve debug in command /eval: display more verbose debug with two "-d", add indentation and colors * core: add options "setvar" and "delvar" in command /buffer, rename option "localvar" to "listvar" * core: add buffer local variable "completion_default_template" (evaluated) to override the value of option "weechat.completion.default_template" (issue #1600) * core: add option "recreate" in command /filter * core: add raw string in evaluation of expressions with "raw:xxx" (issue #1611) * core: add evaluation of conditions in evaluation of expressions with "eval_cond:xxx" (issue #1582) * api: add info_hashtable "secured_data" * irc: add info "irc_is_message_ignored" * irc: add server option "default_chantypes", used when the server does not send them in message 005 (issue #1610) * trigger: add variable "${tg_trigger_name}" in command trigger evaluated strings (issue #1580) - Bug fixes * core: fix quoted line in cursor mode (issue #1602) * core: fix wrong size of the new window after vertical split (issue #1612) * core: do not remove quotes in arguments of command /eval as they can be part of the evaluated expression/condition (issue #1601) * core: display an error when the buffer is not found with command /command -buffer * buflist: add option buflist.look.use_items to speed up display of buflist (issue #1613) * irc: add bar item "irc_nick_prefix" * irc: fix separator between nick and host in bar item "irc_nick_host" * irc: fix completion of commands /halfop and /dehalfop - Documentation * do not build weechat-headless man page if headless binary is disabled (issue #1607) OBS-URL: https://build.opensuse.org/request/show/877498 OBS-URL: https://build.opensuse.org/package/show/server:irc/weechat?expand=0&rev=101 --- weechat-3.0.1.tar.xz | 3 --- weechat-3.0.1.tar.xz.asc | 16 ---------------- weechat-3.1.tar.xz | 3 +++ weechat-3.1.tar.xz.asc | 16 ++++++++++++++++ weechat.changes | 37 +++++++++++++++++++++++++++++++++++++ weechat.spec | 2 +- 6 files changed, 57 insertions(+), 20 deletions(-) delete mode 100644 weechat-3.0.1.tar.xz delete mode 100644 weechat-3.0.1.tar.xz.asc create mode 100644 weechat-3.1.tar.xz create mode 100644 weechat-3.1.tar.xz.asc diff --git a/weechat-3.0.1.tar.xz b/weechat-3.0.1.tar.xz deleted file mode 100644 index fbb23e2..0000000 --- a/weechat-3.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:781d9bfc7e1321447de9949263b82e3ee45639b7d71693558f40ff87211ca6dd -size 2215312 diff --git a/weechat-3.0.1.tar.xz.asc b/weechat-3.0.1.tar.xz.asc deleted file mode 100644 index 33ef75d..0000000 --- a/weechat-3.0.1.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEqatat3j6XDUi/QN4+C9LFt7ECPgFAmAWdR4ACgkQ+C9LFt7E -CPh+qA/+IpjjmsEm0SWJ38jxbDU/LigSHCV8caYAkFv79it5JqxudonpUwBL8UPJ -NCYGWOh0Sg1kkUuDaqPvHaOnfIah6viaPT3olGW5BocrRyglUpRro4L4nxjVhadp -vKzdW1wNvTJQkdag4or2XMvsqSTM05so4CZM08Cw+NSUYlifobfBssyJMRsBcM9U -9WRybVl8wBDRxze+beUry5IPYjB3hCCL/Iny4aqw2IUAsM62Q4JEmCdfoYdo1Oxm -gk8aaCqhzP8k3Gr3SXS+jNaF12iNLAe2EUc8VkSZQMBm70R+gSBj1tCnRChSD6C+ -O4dbe/c/mwi962vsNpAkqYXJp/Rt+6sVxuSThaUuTAgS4XbHtrD3S0BySn9XepzS -vtLrQ88k4ITf9gxWybtRnhFFqGy9lGOXRN7c8TLZL+ZYRzxiuteWLZlGcunefIX0 -1mkeuaPloLlkhbF0VechC1iBT+ZUp3cRsPMeMlS5+peJ8F3m1/3nVIArvsYj80OT -fpXeVS4dMOZNSKPgn6qaXUVawhKsKWXJYcUjsS7/o5cPiolgigx0IJWz0iPID8Dq -DLHm7daHq379rRePcvDM/LJCnyToZJ2IbAiLrZlvShdOCu/szCWZI/O8BkuAvkue -husVLUu0ohh8+ApOsm/LTwAbQPWJD3aNI7LxjOoVVeWTTfmgfX4= -=uuBo ------END PGP SIGNATURE----- diff --git a/weechat-3.1.tar.xz b/weechat-3.1.tar.xz new file mode 100644 index 0000000..dfa0794 --- /dev/null +++ b/weechat-3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55a2975aa119f76983412507e3ddb3fe68d0744e08739681ddc17744e77a4f7 +size 2230316 diff --git a/weechat-3.1.tar.xz.asc b/weechat-3.1.tar.xz.asc new file mode 100644 index 0000000..913c744 --- /dev/null +++ b/weechat-3.1.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEqatat3j6XDUi/QN4+C9LFt7ECPgFAmBEsuwACgkQ+C9LFt7E +CPgOfhAAzCWgJjLXbBS4/nrAHpdTvEMDBybft9GfSRwRaE8s++VRWTugpKSbgTI1 +SHQl6G7rPVH4N37A5hGzwauiU7K4XRYwKlHfXtUCaaElxeJl9dxjQi1xQPFqkH+a +7IlqB6HyEWaNrZvIccoPziLQ0bzbSsITfXg7GPNBgyd5lW5GdjxjfkekEGz2N83F +PfjnKuZH2hijOLPpPoo7bX1F/D9YduaGNYwtX0LQ1Tdnsw4Dzo2D5LL6+rsAnrVL +BxxRG3VpP1uwY1AQig3+wjY/e+P28E76h3qAkXSRXU4tU6gQXeExcAbHgCEg0AEn +62yMF1Fo7/Lp9eGSVwLGz5H/PH5FO+QSCrR/5WGtDvJlzkfm2hlqUlNE1x5HwvWK +lYwGZsIJEzc8Z2o5D5k+cvYyR85zsIUvFf7JpM/uF+Xx3QobeTWkXLWHNGvnPQeS +tFls3Yglic6oOqI/sOrKlOh3a/C+SmXIuat7IKqw/Hb0KwCa6e7Fu+7cLq9nfWVO +nZPq0oGdR6yH1oJTFxfH7xLhRqsX55GCY0IrcwdEIpqvDTSYpwHFL0CtgVA41uDK +H2br3g/7bvIFKac5R38PzdFtiYk3NkGed6i8FuUbtQcfVtXIDXBLNZl5uA4fmbaU +CgyQafdb9XaGOHPN8//dWXBzzznXQykAKzng/fnkYgnt9MScAhE= +=mD4K +-----END PGP SIGNATURE----- diff --git a/weechat.changes b/weechat.changes index d53fde2..55141b6 100644 --- a/weechat.changes +++ b/weechat.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sun Mar 7 11:56:44 UTC 2021 - Maximilian Trummer + +- update to 3.1 +- New features + * core: add options weechat.look.hotlist_update_on_buffer_switch + and weechat.look.read_marker_update_on_buffer_switch (issue #992, issue #993) + * core: add option sec.crypt.passphrase_command to read passphrase from an + external program on startup, remove option sec.crypt.passphrase_file (issue #141) + * core: improve debug in command /eval: display more verbose debug + with two "-d", add indentation and colors + * core: add options "setvar" and "delvar" in command /buffer, + rename option "localvar" to "listvar" + * core: add buffer local variable "completion_default_template" (evaluated) + to override the value of option "weechat.completion.default_template" (issue #1600) + * core: add option "recreate" in command /filter + * core: add raw string in evaluation of expressions with "raw:xxx" (issue #1611) + * core: add evaluation of conditions in evaluation of expressions + with "eval_cond:xxx" (issue #1582) + * api: add info_hashtable "secured_data" + * irc: add info "irc_is_message_ignored" + * irc: add server option "default_chantypes", + used when the server does not send them in message 005 (issue #1610) + * trigger: add variable "${tg_trigger_name}" in command trigger evaluated strings (issue #1580) +- Bug fixes + * core: fix quoted line in cursor mode (issue #1602) + * core: fix wrong size of the new window after vertical split (issue #1612) + * core: do not remove quotes in arguments of command /eval + as they can be part of the evaluated expression/condition (issue #1601) + * core: display an error when the buffer is not found with command /command -buffer + * buflist: add option buflist.look.use_items to speed up display of buflist (issue #1613) + * irc: add bar item "irc_nick_prefix" + * irc: fix separator between nick and host in bar item "irc_nick_host" + * irc: fix completion of commands /halfop and /dehalfop +- Documentation + * do not build weechat-headless man page if headless binary is disabled (issue #1607) + ------------------------------------------------------------------- Tue Feb 2 00:50:50 UTC 2021 - Dirk Müller diff --git a/weechat.spec b/weechat.spec index 62ede12..69c8c84 100644 --- a/weechat.spec +++ b/weechat.spec @@ -17,7 +17,7 @@ Name: weechat -Version: 3.0.1 +Version: 3.1 Release: 0 Summary: Multi-protocol extensible Chat Client License: GPL-3.0-or-later