SHA256
1
0
forked from pool/gjs
Go to file
Dominique Leuenberger 50dcfd69f1 Accepting request 519483 from GNOME:Next
- Update to 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 (bgo#785652).
    - A few fixes for stack traces and error reporting
      (bgo#786183).
    - /proc/self/stat is read for every frame if GC was not needed
      (bgo#786017).
  + Build fix.

- Update to version 1.49.90:
  + New API: GObject.registerClass(), intended for use with ES6
    classes.
  + Misc 1.49 and mozjs52 enhancements (bgo#785040).
  + Switch to native promises (bgo#784713).
  + Can't call exports using top-level variable toString
    (bgo#781623).
  + Properties no longer recognized when shadowed by a method
    (bgo#785091).
  + Backport of changes required for use with mozjs-55.
- Changes from version 1.49.6:
  + GJS crash in needsPostBarrier, possible access from wrong
    thread (bgo#783935).
- Changes from version 1.49.4:
  + This version of GJS is based on SpiderMonkey 52.
  + New language features

OBS-URL: https://build.opensuse.org/request/show/519483
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=128
2017-08-31 07:45:40 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=1 2009-08-04 10:20:43 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gjs?expand=0&rev=1 2009-08-04 10:20:43 +00:00
gjs-1.49.91.tar.xz Accepting request 519483 from GNOME:Next 2017-08-31 07:45:40 +00:00
gjs.changes Accepting request 519483 from GNOME:Next 2017-08-31 07:45:40 +00:00
gjs.spec Accepting request 519483 from GNOME:Next 2017-08-31 07:45:40 +00:00