aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-10-08 21:06:02 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-10-08 21:06:02 +0000
commit065461d949125c8e2574f6e7aac90279244878b8 (patch)
tree5a617323adaf84a9291adb4c3352e9c5f821b527
parentFix incorrect dereference in formUpdateBuffer when MENU_SELECT (diff)
downloadw3m-065461d949125c8e2574f6e7aac90279244878b8.tar.gz
w3m-065461d949125c8e2574f6e7aac90279244878b8.zip
Update ChangeLogv0.5.3+git20161009
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 662a3f9..f9e988e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-10-09 Tatsuya Kinoshita <tats@debian.org>
+
+ * form.c:
+ Fix incorrect dereference in formUpdateBuffer when MENU_SELECT.
+ cf. https://github.com/tats/w3m/commit/ec9eb22e008a69ea9dc21fdca4b9b836679965ee
+
2016-10-08 Tatsuya Kinoshita <tats@debian.org>
* table.c, table.h, textlist.h: