summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-01-13 16:53:02 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-01-13 16:53:02 +0000
commiteae6ba82d486719b1c6b079fd0fdc9dce213b0b3 (patch)
tree0a1939f8859a837b73bd9f3daee8384558162ce3 /NEWS
parent760baf7a00e0d91ba50f30b90ef1320e5e854065 (diff)
downloadpcre2-eae6ba82d486719b1c6b079fd0fdc9dce213b0b3.tar.gz
Source tidies and version etc. updates for 10.31-RC1.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@910 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 74c52a3..5372049 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,24 @@
News about PCRE2 releases
-------------------------
+Version 10.31 13-January-2018
+-----------------------------
+
+This is mainly a bugfix and tidying release (see ChangeLog for full details).
+However, there are some minor enhancements.
+
+1. New pcre2_config() options: PCRE2_CONFIG_NEVER_BACKSLASH_C and
+PCRE2_CONFIG_COMPILED_WIDTHS.
+
+2. New pcre2_pattern_info() option PCRE2_INFO_EXTRAOPTIONS to retrieve the
+extra compile time options.
+
+3. There are now public names for all the pcre2_compile() error numbers.
+
+4. Added PCRE2_CALLOUT_STARTMATCH and PCRE2_CALLOUT_BACKTRACK bits to a new
+field callout_flags in callout blocks.
+
+
Version 10.30 14-August-2017
----------------------------