From 64c5cd449ad1100b34357c18c11809d74151b0c8 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 19 Feb 2022 21:52:16 +0900 Subject: [PATCH] Update ChangeLog --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4eac75d..b0be210 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,26 @@ +2022-02-19 Rene Kita + + * url.c: Check for end of string when parsing Gopher URLs. + Origin: https://github.com/tats/w3m/pull/218 + Bug-Debian: https://github.com/tats/w3m/issues/199 + +2022-02-19 NRK + + * libwc/search.c: Fix wc_map_range_search() parameter type mismatch. + Origin: https://github.com/tats/w3m/pull/214 + +2022-02-19 Kuang-che Wu + + * fuzz/fuzz-conv.c: Improve fuzz-conv fuzzer. + Origin: https://github.com/tats/w3m/pull/204 + 2022-02-16 Rene Kita * acinclude.m4, configure: Do not use imlib2-config. imlib2-config was dropped by Imlib2: https://git.enlightenment.org/legacy/imlib2.git/commit/?id=e9d84bd2163e6fab494b5ce5cc8830a54ff97765 Origin: https://github.com/tats/w3m/pull/215 + Bug-Debian: https://github.com/tats/w3m/issues/213 * file.c: Ignore tokens that look like HTML, but are not. Origin: https://github.com/tats/w3m/pull/217