From e06095cf0161e34850b1236e1202358c506f8bdc32349b77bc54754dca507b6f Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 7 Sep 2012 22:40:05 +0000 Subject: [PATCH] Accepting request 133322 from home:vuntz:branches:GNOME:Factory suggested tweak OBS-URL: https://build.opensuse.org/request/show/133322 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=69 --- gjs.changes | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gjs.changes b/gjs.changes index 46a3405..209220c 100644 --- a/gjs.changes +++ b/gjs.changes @@ -2,8 +2,8 @@ Tue Sep 4 19:08:07 UTC 2012 - dimstar@opensuse.org - Update to version 1.33.10: - + Object: don't access priv->info if it's NULL + Throw an exception when registering a GType that already exists + + Object: don't access priv->info if it's NULL + Misc bug fixes. - Drop gjs-avoid_crash.patch: fixed upstream. @@ -16,6 +16,7 @@ Mon Aug 27 18:13:21 UTC 2012 - dimstar@opensuse.org Mon Aug 20 17:12:32 UTC 2012 - dimstar@opensuse.org - Update to version 1.33.9: + + Several changes in the GC system. + Fix memory leaks. + Fix compiler warnings. @@ -47,10 +48,14 @@ Fri Jun 29 11:04:30 UTC 2012 - dimstar@opensuse.org + Fold libgjs-gdbus.so into libgjs.so + GDBus: fix NotImplementedError message + system: add getpid(), getuid(), getgid() + + Handle arrays of filenames + Rename GjsDBus to GjsPrivate + + Import a new "format" module + + Add argument names to our function's toString + + Support Function.prototype.length + Fix various memory leaks. - Rename typelib-1_0-GjsDBus-1_0 subpackage to - typelib-1_0-GjsPrivate-1_0. + typelib-1_0-GjsPrivate-1_0, following upstream change. - Drop gjs-getpid_uid_gid.patch: fixed upstream. -------------------------------------------------------------------