diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-04-10 13:36:22 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2021-04-10 13:36:22 +0000 |
commit | 4e9fec551fb2bb61061ad0f5ade375307ea12888 (patch) | |
tree | 9da8c3d6b510c26eda281e7b81fc00c1e7c4d762 | |
parent | Update PO strings (diff) | |
download | w3m-4e9fec551fb2bb61061ad0f5ade375307ea12888.tar.gz w3m-4e9fec551fb2bb61061ad0f5ade375307ea12888.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,14 +1,27 @@ +2021-04-10 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. + + * fm.h, rc.c, url.c: + New option cross_origin_referer to use origin only Referer. + + * main.c, proto.h, url.c: Don't include username in Referer. + + * main.c, url.c: Don't set Referer when data URI scheme. + 2021-04-05 Tatsuya Kinoshita <tats@debian.org> * etc.c: Use Strcatc and Strnulterm in base64_encode. - * Str.h: New macro Strcatc and Strnulterm. + * Str.h: New macros Strcatc and Strnulterm. 2021-04-05 bptato <nincsnevem662@gmail.com> * etc.c, file.c, proto.h, terms.c: Return Str from base64_encode. Fix base64 padding could be applied incorrectly. Fix extraction of first gif frame for animations in put_image_kitty. + Origin: https://github.com/tats/w3m/pull/177 2021-04-03 Tatsuya Kinoshita <tats@debian.org> |