news 28 Posted October 4, 2010 Version 0.7.4 ------------- http://ftp.gnome.org/pub/GNOME/sources/gjs/0.7/ ff38b380c64a463c98a65bee4612c8a08f8939ce09c2645c4f727c4a2b8b743b gjs-0.7.4.tar.bz2 86e21f1b5be12d1eb120426eb69195440f29c5d965a215d101cfa369ad32e134 gjs-0.7.4.tar.gz About Gjs: Gjs allows using GNOME libraries from Javascript. It's based on the Spidermonkey Javascript engine from Mozilla and the GObject introspection framework. Changes: - Adapt to API changes in XulRunner 2.0; compatibility defines are used to build either with XulRunner 1.9.2 or with the development branch. [Colin, Owen, Maxim] - Get rid of the "call context" and "load context" - replace the call context with an idea of a current context and the global context with a shared global object used for all imports. [Owen, Colin] - Don't return [ undefined ] when parsing an empty list of values, return []. [Johan] - Consolidate duplicate code for initializing and destroying contexts [Colin] - Fix various missing calls to JS_EndRequest() [Colin] - Remove the "debugger" module that no-one was using [Colin] - Misc Bug fixes [Colin] - Build fixes [Colin, Owen] Contributors: Johan Bilien, Maxim Ermilov, Owen Taylor, Colin Walters Bugs fixed: 622896 - xulrunner 1.9.3+ port 626563 - gjs failed 'make test' on x86_64 629965 - dbus: Don't return [ undefined ] when parsing an empty list of values 629967 - dbus: Restore the previous behavior of returning undefined 630413 - Patches for tests (xulrunner 1.9.3 prep work) 630416 - dbus: Use hex in string literals instead of deprecated octal syntax 630423 - request pairing patches 630853 - Remove -Wfloat-equal 630963 - Adapt tests to removals from Regress test suite 630964 - Optimize pushing the current context _______________________________________________ Share this post Link to post