Accepting request 246065 from GNOME:Next

Push GN

OBS-URL: https://build.opensuse.org/request/show/246065
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=93
This commit is contained in:
2014-08-23 11:51:51 +00:00
committed by Git OBS Bridge
parent a3c7a2f7d5
commit 15bfc18e92
4 changed files with 41 additions and 6 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Jul 22 12:25:27 UTC 2014 - dimstar@opensuse.org
- Update to version 1.41.4:
+ Fixed memory management of GObject methods that unref their
instance (bgo#729545).
+ Added a package module implementing the
https://wiki.gnome.org/Projects/Gjs/Package application
conventions (bgo#690136).
+ Updated translations.
-------------------------------------------------------------------
Sat Jul 12 22:07:08 UTC 2014 - dimstar@opensuse.org
- Update to version 1.41.3:
+ Fixed GObject and Gtk overrides (bgo#727781, bgo#727394).
+ Fixed crashes caused by reentrancy during finalization
(bgo#725024).
+ Added a wrapper type for cairo regions (bgo#682303).
+ Several cleanups to GC (bgo#725024).
+ Thread-safe structures are now finalized in the background, for
greater responsiveness (bgo#725024, bgo#730030).
+ A full GC is now scheduled if after executing a piece of JS we
see that the RSS has grown by over 150% (bgo#725099,
bgo#728048).
+ ParamSpecs now support methods and static methods implemented
by glib and exposed by gobject-introspection, in addition to
the manually bound fields (bgo#725282).
+ Protototypes no longer include static properties or
constructors (bgo#725282).
+ Misc cleanups and bugfixes: bgo#727786, bgo#725282, bgo#728004,
bgo#727824.
- Add pkgconfig(cairo-xlib) BuildRequires: new dependency.
-------------------------------------------------------------------
Tue Apr 15 06:25:10 UTC 2014 - zaitor@opensuse.org