aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2018-03-04 14:58:38 +0000
committerTatsuya Kinoshita <tats@debian.org>2018-03-04 14:58:38 +0000
commit303b70fc8f387162a35bb372c910c73cc6880ac8 (patch)
treed0c1da486380671feab4a708d94a1b2d21aec7b2 /ChangeLog
parentMerge pull request #96 from ZhouyangJia/master (diff)
downloadw3m-303b70fc8f387162a35bb372c910c73cc6880ac8.tar.gz
w3m-303b70fc8f387162a35bb372c910c73cc6880ac8.zip
Update ChangeLog
Diffstat (limited to '')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b14c60a..75f7a44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2018-03-04 Jia Zhouyang <jiazhouyang@nudt.edu.cn>
+
+ * url.c: Add error handling code for fopen.
+ Check the return code of fopen, and return when it fails.
+
+ * file.c: Add error handling code for fopen.
+ Check the return value of fopen, and add proper error handling code.
+
+ * local.c: Add error handling for chdir.
+ When chdir fails, print error message and exit.
+
2018-01-25 Tatsuya Kinoshita <tats@debian.org>
* ChangeLog, NEWS: Add CVE IDs.