diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 17:29:19 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-20 17:29:19 +0200 |
commit | 87e342dd9e714ec1200b1a8c4a7e5e58ffe1b2e6 (patch) | |
tree | 93e2051d69dd427dc02d58897d8dd67976c787cb /ChangeLog | |
parent | a3cc9bbe7e5dc868223f87471d1b569506341c86 (diff) | |
download | weechat-87e342dd9e714ec1200b1a8c4a7e5e58ffe1b2e6.zip |
core: add CA_FILE option in cmake and configure to setup default value of option weechat.network.gnutls_ca_file (task #12725)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] Version 0.4.2 (under dev!) -------------------------- +* core: add CA_FILE option in cmake and configure to setup default + value of option weechat.network.gnutls_ca_file (default is + "/etc/ssl/certs/ca-certificates.crt") (task #12725) * core: use "/dev/null" for stdin in hook_process instead of closing stdin (bug #39538) * core: add option "scroll_beyond_end" for command /window (task #6745) |