From 3c25bb29896dbc7bffaddb8de5421dab183a5ca4 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Thu, 27 Aug 2015 16:21:39 +0200 Subject: [PATCH] Bump version to 0.2.3 --- package.xml | 42 ++++++++++++++++++++++++++++-------------- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/package.xml b/package.xml index 8af05f8..854d918 100644 --- a/package.xml +++ b/package.xml @@ -16,11 +16,11 @@ stesie@php.net yes - 2015-08-26 - + 2015-08-27 + - 0.2.2 - 0.2.2 + 0.2.3 + 0.2.3 beta @@ -28,11 +28,8 @@ The MIT License (MIT) -- Fix CommonJS module caching -- Fix use-after-free issue on CommonJS module reuse -- Fix memory leaks in CommonJS module loader -- Fix memory leak regarding lost script resources (compileScript call et al) -- Improve V8Function call performance +- Fix FLAG_FORCE_ARRAY affecting V8Function objects +- Fix memory leak with repeated calls of methods on exported PHP objects @@ -120,6 +117,7 @@ + @@ -173,7 +171,7 @@ - + @@ -183,17 +181,17 @@ - - + + - + - + @@ -359,5 +357,21 @@ - Improve V8Function call performance + + + 0.2.3 + 0.2.3 + + + beta + beta + + 2015-08-27 + The MIT License (MIT) + +- Fix FLAG_FORCE_ARRAY affecting V8Function objects +- Fix memory leak with repeated calls of methods on exported PHP objects + +