summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-13 09:20:12 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-13 09:20:12 +0000
commit5b4a48bc5e55bba929d366439857e07a5dec9082 (patch)
tree9ce4e75138bb18f61c1aaed0fba8135af6f9d3c0
parent8238ec818de88fbf5e862981d6eeaeeeaf56de55 (diff)
downloadpcre-5b4a48bc5e55bba929d366439857e07a5dec9082.tar.gz
Update NEWS file for 7.4.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@242 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6a30805..43aaaca 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,15 @@ News about PCRE releases
------------------------
+Release 7.4 13-Sep-07
+---------------------
+
+The only change of specification is the addition of options to control whether
+\R matches any Unicode line ending (the default) or just CR, LF, and CRLF.
+Otherwise, the changes are bug fixes and a refactoring to reduce the number of
+relocations needed in a shared library.
+
+
Release 7.3 28-Aug-07
---------------------