summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-28 11:36:24 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-04-28 11:36:24 +0000
commitb7042013ea4bd7596bcf110b30450e4aa861adca (patch)
treebe56004ef38db0c6d2cdea34d93e8c659975dc6a
parent2765d0933715e6b2c78a4e74fa8d5cad27273f29 (diff)
downloadpcre-b7042013ea4bd7596bcf110b30450e4aa861adca.tar.gz
Final tidies for 8.37
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1553 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--ChangeLog4
-rw-r--r--LICENCE3
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
4 files changed, 7 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 771d7c4..359b412 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for PCRE
------------------
-Version 8.37 14-April-2015
+Version 8.37 28-April-2015
--------------------------
1. When an (*ACCEPT) is triggered inside capturing parentheses, it arranges
@@ -163,7 +163,7 @@ Version 8.37 14-April-2015
for example, /((?2){73}(?2))((?1))/. A better mutual recursion detection
method has been implemented. This infelicity was discovered by the LLVM
fuzzer.
-
+
40. Static linking against the PCRE library using the pkg-config module was
failing on missing pthread symbols.
diff --git a/LICENCE b/LICENCE
index 3b71353..9f6f98e 100644
--- a/LICENCE
+++ b/LICENCE
@@ -6,7 +6,8 @@ and semantics are as close as possible to those of the Perl 5 language.
Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
specified below. The documentation for PCRE, supplied in the "doc"
-directory, is distributed under the same terms as the software itself.
+directory, is distributed under the same terms as the software itself. The data
+in the testdata directory is not copyrighted and is in the public domain.
The basic library functions are written in C and are freestanding. Also
included in the distribution is a set of C++ wrapper functions, and a
diff --git a/NEWS b/NEWS
index c8e48a8..064bf27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
News about PCRE releases
------------------------
-Release 8.37 14-April-2015
+Release 8.37 28-April-2015
--------------------------
This is bug-fix release. Note that this library (now called PCRE1) is now being
diff --git a/configure.ac b/configure.ac
index 7bbbac7..38d1dba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@ dnl be defined as -RC2, for example. For real releases, it should be empty.
m4_define(pcre_major, [8])
m4_define(pcre_minor, [37])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2015-04-14])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2015-04-28])
# NOTE: The CMakeLists.txt file searches for the above variables in the first
# 50 lines of this file. Please update that if the variables above are moved.