From: K.Kosako Date: Wed, 31 Jul 2019 04:50:46 +0000 (+0900) Subject: update HISTORY X-Git-Tag: v6.9.3~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5799fb849c92c5bd4fec26dc4919be093cd543e2;p=onig update HISTORY --- diff --git a/HISTORY b/HISTORY index 0b8a9a2..f1f5e57 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,17 @@ History +2019/08/XX: Version 6.9.3 (fixed security-related issues) + +2019/07/30: add ONIG_SYN_ALLOW_INVALID_CODE_END_OF_RANGE +2019/07/29: add STK_PREC_READ_START/END stack type +2019/07/29: Fix #147: Stack Exhaustion Problem caused by some parsing functions +2019/07/11: add a dictionary file for libfuzzer +2019/07/07: add harnesses directory +2019/07/05-2019/07/29: fix many problems found by libfuzzer programs +2019/06/27: deprecate onig_new_deluxe() +2019/06/27: Fix CVE-2019-13224: don't allow different encodings for onig_new_deluxe() +2019/06/27: Fix CVE-2019-13225: problem in converting if-then-else pattern + 2019/05/07: Version 6.9.2 (same as Release Candidate 3) 2019/04/23: Release Candidate 3 for 6.9.2