summaryrefslogtreecommitdiff
path: root/libs/regex/doc/history.qbk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/regex/doc/history.qbk')
-rw-r--r--libs/regex/doc/history.qbk15
1 files changed, 13 insertions, 2 deletions
diff --git a/libs/regex/doc/history.qbk b/libs/regex/doc/history.qbk
index d190debb9..402fa19ff 100644
--- a/libs/regex/doc/history.qbk
+++ b/libs/regex/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
@@ -25,7 +36,7 @@ this gets bumped up from v4 to v5.
* Fixed documentation typos from [@https://svn.boost.org/trac/boost/ticket/9283 #9283].
* Fixed bug in collation code that failed if the locale generated collation strings with embedded nul's,
see [@https://svn.boost.org/trac/boost/ticket/9451 #9451].
-* Apply patch for unusual thread usage (no statically initiallized mutexes), see [@https://svn.boost.org/trac/boost/ticket/9461 #9461].
+* Apply patch for unusual thread usage (no statically initialized mutexes), see [@https://svn.boost.org/trac/boost/ticket/9461 #9461].
* Added better checks for invalid UTF-8 sequences, see [@https://svn.boost.org/trac/boost/ticket/9473 #9473].
[h4 Boost-1.54]
@@ -153,7 +164,7 @@ and
* Breaking Change: POSIX-extended and POSIX-basic regular expressions now enforce the letter of the POSIX standard much more closely than before.
* Added support for (?imsx-imsx) constructs.
* Added support for lookbehind expressions (?<=positive-lookbehind) and (?<!negative-lookbehind).
-* Added support for conditional expressions (?(assertion)true-expresion|false-expression).
+* Added support for conditional expressions (?(assertion)true-expression|false-expression).
* Added MFC/ATL string wrappers.
* Added Unicode support; based on ICU.
* Changed newline support to recognise \\f as a line separator (all character types), and \\x85 as a line separator for wide characters / Unicode only.