From 59aeab55ce5fe6f5ed7d57f72e131be77b4ca7b6 Mon Sep 17 00:00:00 2001 From: "K.Kosako" Date: Wed, 21 Oct 2020 09:21:22 +0900 Subject: [PATCH] small update of README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e142080e..c5469421 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Supported character encodings: Version 6.9.6 ------------- -* When using configure script, if you have the POSIX API enabled in an earlier version (disabled by default in 6.9.5) and you need application binary compatibility with the POSIX API, specify "--enable-binary-compatible-posix-api=yes" instead of "--enable-posix-api=yes". Starting in 6.9.6, "--enable-posix-api=yes" only supports source-level compatibility for 6.9.5 and earlier about POSIX API. +* When using configure script, if you have the POSIX API enabled in an earlier version (disabled by default in 6.9.5) and you need application binary compatibility with the POSIX API, specify "--enable-binary-compatible-posix-api=yes" instead of "--enable-posix-api=yes". Starting in 6.9.6, "--enable-posix-api=yes" only supports source-level compatibility for 6.9.5 and earlier about POSIX API. (Issue #210) * NEW: configure option --enable-binary-compatible-posix-api=[yes/no] * NEW API: Limiting the maximum number of calls of subexp-call @@ -39,7 +39,7 @@ Version 6.9.6 * Fixed behavior of ONIG_OPTION_NOTBOL / NOTEOL * Fixed many problems found by OSS-Fuzz * Fixed many problems found by Coverity -* Fixed CVE-2020-26159 +* Fixed CVE-2020-26159 (This turned out not to be a problem later. #221) * Under cygwin and mingw, generate and install the libonig.def file (Issue #220)