aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2018-01-20 23:49:32 +0000
committerTatsuya Kinoshita <tats@debian.org>2018-01-21 01:34:22 +0000
commite773a0e089276f82c546447c0fd1e6c0f9156628 (patch)
treee109411f3f689f0abc5d3bb1e5fa812a3a21927e /NEWS
parentDo not remove w3mdict.cgi when "make distclean" (diff)
downloadw3m-e773a0e089276f82c546447c0fd1e6c0f9156628.tar.gz
w3m-e773a0e089276f82c546447c0fd1e6c0f9156628.zip
Update NEWS
Diffstat (limited to '')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d8a99d3..b05301b 100644
--- a/NEWS
+++ b/NEWS
@@ -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