diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-09 18:51:06 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-11 21:07:43 +0200 |
commit | 7f8f5f94e3f09868f7c72d566f00848a8c6bf1d0 (patch) | |
tree | ae00b0674296ed9e4cc04a6674ed6a9a8301c799 | |
parent | 6e528a1d629a6507d9f38ecefc405e6474114a33 (diff) | |
download | weechat-7f8f5f94e3f09868f7c72d566f00848a8c6bf1d0.zip |
core: update ChangeLog (issue #1285)
-rw-r--r-- | ChangeLog.adoc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 7b76678fc..f94ba77f1 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -20,11 +20,24 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] New features:: + * core: use XDG directories by default (config, data, cache, runtime) (issue #1285) + * core: evaluate option weechat.network.gnutls_ca_file + * core: evaluate option weechat.plugin.path, change default value to "${weechat_data_dir}/plugins" * core: add options to customize commands executed on system signals received (SIGHUP, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2) (issue #1595) * core: quit WeeChat by default when signal SIGHUP is received in normal run, reload configuration in weechat-headless (issue #1595) + * api: add evaluation of WeeChat directories with "${weechat_xxx_dir}" in evaluated strings + * api: add optional key "directory" in hashtable options of function/modifier string_eval_path_home + * api: add supported prefixes "${weechat_xxx_dir}" in function mkdir_home + * api: add infos "weechat_config_dir", "weechat_data_dir", "weechat_cache_dir" and "weechat_runtime_dir" * api: add support of pointer names in function string_eval_expression (direct and in hdata) * api: add info "weechat_daemon" + * fifo: change default value of option fifo.file.path to "${weechat_runtime_dir}/weechat_fifo_${info:pid}" + * irc: evaluate server options "sasl_key" and "ssl_cert" + * logger: change default value of option logger.file.path to "${weechat_data_dir}/logs" + * relay: evaluate option relay.network.ssl_cert_key, change default value to "${weechat_config_dir}/ssl/relay.pem" + * script: change default value of option script.scripts.path to "${weechat_cache_dir}/script" * trigger: add variables "${tg_shell_argc}" and "${tg_shell_argvN}" in command trigger evaluated strings (issue #1624) + * xfer: change default value of option xfer.file.download_path to "${weechat_data_dir}/xfer" Bug fixes:: @@ -41,6 +54,9 @@ Tests:: * core: switch from Ubuntu 18.04 to 20.04 in CI * trigger: add tests on main trigger functions +Build:: + + * core: set WeeChat home to empty string by default in CMake and autotools [[v3.1]] == Version 3.1 (2021-03-07) |