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
This commit is contained in:
parent
4c05a773a7
commit
e06095cf01
@ -2,8 +2,8 @@
|
|||||||
Tue Sep 4 19:08:07 UTC 2012 - dimstar@opensuse.org
|
Tue Sep 4 19:08:07 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
- Update to version 1.33.10:
|
- 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
|
+ Throw an exception when registering a GType that already exists
|
||||||
|
+ Object: don't access priv->info if it's NULL
|
||||||
+ Misc bug fixes.
|
+ Misc bug fixes.
|
||||||
- Drop gjs-avoid_crash.patch: fixed upstream.
|
- 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
|
Mon Aug 20 17:12:32 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
- Update to version 1.33.9:
|
- Update to version 1.33.9:
|
||||||
|
+ Several changes in the GC system.
|
||||||
+ Fix memory leaks.
|
+ Fix memory leaks.
|
||||||
+ Fix compiler warnings.
|
+ 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
|
+ Fold libgjs-gdbus.so into libgjs.so
|
||||||
+ GDBus: fix NotImplementedError message
|
+ GDBus: fix NotImplementedError message
|
||||||
+ system: add getpid(), getuid(), getgid()
|
+ system: add getpid(), getuid(), getgid()
|
||||||
|
+ Handle arrays of filenames
|
||||||
+ Rename GjsDBus to GjsPrivate
|
+ 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.
|
+ Fix various memory leaks.
|
||||||
- Rename typelib-1_0-GjsDBus-1_0 subpackage to
|
- 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.
|
- Drop gjs-getpid_uid_gid.patch: fixed upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user