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

Release v0.20210430.0

parent 1fa5d59f
No related branches found
Tags v0.20210430.0
No related merge requests found
Pipeline #12410 passed
steam-runtime-tools (0.20210421.0) UNRELEASED; urgency=medium
steam-runtime-tools (0.20210430.0) scout; urgency=medium
[ Simon McVittie ]
* pressure-vessel: Performance improvements, especially on systems with
......@@ -35,7 +35,7 @@ steam-runtime-tools (0.20210421.0) UNRELEASED; urgency=medium
This would break our ability to set up VDPAU drivers.
* Refactoring
-- Simon McVittie <smcv@collabora.com> Fri, 30 Apr 2021 15:51:20 +0100
-- Simon McVittie <smcv@collabora.com> Fri, 30 Apr 2021 16:45:15 +0100
steam-runtime-tools (0.20210415.0) scout; urgency=medium
......
......@@ -11,6 +11,10 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_architecture_error_quark@Base 0.20201124.0
srt_architecture_get_expected_runtime_linker@Base 0.20201124.0
srt_check_library_presence@Base 0.20190801.0
srt_container_info_get_container_host_directory@Base 0.20210430.0
srt_container_info_get_container_type@Base 0.20210430.0
srt_container_info_get_flatpak_version@Base 0.20210430.0
srt_container_info_get_type@Base 0.20210430.0
srt_container_type_get_type@Base 0.20200306.0
srt_desktop_entry_get_commandline@Base 0.20200415.0
srt_desktop_entry_get_filename@Base 0.20200415.0
......@@ -135,6 +139,7 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_system_info_can_run@Base 0.20190801.0
srt_system_info_can_write_to_uinput@Base 0.20190801.0
srt_system_info_check_all_graphics@Base 0.20190822.0
srt_system_info_check_container@Base 0.20210430.0
srt_system_info_check_graphics@Base 0.20190822.0
srt_system_info_check_libraries@Base 0.20190802.0
srt_system_info_check_library@Base 0.20190802.0
......@@ -142,6 +147,8 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_system_info_check_runtime_linker@Base 0.20201124.0
srt_system_info_dup_container_host_directory@Base 0.20200306.0
srt_system_info_dup_expected_runtime_version@Base 0.20190816.0
srt_system_info_dup_libdl_lib@Base 0.20210430.0
srt_system_info_dup_libdl_platform@Base 0.20210430.0
srt_system_info_dup_multiarch_tuples@Base 0.20210305.0
srt_system_info_dup_os_build_id@Base 0.20190926.1
srt_system_info_dup_os_id@Base 0.20190926.1
......
......@@ -23,7 +23,7 @@
project(
'steam-runtime-tools', 'c', 'cpp',
version : '0.20210415.0',
version : '0.20210430.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 = '20210415.0'
abi_minor = '20210430.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