TA的每日心情 | 奋斗 2021-11-19 13:15 |
---|
签到天数: 20 天 连续签到: 1 天 [LV.4]偶尔看看III
|
GLib 2.27.3 is now available for download at:
ftp://ftp.gtk.org/pub/glib/2.27/
http://download.gnome.org/sources/glib/2.27/
c44177b635e88639361eb1daf7aaa3
3315a00aaf46db5accf2f11920c7ff1919
glib-2.27.3.tar.bz2
2fa8cefaf8d03b6575690b7c8788ad6d703b7e590a0ba8cef29f32fd8013a038
glib-2.27.3.tar.gz
Another development release in the 2.27 development cycle.
Overview of Changes from GLib 2.27.2 to 2.27.3
==============================================
* The GTimeSpec type that was introduced in the 2.27.2 has been
dropped again in favour of APIs that return microseconds as
64-bit integer.
Affected functions:
g_source_get_time
g_periodic_unblock
g_get_monotonic_time
g_get_real_time
The similar GTimeVal struct is still around, but its use is
discouraged.
* GTimer is now using monotonic time unconditionally
* There are some new functions to facilitate error reporting
in async GIO APIs:
g_simple_async_result_take_error
g_simple_async_result_new_take_error
g_simple_async_report_take_gerror_in_idle
* There is new convenience API to us GVariant dictionaries:
g_variant_lookup
* It is now possible to delay sending match rules to the
D-Bus daemon in GDBus:
G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
* Support has been added for XDG_RUNTIME_DIR:
g_get_user_runtime_dir
* Various fixes for Win64/MSVC builds have been committed
* Bugs fixed:
620263 Add g_clear_object, g_clear_pointer, g_clear_boxed
633075 update Project Files and sources for MSVC 2008/C89
633381 gsettings Makefile rules should handle empty list...
633685 Use g_simple_async_result_{new_,}take_error
633686 Add g_simple_async_report_take_gerror_in_idle
* Translation updates:
Belarusian
Galician
Hebrew
Punjabi
Spanish
Thanks to the people who have contributed to this release:
Christian Persch
Paolo Borelli
Ryan Lortie
Tor Lillqvist
Dan Winship
Chun-wei Fan |
|