summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-11-09 17:07:01 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-11-09 17:07:01 +0000
commite95986b1e5330fb661544200997dff26d06b2548 (patch)
treeb407bd68bffa9402afe567e6651433a3e6e688be /NEWS
parenteb41744b0aa82d459c2935862eaabdebbe062cc9 (diff)
downloadpcre-e95986b1e5330fb661544200997dff26d06b2548.tar.gz
Preparations for 8.32-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1217 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 4b6ec53..8406f3b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,14 @@
News about PCRE releases
------------------------
-Release 8.32 xx-xxxx-2012
--------------------------
+Release 8.32 12-November-2012
+-----------------------------
This release fixes a number of bugs, but also has some new features. These are
the highlights:
. There is now support for 32-bit character strings and UTF-32. Like the
- 16-bit support, this is done by compile a separater 32-bit library.
+ 16-bit support, this is done by compiling a separate 32-bit library.
. \X now matches a Unicode extended grapheme cluster.