aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorK.Kosako <kkosako0@gmail.com>2020-10-07 09:48:35 +0900
committerK.Kosako <kkosako0@gmail.com>2020-10-07 09:48:35 +0900
commitb39be8f2050233d1f4a5948885c6d3af6e9a5f24 (patch)
tree79c90e2e1add1a1930a0a54f893f272c2e963c6c /README.md
parenta17bf1614a3a5db92fee0b93275da3b0d3591676 (diff)
downloadoniguruma-b39be8f2050233d1f4a5948885c6d3af6e9a5f24.zip
oniguruma-b39be8f2050233d1f4a5948885c6d3af6e9a5f24.tar.gz
oniguruma-b39be8f2050233d1f4a5948885c6d3af6e9a5f24.tar.bz2
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index e74f54b..addf101 100644
--- a/README.md
+++ b/README.md
@@ -31,11 +31,14 @@ Supported character encodings:
Master branch
-------------
+* In a Unix environment, 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". "--enable-posix-api=yes" only supports source-level compatibility for POSIX API.
+* NEW: configure option --enable-binary-compatible-posix-api=[yes/no]
* NEW API: Limiting the maximum number of calls of subexp-call
* NEW API: ONIG_OPTION_NOT_BEGIN_STRING / NOT_END_STRING / NOT_BEGIN_POSITION
* Fixed behavior of ONIG_OPTION_NOTBOL / NOTEOL
* Fixed many problems found by OSS-Fuzz
+* Fixed many problems found by Coverity
* Fixed CVE-2020-26159