]> jfr.im git - irc/weechat/weechat.git/commitdiff
core: merge two entries into one about GnuTLS options
authorSébastien Helleu <redacted>
Tue, 18 May 2021 19:33:42 +0000 (21:33 +0200)
committerSébastien Helleu <redacted>
Tue, 18 May 2021 19:34:24 +0000 (21:34 +0200)
ChangeLog.adoc

index 833ea9da98551ae99f1a1c298b28c9a58775ba99..ab6ec229ecd8dca944480e5347d8bfa120b7ea85 100644 (file)
@@ -20,9 +20,8 @@ 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 (issue #972)
   * core: use XDG directories by default (config, data, cache, runtime) (issue #1285)
-  * core: evaluate option weechat.network.gnutls_ca_file
+  * core: add option weechat.network.gnutls_ca_system, rename option weechat.network.gnutls_ca_file to weechat.network.gnutls_ca_user (now evaluated), delete and reload certificates when options are changed (issue #972)
   * 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)