From be9b2ae6d34e9087fa35f712193a7831274e6ca0 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sun, 4 Sep 2016 16:45:11 +0200 Subject: [PATCH] Bump version to 1.3.2 --- package.xml | 54 ++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 39 insertions(+), 15 deletions(-) diff --git a/package.xml b/package.xml index 0fdae5f..ee191dc 100644 --- a/package.xml +++ b/package.xml @@ -16,11 +16,11 @@ stesie@php.net yes - 2016-07-02 - + 2016-09-04 + - 1.3.1 - 1.3.1 + 1.3.2 + 1.3.2 stable @@ -28,7 +28,10 @@ The MIT License (MIT) -Fix build against V8 5.3.337 (and higher) +- fix reference counting issue (and hence use-after-free memory error) +- fix another use-after-free issue with registerExtension +- fix build against PHP 7.1 (beta) +- correctly export reference-type variables to JavaScript @@ -136,6 +139,9 @@ Fix build against V8 5.3.337 (and higher) + + + @@ -194,7 +200,7 @@ Fix build against V8 5.3.337 (and higher) - + @@ -202,30 +208,30 @@ Fix build against V8 5.3.337 (and higher) - + - + - + - + - + - - + + - + - + @@ -715,5 +721,23 @@ Fix build against V8 5.3.337 (and higher) Fix build against V8 5.3.337 (and higher) + + + 1.3.2 + 1.3.2 + + + stable + stable + + 2016-09-04 + The MIT License (MIT) + +- fix reference counting issue (and hence use-after-free memory error) +- fix another use-after-free issue with registerExtension +- fix build against PHP 7.1 (beta) +- correctly export reference-type variables to JavaScript + +