From 677c0f3e2e956ff7d6babffadfff9f4772e39568 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sat, 2 Jul 2016 22:48:38 +0200 Subject: [PATCH] Bump version to 0.6.4 --- package.xml | 82 ++++++++++++++++++++++++++--------------------- php_v8js_macros.h | 2 +- 2 files changed, 46 insertions(+), 38 deletions(-) diff --git a/package.xml b/package.xml index f0b8493..68f1bf3 100644 --- a/package.xml +++ b/package.xml @@ -16,11 +16,11 @@ stesie@php.net yes - 2016-05-22 - + 2016-07-02 + - 0.6.3 - 0.6.3 + 0.6.4 + 0.6.4 stable @@ -28,14 +28,7 @@ The MIT License (MIT) -Bug Fixes -- Send LowMemoryNotification signals to V8 before imposing memory limit -- Fix build against V8 version 5.2 (deprecated WeakCallbackInfo & GetHiddenValue et al) -- Improve/Clarify README - -Code Cleanup -- Removed support for "old-age" V8 versions (i.e. V8 < 4.6.76) -- Removed old examples and pre-phpt test script +Fix build against V8 5.3.337 (and higher) @@ -190,33 +183,33 @@ Code Cleanup - - - - + + + + - + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + @@ -578,5 +571,20 @@ Code Cleanup - Removed old examples and pre-phpt test script + + + 0.6.4 + 0.6.4 + + + stable + stable + + 2016-07-02 + The MIT License (MIT) + +Fix build against V8 5.3.337 (and higher) + + diff --git a/php_v8js_macros.h b/php_v8js_macros.h index 9fb4cc5..3fadbc1 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.6.3" +#define PHP_V8JS_VERSION "0.6.4" /* Helper macros */ #define V8JS_GET_CLASS_NAME(var, obj) \