summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-10-15 15:23:31 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-10-15 15:23:31 +0000
commitcf050c7ee71925ee7eb8573a047ae9372fd2da3a (patch)
tree1a791a5fbf4ed98826d0f65e0f90a24aa9060231 /NEWS
parent9835bbc7fbb3423163dc49e7d822dad2b135e192 (diff)
downloadpcre2-cf050c7ee71925ee7eb8573a047ae9372fd2da3a.tar.gz
Fix minor test issues and tidies/updates for 10.34-RC1 testing release.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1177 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bd0df86..70a25ce 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,25 @@ News about PCRE2 releases
-------------------------
-Version 10.33-RC1 16-April-2019
--------------------------------
+Version 10.34 15-October-2019
+-----------------------------
+
+Another release with a few enhancements as well as bugfixes and tidies. The
+main new features are:
+
+1. There is now some support for matching in invalid UTF strings.
+
+2. Non-atomic positive lookarounds are implemented in the pcre2_match()
+interpreter, but not in JIT.
+
+3. Added two new functions: pcre2_get_match_data_size() and
+pcre2_maketables_free().
+
+4. Upgraded to Unicode 12.1.0.
+
+
+Version 10.33 16-April-2019
+---------------------------
Yet more bugfixes, tidies, and a few enhancements, summarized here (see
ChangeLog for the full list):