diff --git a/gjs-1.49.91.tar.xz b/gjs-1.49.91.tar.xz deleted file mode 100644 index 77cd30d..0000000 --- a/gjs-1.49.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a187c3eaf04a4ce4c68a8cac384fd5c7fe5710cee53fbd51babc3bbb27264069 -size 618060 diff --git a/gjs-1.49.92.tar.xz b/gjs-1.49.92.tar.xz new file mode 100644 index 0000000..303930b --- /dev/null +++ b/gjs-1.49.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d56e8752e5803ced54b9111fc4fa7da382d40868479318906556e79e8bf4a2 +size 610884 diff --git a/gjs.changes b/gjs.changes index 40b8794..f180c40 100644 --- a/gjs.changes +++ b/gjs.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Sep 5 10:37:59 UTC 2017 - dimstar@opensuse.org + +- Update to version 1.49.92: + + It's now possible to build GJS with sanitizers (ASan and + UBSan) enabled; add "--enable-asan" and "--enable-ubsan" to + your configure flags. + + There's also a "make check-valgrind" target which will run + GJS's test suite under Valgrind to catch memory leaks and + threading races. + + Many of the crashes in GNOME 3.24 were caused by GJS's closure + invalidation code which had to change from the known-working + state in 1.46 because of changes to SpiderMonkey's garbage + collector. This code has been refactored to be less + complicated, which will hopefully improve stability and + debuggability. + + Docs tweaks. + + Bugs fixed: bgo#783220, bgo#786668, bgo#786995, bgo#787113. + ------------------------------------------------------------------- Mon Sep 4 20:01:54 UTC 2017 - dimstar@opensuse.org diff --git a/gjs.spec b/gjs.spec index 9bc0fc6..6081260 100644 --- a/gjs.spec +++ b/gjs.spec @@ -17,7 +17,7 @@ Name: gjs -Version: 1.49.91 +Version: 1.49.92 Release: 0 # FIXME: find out if tapsets should really be in devel package or in main package Summary: JavaScript bindings based on gobject-introspection and Mozilla