aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-08-18 10:41:53 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-08-18 10:41:53 +0000
commit1b1803e9f814ff7f70b0aee9499489de97e04d9d (patch)
treee00ca4f140e2e8c417848c72f6a0bbb1f90b2039 /ChangeLog
parentFix table rowspan and colspan (diff)
downloadw3m-1b1803e9f814ff7f70b0aee9499489de97e04d9d.tar.gz
w3m-1b1803e9f814ff7f70b0aee9499489de97e04d9d.zip
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 171ec98..f83f1a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2016-08-18 Kuang-che Wu <kcwu@google.com>
+
+ * 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 <tats@debian.org>
+
+ * 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 <tats@debian.org>
+
+ * 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 <tats@debian.org>
* file.c: Truncate large values of table attributes.