summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-05-02 10:27:18 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-05-02 10:27:18 +0000
commit4b9dcf13062cca86e30b199b45e2d98256b103a3 (patch)
tree89d9e97297973abad6ca85fb3dec01a1d568dc8d /NEWS
parentbe4e5a1d64512d389d3a1663a60e063d0e7d3d22 (diff)
downloadpcre-4b9dcf13062cca86e30b199b45e2d98256b103a3.tar.gz
Add code to configure.ac to remove -g from default CFLAGS and CXXFLAGS.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@159 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 0fd5a90..f0fad3e 100644
--- a/NEWS
+++ b/NEWS
@@ -5,12 +5,12 @@ News about PCRE releases
Release 7.2 30-Apr-07
---------------------
-Correction to the notes for 7.1: the note about shared libraries for Windows is
-wrong. Previously, three libraries were built, but each could function
-independently. For example, the pcreposix library also included all the
-functions from the basic pcre library. The change is that the three libraries
-are no longer independent. They are like the Unix libraries. To use the
-pcreposix functions, for example, you need to link with both the pcreposix and
+Correction to the notes for 7.1: the note about shared libraries for Windows is
+wrong. Previously, three libraries were built, but each could function
+independently. For example, the pcreposix library also included all the
+functions from the basic pcre library. The change is that the three libraries
+are no longer independent. They are like the Unix libraries. To use the
+pcreposix functions, for example, you need to link with both the pcreposix and
the basic pcre library.