2018-03-31 Kjell Ahlstedt 2.56.0 2018-03-29 Kjell Ahlstedt Gio::DesktopAppInfo: Add get_locale_string() 2018-03-29 Kjell Ahlstedt Gio::Application: Add set_option_context_*() Add set_option_context_parameter_string(), set_option_context_summary(), set_option_context_description(). 2018-03-21 Kjell Ahlstedt Gio::Application: Add property_resource_base_path_string() property_resource_base_path() has the wrong return type, bool instead of std::string. It can't be fixed without breaking API/ABI. For now, deprecate property_resource_base_path() and add hand-coded property_resource_base_path_string() with the correct type. Bug 787496 2018-03-21 Kjell Ahlstedt Glib::RefPtr: Add get() Analogous to std::shared_ptr::get(). Bug 495762 2018-03-20 Kjell Ahlstedt Glib::Module: Remove obsolete _IGNORE() directives 2018-03-20 Kjell Ahlstedt Gio::AppInfo: Change some parameter names 2018-03-20 Kjell Ahlstedt Gio::DataInputStream: Deprecate read_until() and friends Deprecate read_until(), read_until_async() and read_until_finish(). The corresponding glib functions have been deprecated. 2018-03-20 Kjell Ahlstedt Gio::TlsClientConnection: Deprecate set/get/property_use_ssl3() The corresponding glib functions have been deprecated. 2018-03-20 Kjell Ahlstedt