]> jfr.im git - irc/weechat/weechat.git/commitdiff
core: move build option CA_FILE in build section
authorSébastien Helleu <redacted>
Sun, 16 May 2021 08:11:23 +0000 (10:11 +0200)
committerSébastien Helleu <redacted>
Sun, 16 May 2021 08:11:23 +0000 (10:11 +0200)
ChangeLog.adoc

index 1ad6ea384acd27099a986dde44eda077aa6c302c..5693d577994942c3f065d32b9ff9e3af8a443b60 100644 (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]]