From 1b1803e9f814ff7f70b0aee9499489de97e04d9d Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Thu, 18 Aug 2016 19:41:53 +0900 Subject: Update ChangeLog --- ChangeLog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/ChangeLog b/ChangeLog index 171ec98..f83f1a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2016-08-18 Kuang-che Wu + + * table.c: Fix table rowspan and colspan. + Origin: https://github.com/tats/w3m/pull/19 + Bug-Debian: https://github.com/tats/w3m/issues/8 + +2016-08-18 Tatsuya Kinoshita + + * file.c: Prevent segfault with malformed input_alt. + Bug-Debian: https://github.com/tats/w3m/issues/18 + + * file.c: Prevent segfault with incorrect button type. + Bug-Debian: https://github.com/tats/w3m/issues/17 + +2016-08-17 Tatsuya Kinoshita + + * file.c: Prevent segfault with incorrect form_int fid. + Bug-Debian: https://github.com/tats/w3m/issues/15 + + * libwc/iso2022.c: Prevent segfault when iso2022 parsing. + Bug-Debian: https://github.com/tats/w3m/issues/14 + + * form.c: Prevent segfault for formUpdateBuffer. + Bug-Debian: https://github.com/tats/w3m/issues/13 + + * file.c, form.c: + Prevent negative array index for selectnumber and textareanumber. + Bug-Debian: https://github.com/tats/w3m/issues/12 + 2016-08-16 Tatsuya Kinoshita * file.c: Truncate large values of table attributes. -- cgit v1.2.3