Skip to content

Commit 38fa644

Browse files
authored
Merge pull request svaarala#1512 from svaarala/v2.0.3-release-prep
Release preparations for 2.0.3 release
2 parents e5fe166 + 629b73b commit 38fa644

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

RELEASES.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2518,6 +2518,30 @@ Miscellaneous:
25182518
rather than duk_heaphdr_decref_norz()); however, this function is unused
25192519
unless fast refcount handling is disabled explicitly (GH-1410)
25202520

2521+
2.0.3 (2017-05-04)
2522+
------------------
2523+
2524+
* Fix incorrect assert for RETCONSTN opcode when refcounting is disabled,
2525+
actual behavior is correct however (GH-1432, GH-1433)
2526+
2527+
* Fix potentially stale duk_tval pointer in duk_inspect_value(), also affects
2528+
Duktape.info() (GH-1453)
2529+
2530+
* Fix Symbol Object .valueOf() which returned the Symbol Object rather than
2531+
the underlying plain Symbol (GH-1459)
2532+
2533+
* Fix RegExp group parsing to reject invalid groups like /(?Xabc)/, previously
2534+
they were accepted silently (GH-1463)
2535+
2536+
* Fix potentially stale duk_tval pointer in Proxy deleteProperty handling
2537+
(GH-1482)
2538+
2539+
* Fix missing duk_require_stack() in bound function call handling which caused
2540+
calls to bound functions with a lot of bound arguments to fail with a value
2541+
stack limit error (GH-1504)
2542+
2543+
* Fix duk_hbufobj assert in shared slice() handling (GH-1506)
2544+
25212545
2.1.0 (2017-04-15)
25222546
------------------
25232547

website/download/download.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<tr><td class="reldate">2017-01-02</td><td class="filename"><a href="duktape-2.0.0.tar.xz">duktape-2.0.0.tar.xz</a></td><td class="description">buffers, ES2016 improvements, performance, footprint</td><td class="hash">XXX</td></tr>
4747
<tr><td class="reldate">2017-01-27</td><td class="filename"><a href="duktape-2.0.1.tar.xz">duktape-2.0.1.tar.xz</a></td><td class="description">maintenance release</td><td class="hash">XXX</td></tr>
4848
<tr><td class="reldate">2017-03-20</td><td class="filename"><a href="duktape-2.0.2.tar.xz">duktape-2.0.2.tar.xz</a></td><td class="description">maintenance release</td><td class="hash">XXX</td></tr>
49+
<tr><td class="reldate">2017-05-04</td><td class="filename"><a href="duktape-2.0.3.tar.xz">duktape-2.0.3.tar.xz</a></td><td class="description">maintenance release (no longer maintained)</td><td class="hash">XXX</td></tr>
4950
<tr class="latest"><td class="reldate">2017-04-15</td><td class="filename"><a href="duktape-2.1.0.tar.xz">duktape-2.1.0.tar.xz</a></td><td class="description">performance, side effect handling</td><td class="hash">XXX</td></tr>
5051
</tbody>
5152
</table>

0 commit comments

Comments
 (0)