From 8b3d0ad70507c1516467a72be598c189aa7f0d4e Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Fri, 19 Feb 2021 10:57:13 +0000 Subject: [PATCH] Update changelog Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/changelog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/debian/changelog b/debian/changelog index f1cc47c81..cd31c3ef5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +steam-runtime-tools (0.20210219.0) UNRELEASED; urgency=medium + + [ Simon McVittie ] + * pressure-vessel: Never set XDG_DATA_DIRS to just our override directory. + Default to /usr/local/share:/usr/share as per the specification. + * pressure-vessel: Mask Vulkan layers in home directory or other non-/usr + paths. This avoids the Steam fossilize and overlay layers being + duplicated in the container's search path. (Resolves: T26160) + * pressure-vessel: Accept runtime with or without ./files at top level + * pv-launch: Sync minor improvements from flatpak-xdg-utils + * pv-launch: Use unset-env option for subsandbox API >= v5. + This was added in Flatpak 1.10.0. + + [ Ludovico de Nittis ] + * pressure-vessel: Update flatpak-run to the latest upstream version. + This includes a fix to propagate the X11 cookies that have an address + equal to XAUTHLOCALHOSTNAME, fixing X11 authentication on some openSUSE + systems (Resolves: steam-runtime-tools#53) + * pv-adverb: Remove unused locales temporary directories + (Resolves: steam-runtime-tools#56) + * system-info: Add ability to store multiarch tuples + * build: Refactoring + + -- Simon McVittie <smcv@collabora.com> Fri, 19 Feb 2021 10:53:12 +0000 + steam-runtime-tools (0.20210203.0) scout; urgency=medium * pressure-vessel: Revert improvements to speed of container setup. -- GitLab