[ubuntu/questing-proposed] gtk4 4.19.3+ds-0ubuntu1 (Accepted)

Alessandro Astone alessandro.astone at canonical.com
Thu Aug 14 15:31:19 UTC 2025


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: Thu, 14 Aug 2025 17:13:17 +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-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 14 Aug 2025 17:13:17 +0200
Source: gtk4
Built-For-Profiles: noudeb
Architecture: source
Version: 4.19.3+ds-0ubuntu1
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-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:
 3bf17f430866b5e03fa22d74619e8b82437cbd1b 4404 gtk4_4.19.3+ds-0ubuntu1.dsc
 8036149dd4843d707bf5e9461455d26f221c86c5 15901044 gtk4_4.19.3+ds.orig.tar.xz
 404a7e9e9192a1e073f87ac71ee65c74fac1e4ff 3755132 gtk4_4.19.3+ds-0ubuntu1.debian.tar.xz
 9ffa4cb9e7e879add852e31e3c69916aa7a4e242 24349 gtk4_4.19.3+ds-0ubuntu1_source.buildinfo
Checksums-Sha256:
 7b90b78c83e98ee70e1e21afffc6110bbd7937d72ec34a4fcc7d53ba20801a60 4404 gtk4_4.19.3+ds-0ubuntu1.dsc
 762256b4ccff92347394fa4285db7039ebe15598b0f77e76c1e32d3a40dd4e14 15901044 gtk4_4.19.3+ds.orig.tar.xz
 ade78ad451e90fb7f144dd1f4e564f344420cd456620bc79e48af8ef3364e1cb 3755132 gtk4_4.19.3+ds-0ubuntu1.debian.tar.xz
 63599cb302cf2a51476489bdb7cabd55c90f8d9638de8998b68d09991f6dec7d 24349 gtk4_4.19.3+ds-0ubuntu1_source.buildinfo
Files:
 6d786f2f2e9870be5e57d95144d2d6b6 4404 libs optional gtk4_4.19.3+ds-0ubuntu1.dsc
 191f323126ff989e062e3d5b6c526b9a 15901044 libs optional gtk4_4.19.3+ds.orig.tar.xz
 e2dc570622d0a8010c4b19789fca7f79 3755132 libs optional gtk4_4.19.3+ds-0ubuntu1.debian.tar.xz
 37cce7519801e9e7ad10c0575dddd814 24349 libs optional gtk4_4.19.3+ds-0ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>


More information about the Questing-changes mailing list