Accepting request 207365 from home:dimstar:bnc849913

Update to GNOME 3.10.2

OBS-URL: https://build.opensuse.org/request/show/207365
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=247
This commit is contained in:
2013-11-18 20:25:22 +00:00
committed by Git OBS Bridge
parent 1672f5676c
commit 7c906726f0
7 changed files with 47 additions and 36 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sun Nov 17 20:02:45 UTC 2013 - dimstar@opensuse.org
- Add glib2-dbus-socket-path.patch: Have gio look for the system
dbus socket in /run instead of /var/run (bnc#845287).
-------------------------------------------------------------------
Tue Nov 12 16:47:42 UTC 2013 - dimstar@opensuse.org
- Update to version 2.38.2 (bnc#849913):
+ GCancellableSource will now dispatch for each time a
cancellable is cancelled (ie: in the case that it was reset)
but this is still considered undefined behaviour.
+ Fix g_source_add_child_source() thread safety issues.
+ Add workaround for buggy D-Bus daemons when path-matching on
'/'.
+ Fallback to pathname queryinfo to help g_file_copy() work on
gvfs filesystems that don't implement query_info_on_read().
+ Don't crash if loading a DBusActivatable application from
keyfile.
+ Fix crash when replacing a symlink with another using GIO.
+ Add a fallback for '-symbolic' icons to the non-symbolic form.
- Replace nautilus-folder-handler.desktop in
glib2-upstream-gnome_defaults.conf with nautilus.desktop: the
separate .desktop file has been dropped with about version 3.0.
- Drop glib2-no_DBusActivatable_from_keyfile.patch: fixed upstream.
-------------------------------------------------------------------
Wed Oct 16 06:42:18 UTC 2013 - dimstar@opensuse.org