X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=blobdiff_plain;f=Changes;h=b8a2341047cd11b44161a982b984c41e919cd1c5;hp=ffac2bfb50e8bf9c39d97745ecbd0f24eaf4e9a2;hb=HEAD;hpb=7b88eb9cbb0c1342a6480820450644708aed019c diff --git a/Changes b/Changes index ffac2bf..b8a2341 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,38 @@ Revision history for re-engine-Hooks +0.05 2013-08-24 19:50 UTC + This is a maintenance release. The code contains no functional change. + Satisfied users of version 0.04 can skip this update. + + Dep : Development releases of perls from the branches 5.11, 5.13, + 5.15 and 5.17 are no longer supported. Support for the branch + 5.19 will be removed as soon as the branch 5.21 is available. + All stable releases of perl since 5.10.1 are still supported. + + Doc : C++ compilers are officially NOT supported. + + Doc : POD headings are now properly linkable. + + Tst : Author tests are no longer bundled with this distribution. + They are only made available to authors in the git repository. + + Upd : Support for perl 5.14.4, 5.16.3, 5.18.[01] and 5.19.[0123]. + +0.04 2013-01-30 19:30 UTC + + Tst : t/93-pod-spelling.t does not crash anymore on perl 5.12 and + below. + + Upd : Support for perl 5.12.5, 5.14.3, 5.16.2 and 5.17.[5678]. + +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.