[ubuntu/questing-proposed] gtk4 4.19.3+ds-0ubuntu2 (Accepted)
Alessandro Astone
alessandro.astone at canonical.com
Mon Aug 18 12:40:19 UTC 2025
gtk4 (4.19.3+ds-0ubuntu2) questing; urgency=medium
* d/p/workarounds: Skip failing nodeparser tests on s390x
gtk4 (4.19.3+ds-0ubuntu1) questing; urgency=medium
* New upstream release
* d/p/insttests: Rebase and temporarily drop tool tests, needs rework
* d/p/workarounds: Drop softpipe patch, it doesn't apply and should be obsolete
* d/p/gstplay{,er}: Rework for porting from gst-player to gst-play
* d/p: Rebase all other patches
* d/p: Add proposed patch to fix compiling with cpdb
* d/control, d/install: Adapt to modules being statically linked in libgtk
* d/install: Add new bash completions
* d/libgtk-4-1.symbols: Add new symbols
* d/p/d: Drop GSK renderer patch, use Vulkan by default like upstream
gtk4 (4.18.6+ds-2ubuntu1) questing; urgency=medium
* Merge with Debian. Remaining changes:
- Embrace Vulkan as default renderer
gtk4 (4.18.6+ds-2) unstable; urgency=medium
* Add packaging changes to previous changelog entry that were
accidentally left undocumented in the previous upload
gtk4 (4.18.6+ds-1) unstable; urgency=medium
* New upstream bugfix release
- In the cups printer driver, fix NULL-termination on arrays of choices,
avoiding a possible crash
(gtk!8595 upstream)
- Fix a crash caused by using uninitialized memory in GtkCssKeyframes
(gtk!8656 upstream)
- Fix a memory leak in GtkCssValue
(gtk!8629 upstream)
- Avoid a warning when gtk_application_inhibit() is called with
GTK_APPLICATION_INHIBIT_IDLE and no window
(gtk!8638 upstream)
- Fix names of Activate, Deactivate window events to match AT-SPI spec
(gtk!8652 upstream)
- Render symbolic SVG icons more correctly by improving the parser
for the path mini-language, and improve related test coverage
(gtk#7575, gtk!8548, gtk!8549, gtk!8642 upstream)
- Under Wayland, delay destruction of the event queue until after
everything has been detached from it
(gtk!8481 upstream)
- Simplify gdk_memory_texture_builder_set_color_state() by not handling
a NULL state that was already checked for
(gtk!8582 upstream)
- Improve the "inspector" debugging tool:
+ show more environment variables
+ show the text protocol
+ centre-align accessibility errors
+ report an error if buttons are too small
+ make warnings not wrap too much
+ remove incorrect early-returns
- Improve examples:
+ In gtkgears fix lighting
+ In gtk-demo, add missing accessibility properties
+ In gtk-demo, fix a regression in the ucd demo
+ In node-editor, make the help non-editable
- Documentation updates
- Translation updates: ca, de, fi, he, sk
- Upstream CI changes not relevant to Debian
- macOS-specific changes not relevant to Debian
- Minor updates in vendored pango subproject, not relevant to Debian
(we use libpango1.0-dev instead)
* d/libgtk-4-1.bug-control: Add known out-of-tree IM modules to
Package-Status.
There are considerably fewer of these than GTK 3 modules, because
GTK 4 does not support arbitrary GTK_MODULES, but they could still be
involved in crashes; so it seems wise to diagnose them as "packages
libgtk-4-1 is related to" in bug reports.
* d/libgtk-4-doc.links: Remove unused, dangling symlinks to GLib docs
Date: Mon, 18 Aug 2025 13:14:42 +0200
Changed-By: Alessandro Astone <alessandro.astone at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gtk4/4.19.3+ds-0ubuntu2
-------------- next part --------------
Format: 1.8
Date: Mon, 18 Aug 2025 13:14:42 +0200
Source: gtk4
Built-For-Profiles: noudeb
Architecture: source
Version: 4.19.3+ds-0ubuntu2
Distribution: questing
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Alessandro Astone <alessandro.astone at canonical.com>
Changes:
gtk4 (4.19.3+ds-0ubuntu2) questing; urgency=medium
.
* d/p/workarounds: Skip failing nodeparser tests on s390x
.
gtk4 (4.19.3+ds-0ubuntu1) questing; urgency=medium
.
* New upstream release
* d/p/insttests: Rebase and temporarily drop tool tests, needs rework
* d/p/workarounds: Drop softpipe patch, it doesn't apply and should be obsolete
* d/p/gstplay{,er}: Rework for porting from gst-player to gst-play
* d/p: Rebase all other patches
* d/p: Add proposed patch to fix compiling with cpdb
* d/control, d/install: Adapt to modules being statically linked in libgtk
* d/install: Add new bash completions
* d/libgtk-4-1.symbols: Add new symbols
* d/p/d: Drop GSK renderer patch, use Vulkan by default like upstream
.
gtk4 (4.18.6+ds-2ubuntu1) questing; urgency=medium
.
* Merge with Debian. Remaining changes:
- Embrace Vulkan as default renderer
.
gtk4 (4.18.6+ds-2) unstable; urgency=medium
.
* Add packaging changes to previous changelog entry that were
accidentally left undocumented in the previous upload
.
gtk4 (4.18.6+ds-1) unstable; urgency=medium
.
* New upstream bugfix release
- In the cups printer driver, fix NULL-termination on arrays of choices,
avoiding a possible crash
(gtk!8595 upstream)
- Fix a crash caused by using uninitialized memory in GtkCssKeyframes
(gtk!8656 upstream)
- Fix a memory leak in GtkCssValue
(gtk!8629 upstream)
- Avoid a warning when gtk_application_inhibit() is called with
GTK_APPLICATION_INHIBIT_IDLE and no window
(gtk!8638 upstream)
- Fix names of Activate, Deactivate window events to match AT-SPI spec
(gtk!8652 upstream)
- Render symbolic SVG icons more correctly by improving the parser
for the path mini-language, and improve related test coverage
(gtk#7575, gtk!8548, gtk!8549, gtk!8642 upstream)
- Under Wayland, delay destruction of the event queue until after
everything has been detached from it
(gtk!8481 upstream)
- Simplify gdk_memory_texture_builder_set_color_state() by not handling
a NULL state that was already checked for
(gtk!8582 upstream)
- Improve the "inspector" debugging tool:
+ show more environment variables
+ show the text protocol
+ centre-align accessibility errors
+ report an error if buttons are too small
+ make warnings not wrap too much
+ remove incorrect early-returns
- Improve examples:
+ In gtkgears fix lighting
+ In gtk-demo, add missing accessibility properties
+ In gtk-demo, fix a regression in the ucd demo
+ In node-editor, make the help non-editable
- Documentation updates
- Translation updates: ca, de, fi, he, sk
- Upstream CI changes not relevant to Debian
- macOS-specific changes not relevant to Debian
- Minor updates in vendored pango subproject, not relevant to Debian
(we use libpango1.0-dev instead)
* d/libgtk-4-1.bug-control: Add known out-of-tree IM modules to
Package-Status.
There are considerably fewer of these than GTK 3 modules, because
GTK 4 does not support arbitrary GTK_MODULES, but they could still be
involved in crashes; so it seems wise to diagnose them as "packages
libgtk-4-1 is related to" in bug reports.
* d/libgtk-4-doc.links: Remove unused, dangling symlinks to GLib docs
Checksums-Sha1:
83df5b7c6bc4e29bcde0e4f27f429305f9162c38 4404 gtk4_4.19.3+ds-0ubuntu2.dsc
fb2f7bc44716791e3c491b82a64dae9ff25d1c1d 3755632 gtk4_4.19.3+ds-0ubuntu2.debian.tar.xz
08efc83d37ef37055a89973b5dd1f30cab55210a 24349 gtk4_4.19.3+ds-0ubuntu2_source.buildinfo
Checksums-Sha256:
81b261a38d34908255c8e72631e398e12e593ab8d5e9fd056a7d465399d8f098 4404 gtk4_4.19.3+ds-0ubuntu2.dsc
8ed418c21ef752f3449fe7ffb085baf52a05a68330fc96003814527d8f19bc86 3755632 gtk4_4.19.3+ds-0ubuntu2.debian.tar.xz
2f1441a8a60d229a6183defe6b9c6e1ede67011ab9650713b5e5e01c8e4bcdcc 24349 gtk4_4.19.3+ds-0ubuntu2_source.buildinfo
Files:
2ac689cb8fe8dabaec81ddc9b1b731ed 4404 libs optional gtk4_4.19.3+ds-0ubuntu2.dsc
51aea5a3eee685fe3c20a3be31251069 3755632 libs optional gtk4_4.19.3+ds-0ubuntu2.debian.tar.xz
2c958aa0493bfebc3c7b835e822805ec 24349 libs optional gtk4_4.19.3+ds-0ubuntu2_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
More information about the Questing-changes
mailing list