Accepting request 97263 from home:vuntz:branches:GNOME:Factory

Update to 2.31.6

OBS-URL: https://build.opensuse.org/request/show/97263
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=174
This commit is contained in:
Vincent Untz
2011-12-21 04:10:18 +00:00
committed by Git OBS Bridge
parent aaa75b2f51
commit 7a5fa34682
4 changed files with 39 additions and 19 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Dec 20 09:09:19 UTC 2011 - vuntz@opensuse.org
- Update to version 2.31.6:
+ GApplication no longer has APIs for setting menus. Those have
been moved to GtkApplication.
+ The GActionGroup import/export functionality has been decoupled
from GApplication by the introduction of a new interface for
the purpose of handling platform data: GRemoteActionGroup. This
allows Gtk to properly deal with platform data (and gdk
threads) on window actions.
+ Lots of documentation improvements.
+ Bug fixes and a huge number of memory leak fixes.
+ The test suite now passes on ARM and some of the GDBus testcase
hangs we've been seeing have been resolved (although others
could remain).
+ g_bytes_get_data() API changed: now includes 'size' out
parameter
+ New g_queue_free_full() API similar to g_[s]list_free_full().
+ Desktop files: use standard "Keywords" now, not
"X-GNOME-Keywords".
+ gsettings commandline tool now has --schemadir option for
schemas not installed in the usual place (ie: as part of
plugins).
+ Bugs fixed: bgo#643736, bgo#657433, bgo#664699, bgo#665737,
bgo#665879, bgo#666113, bgo#666115, bgo#666145, bgo#666173,
bgo#666296, bgo#666415.
+ Updated translations.
-------------------------------------------------------------------
Tue Dec 13 12:33:58 UTC 2011 - dimstar@opensuse.org
@@ -7,7 +36,7 @@ Tue Dec 13 12:33:58 UTC 2011 - dimstar@opensuse.org
when unregistering objects if the current main context was the
same context the object was exported on. It now unconditionally
dispatches these through an idle on the context.
+ Clean up requiers in .pc files.
+ Clean up requires in .pc files.
+ Introduce GBytes, a data type for immutable, fixed-size byte
sequences. This makes the pre-existing GBuffer API available
outside GLib
@@ -21,11 +50,12 @@ Tue Dec 13 12:33:58 UTC 2011 - dimstar@opensuse.org
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
- Update gtk-doc.m4 source from gtk-doc.
-------------------------------------------------------------------
Wed Nov 30 09:50:42 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
- Add automake BuildRequires to avoid implicit dependency.
-------------------------------------------------------------------
Tue Nov 22 08:28:17 UTC 2011 - dimstar@opensuse.org