X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Changes;fp=Changes;h=a7d2facc6e57f9f8dbab36ff1ec9a7be02ae6a60;hp=5fe0225bcd906992643148d42001135070ec9e20;hb=bc267d60ef7d608508577cfff73a43378b9f874f;hpb=69c74f63ae52e56296a9cd24583a473cbf861f6d 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.