diff --git a/gjs-1.52.0.tar.xz b/gjs-1.52.0.tar.xz deleted file mode 100644 index f893dbd..0000000 --- a/gjs-1.52.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5524a045e5e1d34a2a510133c662f2685e15ce26ae2ed699fb5d131b6b04a4ca -size 608692 diff --git a/gjs-1.52.2.tar.xz b/gjs-1.52.2.tar.xz new file mode 100644 index 0000000..5587c77 --- /dev/null +++ b/gjs-1.52.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bd9c9afabf934f43c55d97fa693a2f207c866c70eeba089a2306d3af47a003 +size 625616 diff --git a/gjs.changes b/gjs.changes index 0050a7a..a102ea9 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Apr 18 19:07:35 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 1.52.2: + + This is an unscheuled release in order to revert a commit that + causes a crash on exit, with some Cairo versions. + + Closed bugs and merge requests: + - heapgraph.py: adjust terminal output style + (glgo#gnome/gjs#120). + - Warn about compilation warnings (glgo#gnome/gjs#125). + - Miscellaneous commits. + +------------------------------------------------------------------- +Tue Apr 10 02:46:28 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 1.52.1: + + In addition to System.dumpHeap(), you can now dump a heap from + a running Javascript program by starting it with the + environment variable GJS_DEBUG_HEAP_OUTPUT=some_name, and + sending it SIGUSR1. + + Closed bugs: + - Crash when resolving promises if exception is pending + (glgo#GNOME/gjs#18). + - Tools for examining heap graph (glgo#GNOME/gjs#116). + - Add support for passing flags to Gio.DBusProxy in + makeProxyWrapper (glgo#GNOME/gjs#122). + - Cannot instantiate Cairo.Context (glgo#GNOME/gjs#126). + - GISCAN GjsPrivate-1.0.gir fails (glgo#GNOME/gjs#128). + - Invalid read of g_object_finalized flag (glgo#GNOME/gjs#129). + - Pick a different C++ linter. + - profiler: Don't assume layout of struct sigaction. + - Update tweener.js. + - Various maintenance. + ------------------------------------------------------------------- Tue Mar 13 08:04:24 UTC 2018 - dimstar@opensuse.org diff --git a/gjs.spec b/gjs.spec index 9f8ef74..6dc13e6 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,7 @@ Name: gjs -Version: 1.52.0 +Version: 1.52.2 Release: 0 Summary: JavaScript bindings based on gobject-introspection and Mozilla License: MIT