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

Release v0.20210415.0

parent 1ce9bc9a
No related branches found
No related tags found
No related merge requests found
Pipeline #11705 passed
steam-runtime-tools (0.20210414.0) UNRELEASED; urgency=medium
steam-runtime-tools (0.20210415.0) scout; urgency=medium
[ Ludovico de Nittis ]
* pressure-vessel: Show a warning when attempting to bind /usr/* dirs
......@@ -11,10 +11,11 @@ steam-runtime-tools (0.20210414.0) UNRELEASED; urgency=medium
* pv-runtime: Don't set PulseAudio as default if it was not found,
fixing a regression in 0.20210317.0 on systems that use plain ALSA
(Helps: steam-runtime#344, steam-runtime#384)
* pv-runtime: Improve experimental Flatpak sub-sandboxing support
* Update libglnx
* pressure-vessel: Don't try to change file ownership when copying a tree
-- Simon McVittie <smcv@collabora.com> Wed, 14 Apr 2021 10:57:40 +0100
-- Simon McVittie <smcv@collabora.com> Thu, 15 Apr 2021 20:25:04 +0100
steam-runtime-tools (0.20210331.0) scout; urgency=medium
......
......@@ -23,7 +23,7 @@
project(
'steam-runtime-tools', 'c', 'cpp',
version : '0.20210331.0',
version : '0.20210415.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 = '20210331.0'
abi_minor = '20210415.0'
pkg = import('pkgconfig')
gnome = import('gnome')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment