]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Changes
This is 0.09
[perl/modules/re-engine-Plugin.git] / Changes
diff --git a/Changes b/Changes
index 5fe0225bcd906992643148d42001135070ec9e20..a7d2facc6e57f9f8dbab36ff1ec9a7be02ae6a60 100644 (file)
--- 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.