Browse Source

Merge pull request #1512 from svaarala/v2.0.3-release-prep

Release preparations for 2.0.3 release
pull/1494/merge
Sami Vaarala 8 years ago
committed by GitHub
parent
commit
38fa6441f0
  1. 24
      RELEASES.rst
  2. 1
      website/download/download.html

24
RELEASES.rst

@ -2518,6 +2518,30 @@ Miscellaneous:
rather than duk_heaphdr_decref_norz()); however, this function is unused
unless fast refcount handling is disabled explicitly (GH-1410)
2.0.3 (2017-05-04)
------------------
* Fix incorrect assert for RETCONSTN opcode when refcounting is disabled,
actual behavior is correct however (GH-1432, GH-1433)
* Fix potentially stale duk_tval pointer in duk_inspect_value(), also affects
Duktape.info() (GH-1453)
* Fix Symbol Object .valueOf() which returned the Symbol Object rather than
the underlying plain Symbol (GH-1459)
* Fix RegExp group parsing to reject invalid groups like /(?Xabc)/, previously
they were accepted silently (GH-1463)
* Fix potentially stale duk_tval pointer in Proxy deleteProperty handling
(GH-1482)
* Fix missing duk_require_stack() in bound function call handling which caused
calls to bound functions with a lot of bound arguments to fail with a value
stack limit error (GH-1504)
* Fix duk_hbufobj assert in shared slice() handling (GH-1506)
2.1.0 (2017-04-15)
------------------

1
website/download/download.html

@ -46,6 +46,7 @@
<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>
<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>
<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>
<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>
<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>
</tbody>
</table>

Loading…
Cancel
Save