[Pcre-svn] [984] code/trunk: Final tidies for 8.31.

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [984] code/trunk: Final tidies for 8.31.
Revision: 984
          http://vcs.pcre.org/viewvc?view=rev&revision=984
Author:   ph10
Date:     2012-07-06 10:58:13 +0100 (Fri, 06 Jul 2012)


Log Message:
-----------
Final tidies for 8.31.

Modified Paths:
--------------
    code/trunk/NEWS
    code/trunk/configure.ac
    code/trunk/maint/README


Modified: code/trunk/NEWS
===================================================================
--- code/trunk/NEWS    2012-07-06 08:55:10 UTC (rev 983)
+++ code/trunk/NEWS    2012-07-06 09:58:13 UTC (rev 984)
@@ -1,7 +1,7 @@
 News about PCRE releases
 ------------------------


-Release 8.31 20-June-2012
+Release 8.31 06-July-2012
-------------------------

This is mainly a bug-fixing release, with a small number of developments:

Modified: code/trunk/configure.ac
===================================================================
--- code/trunk/configure.ac    2012-07-06 08:55:10 UTC (rev 983)
+++ code/trunk/configure.ac    2012-07-06 09:58:13 UTC (rev 984)
@@ -10,16 +10,16 @@


m4_define(pcre_major, [8])
m4_define(pcre_minor, [31])
-m4_define(pcre_prerelease, [-RC2])
-m4_define(pcre_date, [2012-06-18])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2012-07-06])

# 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.

# Libtool shared library interface versions (current:revision:age)
-m4_define(libpcre_version, [1:0:0])
-m4_define(libpcre16_version, [0:0:0])
-m4_define(libpcreposix_version, [0:0:0])
+m4_define(libpcre_version, [1:1:0])
+m4_define(libpcre16_version, [0:1:0])
+m4_define(libpcreposix_version, [0:1:0])
m4_define(libpcrecpp_version, [0:0:0])

AC_PREREQ(2.57)

Modified: code/trunk/maint/README
===================================================================
--- code/trunk/maint/README    2012-07-06 08:55:10 UTC (rev 983)
+++ code/trunk/maint/README    2012-07-06 09:58:13 UTC (rev 984)
@@ -128,10 +128,9 @@
   may see a number of "pcre_memmove defined but not used" warnings for the
   modules in which there is no call to memmove(). These can be ignored.


-. Documentation: check AUTHORS, COPYING, ChangeLog (check version and date),
- INSTALL, LICENCE, NEWS (check version and date), NON-AUTOTOOLS-BUILD, and
- README. Many of these won't need changing, but over the long term things do
- change.
+. Documentation: check AUTHORS, ChangeLog (check version and date), LICENCE,
+ NEWS (check version and date), NON-AUTOTOOLS-BUILD, and README. Many of these
+ won't need changing, but over the long term things do change.

. I used to test new releases myself on a number of different operating
systems, using different compilers as well. For example, on Solaris it is