aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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