This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,22 +26,24 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2017-06-30</date> | ||
<time>18:55:05</time> | ||
<date>2017-07-17</date> | ||
<time>19:04:05</time> | ||
<version> | ||
<release>0.1.7</release> | ||
<api>0.1.7</api> | ||
<release>0.1.8</release> | ||
<api>0.1.8</api> | ||
</version> | ||
<stability> | ||
<release>stable</release> | ||
<api>stable</api> | ||
</stability> | ||
<license uri="https://opensource.org/licenses/mit">The MIT License (MIT)</license> | ||
<notes> | ||
Changes to public API and other important changes which may affect end-user: | ||
|
||
- Require v8 >= 6.1.170; | ||
- Fix segfaults on unclean shutdown; | ||
This release extends and clarify existent API and does not introduce any BC-breaking changes. | ||
|
||
Changes list: | ||
|
||
- Change V8\Exception::*Error() return type to V8\ObjectValue as the only possible type; | ||
- Add external exception wiring option to V8\Isolate::ThrowException(). | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -227,6 +229,7 @@ | |
<file name="tests/V8Isolate_IsDead.phpt" role="test" /> | ||
<file name="tests/V8Isolate_IsInUse.phpt" role="test" /> | ||
<file name="tests/V8Isolate_ThrowException.phpt" role="test" /> | ||
<file name="tests/V8Isolate_ThrowException_with_external.phpt" role="test" /> | ||
<file name="tests/V8Isolate_gc_cyclic_ref_memleak.phpt" role="test" /> | ||
<file name="tests/V8Isolate_limit_memory.phpt" role="test" /> | ||
<file name="tests/V8Isolate_limit_memory_nested.phpt" role="test" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters