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 + +