summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index eb215de..63d835a 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,17 @@ Supported character encodings:
* doc/SYNTAX.md: contributed by seanofw
+Version 6.9.5
+-------------
+
+* 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).../
+
+
Version 6.9.4
-------------
@@ -216,7 +227,16 @@ Install
(I have checked by Visual Studio Community 2015)
+Alternatively, you can build and install oniguruma using [vcpkg](https://github.com/microsoft/vcpkg/) dependency manager:
+
+ 1. git clone https://github.com/Microsoft/vcpkg.git
+ 2. cd vcpkg
+ 3. ./bootstrap-vcpkg.bat
+ 4. ./vcpkg integrate install
+ 5. ./vcpkg install oniguruma
+The oniguruma port in vcpkg is kept up to date by microsoft team members and community contributors.
+If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
Regular Expressions
-------------------