aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2021-02-11 10:41:59 +0000
committerTatsuya Kinoshita <tats@debian.org>2021-02-11 10:41:59 +0000
commitbb1f22aacb5eaa31fa36cc17b21e441de3d56834 (patch)
tree9d0c74febec359e7d0b56e7d2f3678e634a8ef22
parentUpdate PO strings (diff)
downloadw3m-bb1f22aacb5eaa31fa36cc17b21e441de3d56834.tar.gz
w3m-bb1f22aacb5eaa31fa36cc17b21e441de3d56834.zip
Update ChangeLog
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed8df80..c3f65cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2021-02-11 Tatsuya Kinoshita <tats@debian.org>
+
+ * po/de.po, po/ja.po, po/w3m.pot, po/zh_CN.po, po/zh_TW.po:
+ Update PO strings.
+
+ * doc/w3m.1, main.c: Update wording for -debug option.
+
+ * doc/w3m.1: Update manpage for -insecure option.
+
+ * url.c: Mention -insecure option as a workaround for SSL error.
+ Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900984
+ Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=934493
+ Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953045
+
+ * main.c: New option -insecure to use insecure SSL config options.
+ Alias for `-o ssl_cipher=ALL:@SECLEVEL=0 -o ssl_min_version=all
+ -o ssl_forbid_method= -o ssl_verify_server=0`.
+
+ * doc-jp/README.SSL: Typo fix for ssl_cipher.
+
+ * doc-jp/README.SSL, rc.c, url.c:
+ Update ssl_min_version to accept "all" and reject "SSLv2".
+
+2021-02-11 bptato <nincsnevem662@gmail.com>
+
+ Support brotli content encoding
+ Origin: https://github.com/tats/w3m/pull/164
+
+ * config.h.dist: Update config.h.dist.
+
+ * config.h.in, file.c, html.h: Support brotli content encoding.
+
2021-02-10 Tatsuya Kinoshita <tats@debian.org>
* po/de.po, po/ja.po, po/w3m.pot, po/zh_CN.po, po/zh_TW.po:
@@ -15,6 +47,7 @@
* doc-jp/README.SSL, fm.h, rc.c, url.c:
New option ssl_cipher to specify ciphers for TLSv1.2 and below.
+ e.g. DEFAULT:@SECLEVEL=2, ALL:@SECLEVEL=0
2021-02-06 Tatsuya Kinoshita <tats@debian.org>