X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=90beea90e3d08dff580de3fb97d269c99efb56b1;hb=39b89ebc30220f347fb9ed7977395889e2bb37ad;hp=ffac2bfb50e8bf9c39d97745ecbd0f24eaf4e9a2;hpb=7b88eb9cbb0c1342a6480820450644708aed019c;p=perl%2Fmodules%2Fre-engine-Hooks.git diff --git a/Changes b/Changes index ffac2bf..90beea9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,20 @@ Revision history for re-engine-Hooks +0.03 2012-09-24 11:10 UTC + + Doc : reh_exec_hook() has been correctly renamed to + reh_exec_node_hook() in the documentation. + + Fix : The module now links correctly on Windows. + + Upd : Support for perl 5.16.[01] and 5.17.[01234] has been added. + +0.02 2012-02-31 15:50 UTC + + Chg : INCOMPATIBLE CHANGE : Arguments are now passed to + reh_register() through a configuration structure. + + Chg : The node compilation hook is now called when a branch is + converted into a trie. + + Fix : The module now builds correctly on perl 5.15.5 and greater. + + Fix : Duplicated symbols on Windows should have been pruned. + + Fix : The module is now be thread-safe. + 0.01 2012-03-29 22:00 UTC First version, released on an unsuspecting world.