2.83.1 (unstable) 2025-02-11: Identical to 2.83.0. The 2.83.0 tarball has not been stored at download.gnome.org. The CI pipeline in GitLab failed when tag 2.83.0 was added to the git repository. 2.83.0 (unstable) 2025-02-11: Glib: * ustring: Allow comparison with objects implicitly convertible to ustring. (Kjell Ahlstedt) Issue #121 (PBS) * Don't allow Value<Glib::RefPtr<T>> with incomplete class type. https://discourse.gnome.org/t/gtk-cellrendererpixbuf-criticals-is-this-a-gtkmm-bug/24669 (Kjell Ahlstedt) Gio: * DBus::ErrorUtils::get_remote_error(): Fix a memory leak. (Christian Eggers) Merge request !66 * File: Add query_default_handler_async/finish(). * Resource: Add has_children() and has_children_global(). * SocketListener: Add enum Gio::SocketListener::Event and signal_event(). (Kjell Ahlstedt) Documentation: * Include the Property and Option examples in the documentation. * Replace gtkmm.org by gtkmm.gnome.org. (Kjell Ahlstedt) Examples: * Remove std::locale::global(std::locale("")) calls. Done in Glib::init(). (Kjell Ahlstedt) Tests: * Don't test that Glib::ustring can't be compared with std::string. (Kjell Ahlstedt) Issue #121 (PBS) * Test that Value<Glib::RefPtr<T>> is not allowed with incomplete class type. (Kjell Ahlstedt) gmmproc: * DocsParser.pm: Suppress an unjustified warning, if an error parameter is omitted in the documentation. (Kjell Ahlstedt) Build: * Require glib >= 2.83.0 (Kjell Ahlstedt)