core: move build option CA_FILE in build section

This commit is contained in:
Sébastien Helleu 2021-05-16 10:11:23 +02:00
parent dd916d5e52
commit 4c25151f31

View File

@ -20,7 +20,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
New features::
* core: add option weechat.network.gnutls_ca_system, rename option weechat.network.gnutls_ca_file to weechat.network.gnutls_ca_user, delete and reload certificates when options are changed, remove build option CA_FILE (issue #972)
* core: add option weechat.network.gnutls_ca_system, rename option weechat.network.gnutls_ca_file to weechat.network.gnutls_ca_user, delete and reload certificates when options are changed (issue #972)
* 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"
@ -61,6 +61,7 @@ Tests::
Build::
* core: remove build option CA_FILE
* core: set WeeChat home to empty string by default in CMake and autotools
[[v3.1]]