From eae6ba82d486719b1c6b079fd0fdc9dce213b0b3 Mon Sep 17 00:00:00 2001 From: ph10 Date: Sat, 13 Jan 2018 16:53:02 +0000 Subject: 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 --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'NEWS') 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 ---------------------------- -- cgit v1.2.1