Browse Source

Releases: thr->resumer refcount

pull/1407/head
Sami Vaarala 8 years ago
parent
commit
1c40424d63
  1. 4
      RELEASES.rst

4
RELEASES.rst

@ -2542,6 +2542,10 @@ Planned
cosmetic effect for Object.prototype.toString.call(Duktape.Thread.prototype) cosmetic effect for Object.prototype.toString.call(Duktape.Thread.prototype)
(GH-1402) (GH-1402)
* Fix missing INCREF/DECREF for a thread's .resumer field which caused a
mismatch between stored and computed refcounts (with assertions); the
mismatch doesn't have functional effects however (GH-1407)
* Avoid log2(), log10(), cbrt(), and trunc() on Android (GH-1325, GH-1341) * Avoid log2(), log10(), cbrt(), and trunc() on Android (GH-1325, GH-1341)
* Portability improvements for Solaris, HPUX, and AIX (GH-1356) * Portability improvements for Solaris, HPUX, and AIX (GH-1356)

Loading…
Cancel
Save