aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK.Kosako <kkosako0@gmail.com>2020-10-21 09:21:22 +0900
committerK.Kosako <kkosako0@gmail.com>2020-10-21 09:21:22 +0900
commit59aeab55ce5fe6f5ed7d57f72e131be77b4ca7b6 (patch)
tree88466d3a09b281dddd914fa8c3574783edf4bf88
parentaeff90c555b285154ef1a8f43f9261c579437428 (diff)
downloadoniguruma-6.9.6_rc4.zip
oniguruma-6.9.6_rc4.tar.gz
oniguruma-6.9.6_rc4.tar.bz2
small update of README.mdv6.9.6_rc4
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e142080..c546942 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)