diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2018-01-20 23:49:32 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2018-01-21 01:34:22 +0000 |
commit | e773a0e089276f82c546447c0fd1e6c0f9156628 (patch) | |
tree | e109411f3f689f0abc5d3bb1e5fa812a3a21927e /NEWS | |
parent | Do not remove w3mdict.cgi when "make distclean" (diff) | |
download | w3m-e773a0e089276f82c546447c0fd1e6c0f9156628.tar.gz w3m-e773a0e089276f82c546447c0fd1e6c0f9156628.zip |
Update NEWS
Diffstat (limited to '')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Debian's w3m 0.5.3+git20180121 + +* bug fixes + - fix stack overflow with malformed text + - fix null deref with malformed text + - make temporary directory safely when ~/.w3m is unwritable + - do not remove w3mdict.cgi when "make distclean" + - do not turn a form's GET into POST + - correct <base ...> parsing + - accept TERM=fbterm +* new feature + - extend ssl_forbid_method to disable TLSv1.1 + Debian's w3m 0.5.3+git20170102 * bug fixes |