[gjs] Created tag 1.49.91



The unsigned tag '1.49.91' was created.

Tagger: Philip Chimento <philip endlessm com>
Date: Mon Aug 21 16:21:38 2017 -0700

    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]

Changes since the last tag '1.49.90':

Benjamin Berg (1):
      jsapi-util: Also rate limit checking the process size

Philip Chimento (10):
      build: Post-release version bump
      Gtk: Use GObject.registerClass() for Gtk.Widgets
      legacy class: Add name property to class object
      legacy class: Reinstate Lang.getMetaClass()
      gerror: Use JS::CaptureCurrentStack for stack info
      stack: Remove gjs_context_get_frame_info()
      gerror: Define a columnNumber on GError-backed errors
      console: Print exception even when not from SpiderMonkey
      tests: Re-enable accidentally disabled tests
      release: Prepare for 1.49.91


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]