aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2021-03-26 14:23:46 +0000
committerTatsuya Kinoshita <tats@debian.org>2021-03-26 14:23:46 +0000
commit16b3875745924a2e13c5e3d5de6221963d69f918 (patch)
tree045c71e43bf0334793a3fc3933a99e0c4c936ebd
parentIgnore the "-" option to accept `w3m -` as "read from stdin" (diff)
downloadw3m-16b3875745924a2e13c5e3d5de6221963d69f918.tar.gz
w3m-16b3875745924a2e13c5e3d5de6221963d69f918.zip
Update ChangeLog
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aca2c3..b41552e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2021-03-26 Tatsuya Kinoshita <tats@debian.org>
+
+ * main.c: Ignore the "-" option to accept `w3m -` as "read from stdin".
+ Bug-Debian: https://github.com/tats/w3m/issues/87
+
2021-03-25 Tatsuya Kinoshita <tats@debian.org>
* fuzz/fuzz-conv.c: Explicitly call GC_gcollect() in fuzzer.
+ Bug-Chromium: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32453
* fuzz/fuzz-conv.c: Prevent memory leak in fuzzer.