diff --git a/doc/history.qbk b/doc/history.qbk index aebaee81..402fa19f 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -15,6 +15,17 @@ Currently open issues can be viewed [@https://svn.boost.org/trac/boost/query?sta All issues including closed ones can be viewed [@https://svn.boost.org/trac/boost/query?status=assigned&status=closed&status=new&status=reopened&component=regex&order=priority&col=id&col=summary&col=status&col=type&col=milestone&col=component here]. +[h4 Boost.Regex-5.0.1 (Boost-1.58.0)] + +* Fixed some typos as in [@https://svn.boost.org/trac/boost/ticket/10682 #10682]. +* Merged [@https://github.com/boostorg/regex/pull/6 pull-request #6] for Coverity warnings. +* Merged [@https://github.com/boostorg/regex/pull/7 pull-request #7] for Coverity warnings. +* Merged [@https://github.com/boostorg/regex/pull/8 pull-request #8] for Coverity warnings. +* Merged [@https://github.com/boostorg/regex/pull/10 pull-request #10] to enable more build variants when linking to ICU. +* Fix issue with ICU and partial matches, see [@https://svn.boost.org/trac/boost/ticket/10114 #10114]. +* Removed delayload support for the ICU libraries: this doesn't work with the latest ICU releases (linker errors). + + [h4 Boost.Regex-5.0.0 (Boost-1.56.0)] * Moved to library-specific version number post the move to Git. And since we have one (minor) breaking change diff --git a/doc/html/boost_regex/background_information.html b/doc/html/boost_regex/background_information.html index 437b7faf..340d5438 100644 --- a/doc/html/boost_regex/background_information.html +++ b/doc/html/boost_regex/background_information.html @@ -3,9 +3,9 @@
Fixed issue #8569.
@@ -84,7 +117,7 @@ #7644.
@@ -94,7 +127,7 @@ #6346.
@@ -103,7 +136,7 @@ expression.
@@ -113,7 +146,7 @@ #5736.
@@ -125,7 +158,7 @@ #5504.
@@ -143,7 +176,7 @@ #3890
- The character which when preceeded by (? indicates a zero width + The character which when preceded by (? indicates a zero width negated forward lookahead assert.
- Whick means that ICU has been found, and support for it will be enabled in + Which means that ICU has been found, and support for it will be enabled in the library build.