summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-09-05 16:42:28 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2008-09-05 16:42:28 +0000
commitfe0dcd7f2edc025240f59e1d4a3361abaedc812f (patch)
tree8e4728a25da665fb95c047881ccc0fba7f30d63e
parent32982f0c81923033745576c49e5bf2f11ad5403b (diff)
downloadpcre-fe0dcd7f2edc025240f59e1d4a3361abaedc812f.tar.gz
Updates for 7.8 release
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@374 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--ChangeLog6
-rw-r--r--NEWS2
-rw-r--r--NON-UNIX-USE6
-rw-r--r--README16
-rw-r--r--configure.ac4
5 files changed, 18 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index b90575e..fa137fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
ChangeLog for PCRE
------------------
-Version 7.8 25-Aug-08
+Version 7.8 05-Sep-08
---------------------
1. Replaced UCP searching code with optimized version as implemented for Ad
@@ -75,8 +75,8 @@ Version 7.8 25-Aug-08
19. Updated the Virtual Pascal + BCC files to compile the latest v7.7, as
supplied by Stefan Weber. I made a further small update for 7.8 because
- there is a change of source arrangements: the pcre_searchfuncs.c module is
- replaced by pcre_ucd.c.
+ there is a change of source arrangements: the pcre_searchfuncs.c module is
+ replaced by pcre_ucd.c.
Version 7.7 07-May-08
diff --git a/NEWS b/NEWS
index b587ec5..43e47b6 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ News about PCRE releases
------------------------
-Release 7.8 25-Aug-08
+Release 7.8 05-Sep-08
---------------------
More bug fixes, plus a performance improvement in Unicode character property
diff --git a/NON-UNIX-USE b/NON-UNIX-USE
index fb47fb1..bf5c41a 100644
--- a/NON-UNIX-USE
+++ b/NON-UNIX-USE
@@ -85,8 +85,6 @@ The following are generic comments about building the PCRE C library "by hand".
pcre_internal.h
ucp.h
- ucpinternal.h
- ucptable.h
(5) Also ensure that you have the following file, which is #included as source
when building a debugging version of PCRE, and is also used by pcretest.
@@ -113,7 +111,7 @@ The following are generic comments about building the PCRE C library "by hand".
pcre_study.c
pcre_tables.c
pcre_try_flipped.c
- pcre_ucp_searchfuncs.c
+ pcre_ucd.c
pcre_valid_utf8.c
pcre_version.c
pcre_xclass.c
@@ -439,5 +437,5 @@ $! Locale could not be set to fr
$!
=========================
-Last Updated: 09 July 2008
+Last Updated: 05 September 2008
****
diff --git a/README b/README
index 8b48940..3879038 100644
--- a/README
+++ b/README
@@ -1,9 +1,12 @@
README file for PCRE (Perl-compatible regular expression library)
-----------------------------------------------------------------
-The latest release of PCRE is always available from
+The latest release of PCRE is always available in three alternative formats
+from:
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.gz
+ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.bz2
+ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.zip
There is a mailing list for discussion about the development of PCRE at
@@ -640,7 +643,7 @@ The distribution should contain the following files:
pcre_study.c )
pcre_tables.c )
pcre_try_flipped.c )
- pcre_ucp_searchfuncs.c )
+ pcre_ucd.c )
pcre_valid_utf8.c )
pcre_version.c )
pcre_xclass.c )
@@ -649,9 +652,7 @@ The distribution should contain the following files:
pcre.h.in template for pcre.h when built by "configure"
pcreposix.h header for the external POSIX wrapper API
pcre_internal.h header for internal use
- ucp.h ) headers concerned with
- ucpinternal.h ) Unicode property handling
- ucptable.h ) (this one is the data table)
+ ucp.h header for Unicode property handling
config.h.in template for config.h, which is built by "configure"
@@ -725,6 +726,9 @@ The distribution should contain the following files:
(D) Auxiliary files for cmake support
+ cmake/COPYING-CMAKE-SCRIPTS
+ cmake/FindPackageHandleStandardArgs.cmake
+ cmake/FindReadline.cmake
CMakeLists.txt
config-cmake.h.in
@@ -749,4 +753,4 @@ The distribution should contain the following files:
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 13 April 2008
+Last updated: 05 September 2008
diff --git a/configure.ac b/configure.ac
index bd1fe0d..9370462 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,8 +8,8 @@ dnl empty.
m4_define(pcre_major, [7])
m4_define(pcre_minor, [8])
-m4_define(pcre_prerelease, [-RC1])
-m4_define(pcre_date, [2008-08-25])
+m4_define(pcre_prerelease, [])
+m4_define(pcre_date, [2008-09-05])
# Libtool shared library interface versions (current:revision:age)
m4_define(libpcre_version, [0:1:0])