aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorK.Kosako <kkosako0@gmail.com>2022-04-15 22:59:40 +0900
committerK.Kosako <kkosako0@gmail.com>2022-04-15 22:59:40 +0900
commit08d36110c5670c815ad6d6f969e578049d209080 (patch)
treea7f25f79866ee08431779445dc925373eafda070 /README.md
parent57dd7d6a586a3286b6e709f4bd7be39246baf7dd (diff)
downloadoniguruma-08d36110c5670c815ad6d6f969e578049d209080.zip
oniguruma-08d36110c5670c815ad6d6f969e578049d209080.tar.gz
oniguruma-08d36110c5670c815ad6d6f969e578049d209080.tar.bz2
setup 6.9.8v6.9.8
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 2 insertions, 13 deletions
diff --git a/README.md b/README.md
index f6f9bb2..4b6a463 100644
--- a/README.md
+++ b/README.md
@@ -37,13 +37,14 @@ 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)
-Master branch
+Version 6.9.8 (== Master branch / unreleased)
-------------
* Update Unicode version 14.0.0
* Whole options
* (?C) : ONIG_OPTION_DONT_CAPTURE_GROUP
* (?I) : ONIG_OPTION_IGNORECASE_IS_ASCII
* (?L) : ONIG_OPTION_FIND_LONGEST
+* Fixed some problems found by OSS-Fuzz
Version 6.9.7
@@ -112,18 +113,6 @@ Version 6.9.2 (Reiwa)
* NEW: Unicode Text Segment mode option (?y{g}) (?y{w}) (*original)
-Version 6.9.1
--------------
-
-* Speed improvement (* especially UTF-8)
-
-
-Version 6.9.0
--------------
-
-* Update Unicode version 11.0.0
-* NEW: add Emoji properties
-
License
-------