diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-11-09 14:39:23 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-11-09 14:39:23 +0000 |
commit | fcaef5dfc87973970a52544df5f2f5f3017da86b (patch) | |
tree | 51b590f6479f42efc5ffef17fb59514691779a1f | |
parent | Check indent_level to prevent infinite recursion (diff) | |
download | w3m-fcaef5dfc87973970a52544df5f2f5f3017da86b.tar.gz w3m-fcaef5dfc87973970a52544df5f2f5f3017da86b.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-11-09 Tatsuya Kinoshita <tats@debian.org> + + * table.c: Check indent_level to prevent infinite recursion. + Bug-Debian: https://github.com/tats/w3m/issues/37 + 2016-11-07 Tatsuya Kinoshita <tats@debian.org> * file.c: Prevent infinite recursion in HTMLlineproc0. |