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

steam-runtime-tools v0.20201022.0

parent 6c33ec4c
Branches
Tags v0.20201022.0
No related merge requests found
Pipeline #4941 passed
steam-runtime-tools (0.20201022.0) scout; urgency=medium
[ Ludovico de Nittis ]
* wrap: Set all the env vars before building the locking list.
This ensures pressure-vessel picks up the correct DISPLAY and XAUTHORITY
to work in situations where the X11 server does not listen on an
abstract socket, such as recent GNOME in Wayland mode.
(steam-runtime-tools#26, Proton#4270)
* Add support for Arch Linux /etc/locale.gen. (steam-runtime-tools#5)
* system-info: Return the correct value if the assertion fails
-- Simon McVittie <smcv@collabora.com> Thu, 22 Oct 2020 10:09:01 +0100
steam-runtime-tools (0.20201007.0) scout; urgency=medium
[ Ludovico de Nittis ]
......
......@@ -23,7 +23,7 @@
project(
'steam-runtime-tools', 'c', 'cpp',
version : '0.20201007.0',
version : '0.20201022.0',
default_options: [
'c_std=c99',
'cpp_std=c++11',
......@@ -35,7 +35,7 @@ add_languages('cpp')
api_major = '0'
abi_major = '0'
abi_minor = '20201007.0'
abi_minor = '20201022.0'
pkg = import('pkgconfig')
gnome = import('gnome')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment