summaryrefslogtreecommitdiff
tag name1.49.91 (cb861bdcd244e26de5c48caeab58a8a6c2a684e7)
tag date2017-08-21 16:21:38 -0700
tagged byPhilip Chimento <philip@endlessm.com>
tagged objectcommit 61887633dc...
downloadgjs-1.49.91.tar.gz
Version 1.49.91
- Deprecation: The private "__name__" property on Lang.Class instances is now discouraged. Code should not have been using this anyway, but if it did then it should use the "name" property on the class (this.__name__ should become this.constructor.name), which is compatible with ES6 classes. - Closed bugs: * Use ES6 classes [#785652, Philip Chimento] * A few fixes for stack traces and error reporting [#786183, Philip Chimento] * /proc/self/stat is read for every frame if GC was not needed [#786017, Benjamin Berg] - Build fix [Philip Chimento]