X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Changes;h=a7d2facc6e57f9f8dbab36ff1ec9a7be02ae6a60;hp=5fe0225bcd906992643148d42001135070ec9e20;hb=8841074697e50dc9be0faf100e25e540968a2d9a;hpb=37642baad6c2d95e8a557017d221496095053def diff --git a/Changes b/Changes index 5fe0225..a7d2fac 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ +0.09 2011-04-05 16:05 UTC - Vincent Pit + + Add : The constants REP_THREADSAFE and REP_FORKSAFE tell you whenever + the pragma is thread-safe and fork-safe. + + Fix : Compatibility with perl 5.13.6 and upwards. + + Fix : The pragma should be much less eager to leak into other scopes. + + Fix : Memory leaks of code references stored into the regexp object. + + Fix : Work around Kwalitee test misfailures. + + Tst : Thread safety is now tested on perl 5.13.4 and greater. + 0.08 2009-08-29 16:55 UTC - Vincent Pit + Add : The new ->callbacks method to the regexp object let you specify the 'exec' callback on an individual basis.