Browse Source

Releases: duk_tval_decref_norz() fix

pull/1410/head
Sami Vaarala 8 years ago
parent
commit
3c2fb79d51
  1. 4
      RELEASES.rst

4
RELEASES.rst

@ -2549,6 +2549,10 @@ Planned
mismatch between stored and computed refcounts (with assertions); the
mismatch doesn't have functional effects however (GH-1407)
* Fix incorrect duk_tval_decref_norz() handling (called duk_heaphdr_decref()
rather than duk_heaphdr_decref_norz()); however, this function is unused
unless fast refcount handling is disabled explicitly (GH-1410)
* Avoid log2(), log10(), cbrt(), and trunc() on Android (GH-1325, GH-1341)
* Portability improvements for Solaris, HPUX, and AIX (GH-1356)

Loading…
Cancel
Save