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

Update to 2.29.90

OBS-URL: https://build.opensuse.org/request/show/81133
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=161
This commit is contained in:
Vincent Untz
2011-09-06 19:46:37 +00:00
committed by Git OBS Bridge
parent b41a2e412c
commit 00c763ba7c
4 changed files with 36 additions and 4 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Tue Sep 6 15:35:18 UTC 2011 - vuntz@opensuse.org
- Update to version 2.29.90:
+ API/ABI changes:
- Unix signal watches now match the API of all of the other
sources
- Revert the addition of g_date_time_source_new () from last
release
+ Networking and other fixes for Solaris:
- We no longer support symbolic port names (ie: from
/etc/services)
- Check if -lsocket is needed
- Fix g_socket_details_from_fd()
- Avoid getmntinfo
- Fix some harmless warnings
+ GDateTime improvements:
- Generally improved standards compliance (with C99)
- Support C99-specified format strings: %g, %G, %V, %c, %C, %w
- Consult the locale for the preferred 12-hour time format (%r)
- Drop support for non-standard %N and broken %W
- Better support for formatting non-POSIX (eg: Arabic) numerals
- Locale-related test case fixups, and fix some leaks
+ GTlsInteraction: Add interaction method invocation guarantees
+ gdbus-codegen: Post-process all interfaces when parsing >1 file
+ Make GMainLoop, GMainContext and GSource boxed types
+ Fix a race condition in the first use of g_get_monotonic_time()
+ Lots of gtk-doc cleanups
+ Better intltool compatibility when generating pot file
+ Avoid GCC-specific compiler options when not using GCC
+ Updated translations.
-------------------------------------------------------------------
Wed Aug 31 09:52:47 CEST 2011 - vuntz@opensuse.org