Skip to content
Snippets Groups Projects
Commit abf162d1 authored by Simon McVittie's avatar Simon McVittie
Browse files

Release v0.20210518.0

parent 09f79956
No related branches found
No related tags found
No related merge requests found
Pipeline #13138 passed
steam-runtime-tools (0.20210518.0) scout; urgency=medium
* system-info: List /overrides/ correctly in recent SteamLinuxRuntime.
When pressure-vessel operates in --copy-runtime mode, /overrides is a
symlink to /usr/lib/pressure-vessel/overrides. "find /overrides -ls"
is useless here: it just lists the symlink, rather than traversing the
directory hierarchy.
* pv-wrap: Share Pipewire socket with container if available
* pv-runtime: Refactoring
* resolve-in-sysroot: Correct misleading error messages
* resolve-in-sysroot: Correctly bail out if a non-directory is found
-- Simon McVittie <smcv@collabora.com> Tue, 18 May 2021 11:22:07 +0100
steam-runtime-tools (0.20210430.0) scout; urgency=medium steam-runtime-tools (0.20210430.0) scout; urgency=medium
[ Simon McVittie ] [ Simon McVittie ]
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
project( project(
'steam-runtime-tools', 'c', 'cpp', 'steam-runtime-tools', 'c', 'cpp',
version : '0.20210430.0', version : '0.20210518.0',
default_options: [ default_options: [
'c_std=c99', 'c_std=c99',
'cpp_std=c++11', 'cpp_std=c++11',
...@@ -35,7 +35,7 @@ add_languages('cpp') ...@@ -35,7 +35,7 @@ add_languages('cpp')
api_major = '0' api_major = '0'
abi_major = '0' abi_major = '0'
abi_minor = '20210430.0' abi_minor = '20210518.0'
pkg = import('pkgconfig') pkg = import('pkgconfig')
gnome = import('gnome') gnome = import('gnome')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment