[Changes for 0.08 - 2006-12-06]
* Complete changeover to XS and as part of that switch to ExtUtils::MakeMaker
This release is 30k smaller compressed!
* Provide extra boot time logic to set up the correct pcre_malloc hooks
so that the extension uses perls memory management routines and not
malloc directly. This is especially important for threading as we have
to ensure we are using shared memory.
* Switch to a static build of PCRE, we dont need to export any of its API
as we are statically linking to it anyway. This resolves some warnings
on Win32.
* Added a TODO list.
Contributed by: Yves Orton
[Changes for 0.07 - 2006-12-06]
* Remove SWIG-related source files as they are no longer required.
[Changes for 0.06 - 2006-12-05]
* Blead was patched in 29468 to resolve the issues raised by v 0.5 of
this module.
See: http://public.activestate.com/cgi-bin/perlbrowse/29468
Contributed by: Yves Orton
[Changes for 0.05 - 2006-12-05]
* Changes related to getting things to work on a threaded perl.
This identified several issues with the API that needed to be
worked around. Once the appropriate patches are applied to perl
they wont be needed.
Contributed by: Yves Orton
[Changes for 0.04 - 2006-12-05]
* Build fixes for VC++.
Reported by: Yves Orton
[Changes for 0.03 - 2006-12-05]
* Support for "no re::engine::PCRE".
Suggested by: Gaal Yahas
[Changes for 0.01 - 2006-12-05]
* Initial CPAN release to win a metre of beer:
http://use.perl.org/article.pl?sid=06/12/04/1526217.