Accepting request 92997 from home:dimstar:branches:GNOME:Factory

Update to 2.31.2

OBS-URL: https://build.opensuse.org/request/show/92997
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=170
This commit is contained in:
Vincent Untz
2011-11-23 11:23:49 +00:00
committed by Git OBS Bridge
parent e6599a36da
commit ab935d8862
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Nov 22 08:28:17 UTC 2011 - dimstar@opensuse.org
- Update to version 2.31.2:
+ Monotonic time is now properly supported on Windows
+ glib-mkenums: fix @ENUMPREFIX@ with /*< underscore_name=... >*/
+ EXPERIMENTAL: introduce new GSettingsSchema and
GSettingsSchemaSource APIs for the convenience of plugin system
authors and those who wish to introspect the contents of
schemas.
+ Improve the performance of GObject property notifies.
+ GDBus:
- fix a race when unowning a name immediately after owning it
- thread safety improvements on GDBusConnection
- fixes for exit-on-close functionality
+ Deprecations:
- add G_SIGNAL_DEPRECATED
- don't use G_DISABLE_DEPRECATED masking for functions anymore
-------------------------------------------------------------------
Thu Oct 27 08:29:41 UTC 2011 - dimstar@opensuse.org