diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-05-04 22:25:57 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-05-04 22:25:57 +0200 |
commit | 0b4f5060bbdccea4d9a3c04437aa7e97fbfc1b30 (patch) | |
tree | 34b9504866e038b06cdef6db2577a46384af9747 /pcre/NON-AUTOTOOLS-BUILD | |
parent | 6c5ee862862eea90ebe42b19fd08fda90b36a684 (diff) | |
parent | c4cc91cdc9a236c22749c9c9decd7d190d0eb7fa (diff) | |
download | mariadb-git-0b4f5060bbdccea4d9a3c04437aa7e97fbfc1b30.tar.gz |
Merge branch 'merge-pcre' into 10.0
Diffstat (limited to 'pcre/NON-AUTOTOOLS-BUILD')
-rw-r--r-- | pcre/NON-AUTOTOOLS-BUILD | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pcre/NON-AUTOTOOLS-BUILD b/pcre/NON-AUTOTOOLS-BUILD index cddf3e0699b..1c3da84fcaa 100644 --- a/pcre/NON-AUTOTOOLS-BUILD +++ b/pcre/NON-AUTOTOOLS-BUILD @@ -1,6 +1,14 @@ Building PCRE without using autotools ------------------------------------- +NOTE: This document relates to PCRE releases that use the original API, with +library names libpcre, libpcre16, and libpcre32. January 2015 saw the first +release of a new API, known as PCRE2, with release numbers starting at 10.00 +and library names libpcre2-8, libpcre2-16, and libpcre2-32. The old libraries +(now called PCRE1) are still being maintained for bug fixes, but there will be +no new development. New projects are advised to use the new PCRE2 libraries. + + This document contains the following sections: General @@ -761,4 +769,4 @@ There is also a mirror here: http://www.vsoft-software.com/downloads.html ========================== -Last Updated: 14 May 2013 +Last Updated: 10 February 2015 |