diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-02-13 11:51:07 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-02-13 11:51:07 +0000 |
commit | 1cd0eb5c20bd5cc29773e304fa58119535d2f720 (patch) | |
tree | bf7015230297f75477c0f825033965cfe0384ce5 /ChangeLog | |
parent | Minor fixes for ./configure --help (diff) | |
download | w3m-1cd0eb5c20bd5cc29773e304fa58119535d2f720.tar.gz w3m-1cd0eb5c20bd5cc29773e304fa58119535d2f720.zip |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2021-02-13 Tatsuya Kinoshita <tats@debian.org> + + * acinclude.m4, configure: Minor fixes for ./configure --help. + + * acinclude.m4, config.h.dist, config.h.in, configure: + * doc-jp/README.SSL, fm.h: + Add auto-detection of ssl_ca_file by configure. + cf. gnutls-trustfiles in Emacs 27.1 + <https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/net/gnutls.el?h=emacs-27.1#n106> + + * doc-jp/README.SSL: Doc fix. + + * url.c: Use ssl_ca_file and ssl_ca_path only when ssl_verify_server. + 2021-02-12 Tatsuya Kinoshita <tats@debian.org> * url.c: Check empty string conditions for ssl_ca_file and ssl_ca_path. |