From: Amin Bandali Date: Wed, 4 Oct 2023 21:41:30 +0000 (-0400) Subject: * debian/changelog: Mention bug fixes for 4.12.3 from upstream NEWS. X-Git-Tag: archive/raspbian/4.12.4+ds-3+rpi1^2~33 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1111206616ec55f19dfa6d8f80f5d866da9e3db4;p=gtk4.git * debian/changelog: Mention bug fixes for 4.12.3 from upstream NEWS. --- diff --git a/debian/changelog b/debian/changelog index 525ab74afa..095697db07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,25 @@ gtk4 (4.12.3+ds-1) UNRELEASED; urgency=medium * New upstream release + - GtkWindow: + + Don't assume titlebars are GtkHeaderBar + (https://gitlab.gnome.org/GNOME/gtk/-/issues/6116) + - GtkTreeView: + + Fix a crash in gtk_tree_view_is_blank_at_pos + (https://gitlab.gnome.org/GNOME/gtk/-/issues/6114) + - printing: + + Fix some issues with the portal implementation + (https://gitlab.gnome.org/GNOME/gtk/-/commit/03679fe6bf5ae391bd7cb21ad0492f530c86cd5e) + - GSK: + + Some optimizations in the GL renderer + (https://gitlab.gnome.org/GNOME/gtk/-/commit/3698cadcd21e2a52c30766d311043093ea557b3f, + https://gitlab.gnome.org/GNOME/gtk/-/commit/d4d0883a924f94fdc89fad50bce9ecad3128e0f3, + https://gitlab.gnome.org/GNOME/gtk/-/commit/0030c572d47f551847be0aed8054d4df34afffda) + + Fix memory leaks in the Broadway renderer + (https://gitlab.gnome.org/GNOME/gtk/-/issues/6120) + - demos: + + Fix a crash in gtk4-demo + (https://gitlab.gnome.org/GNOME/gtk/-/issues/6113) -- Amin Bandali Wed, 04 Oct 2023 16:11:12 -0400