SHA256
1
0
forked from pool/gjs

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:
2017-09-06 19:39:44 +00:00
committed by Git OBS Bridge
parent 43a10278d7
commit 486d4e0075
4 changed files with 23 additions and 4 deletions

View File

@@ -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