From 8c5716f502a72afd0157cfbe23fbfbaadf03f1d0 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sun, 26 Jul 2015 00:07:58 +0200 Subject: [PATCH] Bump version to 0.2.1 --- package.xml | 57 ++++++++++++++++++++++++++++++----------------- php_v8js_macros.h | 2 +- 2 files changed, 37 insertions(+), 22 deletions(-) diff --git a/package.xml b/package.xml index d399501..8a033d8 100644 --- a/package.xml +++ b/package.xml @@ -16,11 +16,11 @@ stesie@php.net yes - 2015-03-13 - + 2015-07-26 + - 0.2.0 - 0.2.0 + 0.2.1 + 0.2.1 beta @@ -28,15 +28,10 @@ The MIT License (MIT) -- adapt to latest v8 API (v8 versions from 3.24.6 up to latest 4.3 branch supported now) -- v8 debugging support -- apply time & memory limits to V8Function calls -- support mapping of PHP objects implementing ArrayAccess to native arrays -- new API to set limits: setTimeLimit & setMemoryLimit methods on V8Js object -- typesafe JavaScript function wrappers -- improved back-and-forth object passing (rewrapping, correcty isolate unlocking) -- fix property and method visibility issues -- fix memory leaks +- 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 @@ -96,10 +91,12 @@ - - + + + + @@ -161,7 +158,7 @@ - + @@ -171,14 +168,14 @@ - + - + - + @@ -186,8 +183,8 @@ - - + + @@ -316,5 +313,23 @@ - fix memory leaks + + + 0.2.1 + 0.2.1 + + + beta + beta + + 2015-07-26 + 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 + + diff --git a/php_v8js_macros.h b/php_v8js_macros.h index f1f1478..9fd430c 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.0" +#define PHP_V8JS_VERSION "0.2.1" /* Hidden field name used to link JS wrappers with underlying PHP object */ #define PHPJS_OBJECT_KEY "phpjs::object"