SHA256
1
0
forked from pool/gjs

Accepting request 63182 from home:dimstar:branches:GNOME:Factory

ok

OBS-URL: https://build.opensuse.org/request/show/63182
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=37
This commit is contained in:
2011-03-01 21:47:15 +00:00
committed by Git OBS Bridge
parent 13ae07088c
commit a381fe5cf1
5 changed files with 20 additions and 249 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Mar 1 21:28:26 UTC 2011 - dimstar@opensuse.org
- Update to version 0.7.11:
+ Add gjs_context_maybe_gc() which is similar to JS_MaybeGC but
tries to account for native allocations made directly from libc
when determining if GC is useful. Also invoke after creating
new native objects.
+ Adapt to additional xulrunner 2.0 changes
+ Add back debugger module, with single nativeTrap() function to
trigger debugger breakpoint
+ Fix bug with looking up namespaced native modules
+ Memory leak fix
+ Build fixes
- Drop gjs-xulrunner20b11-fix.patch: fixed upstream.
-------------------------------------------------------------------
Mon Feb 21 15:42:29 CET 2011 - vuntz@opensuse.org