summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-09-11 14:27:39 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-09-11 14:27:39 +0000
commit6dab29f548322f43a860bfe8bf1d36eb091a3de0 (patch)
tree8b4e9f079d953da038827feac519012ea76e89de /NEWS
parent0358954d7a1de6a6f0bba4a6b231e9161c19c96b (diff)
downloadpcre2-6dab29f548322f43a860bfe8bf1d36eb091a3de0.tar.gz
Final file tidies for 10.32
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1001 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index bc7dbcb..94345b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,12 @@
News about PCRE2 releases
-------------------------
-Version 10.32 13-August-2018
-----------------------------
+
+Version 10.32 10-September-2018
+-------------------------------
This is another mainly bugfix and tidying release with a few minor
-enhancements.
+enhancements. These are the main ones:
1. pcre2grep now supports the inclusion of binary zeros in patterns that are
read from files via the -f option.
@@ -22,7 +23,7 @@ parameter now applies to pcre2_dfa_match().
5. (*ACCEPT:ARG), (*FAIL:ARG), and (*COMMIT:ARG) are now supported.
-6. Added support for \N{U+dddd}, but not in EBCDIC environments.
+6. Added support for \N{U+dddd}, but only in Unicode mode.
7. Added support for (?^) to unset all imnsx options.