2.31.0: (unstable) Glib: * Date: set_time(): Use g_date_set_time_t() instead of g_date_set_time(). (José Alburquerque) * Thread: Deprecated thread_init(), Thread::joinable(), *_priority(), etc. (Murray Cumming) * (Threads are always enabled in glib now, and thread_init() does nothing.) * VariantContainerBase: Add create_maybe(). (José Alburquerque) Gio: * DataInputStream: Add read_line_utf8() and read_line_finish_utf8(). (José Alburquerque) * DBus::MethodInvocation: Add UnixFDList return_value() method overload. (José Alburquerque) * Re-add Application and related class so they can be finished. (José Alburquerque) * ApplicationCommandLine: Add the get_platform_data() method. (José Alburquerque) * SimpleAction: Wrap the signals and properties. (José Alburquerque) * gmmproc: - Fix h2def.py not parsing function starting with G_GNUC_* macros. (Krzesimir Nowak) Bug #660225. - _WRAP_METHOD: Allow return types to have commas. (José Alburquerque) Bug #661401 - _WRAP_METHOD: Use {OUT} instead of {RET} for output params. (José Alburquerque) - Remove M4 warnings due to commas in return types. (José Alburquerque) 2.30.0: (stable)