Skip to content
steam-runtime-tools v0.20240530.0

  [ Simon McVittie ]
  * SteamLinuxRuntime etc.:
    - Allow all SLR branches to show in the UI (steamrt/tasks#426)
    - Don't remove empty files and symlinks when SDK sysroot is enabled
      (steamrt/tasks#448)
  * pressure-vessel:
    - Don't enable snapd workarounds by default.
      Since snapd 2.62, we do not need any special workarounds.
    - Fix a build regression with GLib 2.80.x
    - Update Flatpak-derived code to Flatpak 1.14.8.
      Some error messages are now clearer.
    - Update libcapsule to v0.20240520.0.
      No functional changes: we already had the most important changes.
  * tests:
    - Test the SDK sysroot in CI, even for non-protected branches
      (steamrt/tasks#448)

  [ Ryan Gonzalez ]
  * srt-supervisor:
    - Be compatible with kernels that do not enable CONFIG_PROC_CHILDREN,
      such as ChromeOS (steamrt/tasks#445)
  * build:
    - Don't attempt to build UI code if SDL_ttf is missing
    - build-aux: Improve docker/podman functionality
    - build-aux: Disable introspection on Clang asan builds