aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-11-12 14:12:41 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-11-12 14:12:41 +0000
commit23381a4d35504ac935f46cf178194da05ffdecce (patch)
treea4307a6895dc693ad55f6dd19278910e3cba243c
parentPrevent infinite recursion with nested table and textarea (diff)
downloadw3m-23381a4d35504ac935f46cf178194da05ffdecce.tar.gz
w3m-23381a4d35504ac935f46cf178194da05ffdecce.zip
Update ChangeLog
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58773cd..25d54cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-12 Tatsuya Kinoshita <tats@debian.org>
+
+ * table.c: Prevent infinite recursion with nested table and textarea.
+ Bug-Debian: https://github.com/tats/w3m/issues/20
+
2016-11-09 Tatsuya Kinoshita <tats@debian.org>
* table.c: Check indent_level to prevent infinite recursion.