Releases: kkos/oniguruma
Releases · kkos/oniguruma
Release 6.9.5 revised 1
- Fixed Issue #192
- onig-6.9.5_rev1.tar.gz and onig-6.9.5-rev1.tar.gz are exactly the same thing.(It has been added to match the tag name)
Release 6.9.5
- (Same as Release Candidate 2)
- POSIX API disabled by default for Unix (* Enabled by: configure --enable-posix-api=yes)
- Update Unicode version 13.0.0
- NEW: Code point sequence notation \x{HHHH HHHH ...}, \o{OOOO OOOO ...}
- NEW API: retry limit in search functions
- NEW API: maximum nesting level of subexp call
- Fixed behavior of isolated options in Perl and Java syntaxes. /...(?i).../
6.9.5 Release Candidate 2
- fix a problem (found by oss-fuzz test on my PC)
6.9.5 Release Candidate 1
- POSIX API disabled by default for Unix (* Enabled by: configure --enable-posix-api=yes)
- Update Unicode version 13.0.0
- NEW: Code point sequence notation \x{HHHH HHHH ...}, \o{OOOO OOOO ...}
- NEW API: retry limit in search functions
- NEW API: maximum nesting level of subexp call
- Fixed behavior of isolated options in Perl and Java syntaxes. /...(?i).../
Release 6.9.4
- (Almost same as Release Candidate 3)
- NEW API: RegSet (set of regexes)
- Fixed CVE-2019-19012
- Fixed CVE-2019-19203 (Does not affect UTF-8, UTF-16 and UTF-32 encodings)
- Fixed CVE-2019-19204 (Affects only PosixBasic, Emacs and Grep syntaxes)
- Fixed CVE-2019-19246
- Fixed some problems (found by libFuzzer test)
6.9.4 Release Candidate 3
- fixed a problem found by libFuzzer test
6.9.4 Release Candidate 2
6.9.4 Release Candidate 1
- NEW API: RegSet (set of regexes)
- Fixed some problems (found by libFuzzer test)
Release 6.9.3 (security fix release)
- Fixed CVE-2019-13224
- Fixed CVE-2019-13225
- Fixed many problems (found by libfuzzer programs)
Release 6.9.2
- (Same as Release Candidate 3)
- add doc/SYNTAX.md into distribution file
- Update Unicode version 12.1.0
- NEW: Unicode Text Segment mode option (?y{g}) (?y{w})