aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorK.Kosako <kkosako0@gmail.com>2021-03-21 14:04:51 +0900
committerK.Kosako <kkosako0@gmail.com>2021-03-21 14:04:51 +0900
commite67c9fa6abb6ba9b0b1c0161f475037caab26094 (patch)
treee35c6f50b077bfb6c0737b1fa1e4229d8ee7a1d7 /README.md
parentd7c8271b7ab7fa650b91302356eed905c92f98ae (diff)
downloadoniguruma-e67c9fa6abb6ba9b0b1c0161f475037caab26094.zip
oniguruma-e67c9fa6abb6ba9b0b1c0161f475037caab26094.tar.gz
oniguruma-e67c9fa6abb6ba9b0b1c0161f475037caab26094.tar.bz2
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 94135b4..835dd0e 100644
--- a/README.md
+++ b/README.md
@@ -29,16 +29,21 @@ Supported character encodings:
* doc/SYNTAX.md: contributed by seanofw
-Master branch
+Notice (from 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. (Issue #210)
+
+
+Version 6.9.7
-------------
* NEW API: ONIG_OPTION_CALLBACK_EACH_MATCH
* NEW API: ONIG_OPTION_IGNORECASE_IS_ASCII
* NEW API: ONIG_SYNTAX_PYTHON
+* Fixed some problems found by OSS-Fuzz
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. (Issue #210)
* 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