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

Update to 2.29.14

OBS-URL: https://build.opensuse.org/request/show/76767
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=156
This commit is contained in:
2011-07-22 13:16:14 +00:00
committed by Git OBS Bridge
parent 476824959c
commit fc9009d0e9
6 changed files with 44 additions and 167 deletions

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Fri Jul 22 14:08:21 CEST 2011 - vuntz@opensuse.org
- Update to version 2.29.14:
+ Unicode improvements:
- add g_unicode_script_{to,from}_iso15924
- add G_UNICODE_SPACING_MARK define
- more normalisation improvements
- stop using deprecated g_unicode_canonical_decomposition()
+ GParamSpec:
- mark the 'name' field as 'const' and add a comment to the
header to help avoid future problems caused by bad hacks
+ Merge some (modified) patches from Debian:
- add some blacklisted mount directories
- sleep longer in a test case, if needed to avoid failing
+ Units policy change:
- prefer use of SI units
- deprecate g_format_size_for_display, add g_format_size(_full)
+ GSettings: don't call g_error() when the schema is missing
+ GVariant support for arrays of object paths:
- new g_variant_{new,get,dup}_objv API
- support for g_variant_{new,get} '^ao' and '^a&o' similar to
'^as'
+ GDBus:
- use new improved array-of-objects support and pass 'ao' as
char** instead of GVariant*
- improve handling of 'h' type (Unix file descriptor index)
+ GIO:
- fix compilation without USE_STATFS and USE_STATVFS
+ Documentation fixes.
+ Bugs fixed: bgo#622921, bgo#648271, bgo#654948, bgo#654988,
bgo#655025, bgo#655076.
+ Updated translations.
- Drop glib2-no-deprecated-call.patch: fixed upstream.
- Drop glib2-use-old-pcre.patch: we don't support building this
version of glib2 on 11.4 and earlier as it requires changes in
gtk+ and possibly other packages. So there's no need to keep this
patch for old versions of openSUSE. This means we can also drop
the call to autoreconf.
-------------------------------------------------------------------
Wed Jul 20 08:54:59 CEST 2011 - vuntz@opensuse.org