steamrt/tasks#799 authored by Simon McVittie's avatar Simon McVittie
......@@ -4,6 +4,42 @@ Look in `SteamLinuxRuntime_soldier/VERSIONS.txt` to check which build you have.
* Container runtime (public stable branch only): https://steamdb.info/app/1391110/history/
## Steam Linux Runtime 2.0 (soldier) depot 2.0.20250929.168591 (Steampipe build ID tbd)
*contains
[steam-runtime-tools 0.20250926.0](https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/tags/v0.20250926.0),
built using
[flatdeb-steam 0.20250916.0](https://gitlab.steamos.cloud/steamrt/flatdeb-steam/-/tags/v0.20250916.0);
steamrt/tasks#799*
### Platform libraries
* Update default SDL2 to 2.32.10 (steamrt/tasks#798)
* Update default SDL2 to provide `/usr/lib/*/sdl2-classic/`, in preparation for a future transition to sdl2-compat (steamrt/tasks#774)
* Resync sdl2-compat packaging with Debian testing (steamrt/tasks#774)
* Update SDL3 to 3.2.22 plus post-release bug fixes (steamrt/tasks#798)
### Container runtime
* Fix a potential crash during game launch on unusual systems (steam-runtime-tools!849)
* Improve correctness of different JSON manifests referring to the same Vulkan/EGL/etc. driver on different architectures (steamrt/tasks#805)
* Fix handling of `LD_PRELOAD` values resembling `libfoo.so.0` (steam-runtime-tools!830)
* `STEAM_COMPAT_RUNTIME_SDL2=classic` will select "classic" SDL2, even in future versions where sdl2-compat might become the default (steamrt/tasks#774)
* Slightly improve startup performance by making better use of cache (steam-runtime-tools!831, steam-runtime-tools!832)
* Add experimental options to select separate graphics stack providers for x86_64 and i386 (steamrt/tasks#785)
### Diagnostic tools
* x86_64 is now sorted before i386 in `steam-runtime-system-info` output
### SDK
* Add `python3-requests` and its dependencies (steamrt/tasks#799)
### Internal changes
* pressure-vessel refactoring (steamrt/tasks#785, steamrt/tasks#786)
## Steam Linux Runtime 2.0 (soldier) depot 2.0.20250826.159137 (Steampipe build ID 19757647)
*contains
......
......