X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Changes;fp=Changes;h=887b7674120a0257631c57ad5ed8a66a678bd5b0;hp=2389f840016bd37df5dc6fa14162232ff781445b;hb=c67a1ff2df5beee2390234f358bc4e2aefb361ed;hpb=182fcce5112d0394e1678a80b3f17b3581918f7e diff --git a/Changes b/Changes index 2389f84..887b767 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ +0.11 2015-11-05 01:00 UTC - Vincent Pit + + Add : It is now possible to specify a re::engine::Plugin object + destructor by passing the 'free' option either to + re::engine::Plugin->import or to $re->callbacks. + + Chg : A large chunk of boilerplate XS code, which is also used in + other XS modules, has been factored out of the main .xs file + to a collection of .h files in the xsh subdirectory. + + Fix : A couple of memory leaks have been plugged. + 0.10 2014-10-01 23:55 UTC - Vincent Pit + Fix : [RT #92118] : Testing failed with Perl 5.17.5+ The tests have been taught about perls newer than 5.18.0.