Accepting request 521733 from GNOME:Next
1.49.92 OBS-URL: https://build.opensuse.org/request/show/521733 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=130
This commit is contained in:
parent
43a10278d7
commit
486d4e0075
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a187c3eaf04a4ce4c68a8cac384fd5c7fe5710cee53fbd51babc3bbb27264069
|
|
||||||
size 618060
|
|
3
gjs-1.49.92.tar.xz
Normal file
3
gjs-1.49.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:79d56e8752e5803ced54b9111fc4fa7da382d40868479318906556e79e8bf4a2
|
||||||
|
size 610884
|
19
gjs.changes
19
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
|
Mon Sep 4 20:01:54 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
2
gjs.spec
2
gjs.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.49.91
|
Version: 1.49.92
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: find out if tapsets should really be in devel package or in main package
|
# FIXME: find out if tapsets should really be in devel package or in main package
|
||||||
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
Summary: JavaScript bindings based on gobject-introspection and Mozilla
|
||||||
|
Loading…
Reference in New Issue
Block a user