From de0931a90be6150fd718d44aa6ac50bfa78045ca Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Wed, 26 Aug 2015 11:19:26 +0200 Subject: [PATCH] Bump version to 0.2.2 --- package.xml | 70 +++++++++++++++++++++++++++++++++-------------- php_v8js_macros.h | 2 +- 2 files changed, 50 insertions(+), 22 deletions(-) diff --git a/package.xml b/package.xml index 8a033d8..8af05f8 100644 --- a/package.xml +++ b/package.xml @@ -16,11 +16,11 @@ stesie@php.net yes - 2015-07-26 - + 2015-08-26 + - 0.2.1 - 0.2.1 + 0.2.2 + 0.2.2 beta @@ -28,10 +28,11 @@ The MIT License (MIT) -- adapt to latest v8 API (v8 versions from 3.24.6 up to latest 4.6 branch supported now) -- fixed FLAG_FORCE_ARRAY behaviour regarding property assignments -- properly stop (and restart) timer thread (for memory & cpu limits) -- fixed crash on failed module bootstrapping +- 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 @@ -69,8 +70,15 @@ + + + + + + + @@ -111,7 +119,7 @@ - + @@ -158,39 +166,40 @@ - + - - + + - + - + - - - + + + + - + - - - + + + @@ -331,5 +340,24 @@ - fixed crash on failed module bootstrapping + + + 0.2.2 + 0.2.2 + + + beta + beta + + 2015-08-26 + 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 + + diff --git a/php_v8js_macros.h b/php_v8js_macros.h index cc7aaa4..7b1ad17 100644 --- a/php_v8js_macros.h +++ b/php_v8js_macros.h @@ -53,7 +53,7 @@ extern "C" { #endif /* V8Js Version */ -#define PHP_V8JS_VERSION "0.2.1" +#define PHP_V8JS_VERSION "0.2.2" /* Hidden field name used to link JS wrappers with underlying PHP object */ #define PHPJS_OBJECT_KEY "phpjs::object"