[Pcre-svn] [1553] code/trunk: Final tidies for 8.37

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1553] code/trunk: Final tidies for 8.37
Revision: 1553
          http://vcs.pcre.org/viewvc?view=rev&revision=1553
Author:   ph10
Date:     2015-04-28 12:36:24 +0100 (Tue, 28 Apr 2015)


Log Message:
-----------
Final tidies for 8.37

Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/LICENCE
    code/trunk/NEWS
    code/trunk/configure.ac


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2015-04-23 17:34:33 UTC (rev 1552)
+++ code/trunk/ChangeLog    2015-04-28 11:36:24 UTC (rev 1553)
@@ -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 @@
     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.



Modified: code/trunk/LICENCE
===================================================================
--- code/trunk/LICENCE    2015-04-23 17:34:33 UTC (rev 1552)
+++ code/trunk/LICENCE    2015-04-28 11:36:24 UTC (rev 1553)
@@ -6,7 +6,8 @@


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

Modified: code/trunk/NEWS
===================================================================
--- code/trunk/NEWS    2015-04-23 17:34:33 UTC (rev 1552)
+++ code/trunk/NEWS    2015-04-28 11:36:24 UTC (rev 1553)
@@ -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

Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2015-04-23 17:34:33 UTC (rev 1552)
+++ code/trunk/configure.ac    2015-04-28 11:36:24 UTC (rev 1553)
@@ -10,8 +10,8 @@


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.