Re: [pcre-dev] Release candidate for 8.10

Top Page
Delete this message
Author: Sheri
Date:  
To: pcre-dev
Subject: Re: [pcre-dev] Release candidate for 8.10
On 6/3/2010 3:26 PM, Philip Hazel wrote:
> I have just put a release candidate on the PCRE FTP site:
>
> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Testing/pcre-8.10-RC1.tar.gz
> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Testing/pcre-8.10-RC1.tar.bz2
> ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Testing/pcre-8.10-RC1.zip
>
> I have put the number up to 8.10 because there are two major pieces of
> new functionality: support for (*MARK) and friends, and an option called
> PCRE_UCP that makes \d etc use Unicode properties instead of just
> recognizing ASCII characters. There are some other small additions, and
> a number of bug fixes.
>
> Please test this as much as you can; I would like to do the proper
> release in a week or so if no problems show up. Thanks.
>
> Philip
>
>


Not getting any errors on the pcretest suite or our application's test
run, but I did get this new and worrisome message during the Msys build:

[ 93%] Building C object CMakeFiles/pcreposix.dir/pcreposix.obj
Linking C shared library pcreposix.dll
Info: resolving _pcre_free by linking to __imp__pcre_free (auto-import)
Creating library file: libpcreposix.dll.a
c:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe:
warning: auto-importing has been activated without --enable-auto-import
specified on the command line.
This should work unless it involves constant data structures referencing
symbols from auto-imported DLLs.
[ 93%] Built target pcreposix

Regards,
Sheri