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

Release v0.20210305.0

parent d8404d6d
Branches
Tags v0.20210305.0
No related merge requests found
Pipeline #9831 failed
steam-runtime-tools (0.20210305.0) UNRELEASED; urgency=medium
steam-runtime-tools (0.20210305.0) scout; urgency=medium
[ Simon McVittie ]
* pressure-vessel: Fix processing of Vulkan ICDs/layers outside /usr
......@@ -80,7 +80,7 @@ steam-runtime-tools (0.20210305.0) UNRELEASED; urgency=medium
them in the source release (Resolves: T26709)
* Refactoring
-- Simon McVittie <smcv@collabora.com> Fri, 05 Mar 2021 11:02:44 +0000
-- Simon McVittie <smcv@collabora.com> Fri, 05 Mar 2021 11:08:01 +0000
steam-runtime-tools (0.20210203.0) scout; urgency=medium
......
......@@ -24,6 +24,7 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_dri_driver_resolve_library_path@Base 0.20200331.1
srt_driver_flags_get_type@Base 0.20200109.0
srt_egl_icd_check_error@Base 0.20190926.0
srt_egl_icd_get_issues@Base 0.20210305.0
srt_egl_icd_get_json_path@Base 0.20190926.0
srt_egl_icd_get_library_path@Base 0.20190926.0
srt_egl_icd_get_type@Base 0.20190926.0
......@@ -112,6 +113,7 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_library_get_type@Base 0.20190801.0
srt_library_issues_get_type@Base 0.20190801.0
srt_library_symbols_format_get_type@Base 0.20190801.0
srt_loadable_issues_get_type@Base 0.20210305.0
srt_locale_error_get_type@Base 0.20190909.0
srt_locale_error_quark@Base 0.20190909.0
srt_locale_get_charset@Base 0.20190909.0
......@@ -140,6 +142,7 @@ 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_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
srt_system_info_dup_os_id_like@Base 0.20190926.1
......@@ -186,6 +189,7 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_system_info_set_environ@Base 0.20190816.0
srt_system_info_set_expected_runtime_version@Base 0.20190816.0
srt_system_info_set_helpers_path@Base 0.20190816.0
srt_system_info_set_multiarch_tuples@Base 0.20210305.0
srt_system_info_set_primary_multiarch_tuple@Base 0.20190909.0
srt_system_info_set_sysroot@Base 0.20200306.0
srt_system_info_set_test_flags@Base 0.20190909.0
......@@ -202,6 +206,7 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_vk_physical_device_type_get_type@Base 0.20210201.0
srt_vulkan_icd_check_error@Base 0.20190926.0
srt_vulkan_icd_get_api_version@Base 0.20190926.0
srt_vulkan_icd_get_issues@Base 0.20210305.0
srt_vulkan_icd_get_json_path@Base 0.20190926.0
srt_vulkan_icd_get_library_path@Base 0.20190926.0
srt_vulkan_icd_get_type@Base 0.20190926.0
......@@ -213,6 +218,7 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_vulkan_layer_get_component_layers@Base 0.20201124.0
srt_vulkan_layer_get_description@Base 0.20201124.0
srt_vulkan_layer_get_implementation_version@Base 0.20201124.0
srt_vulkan_layer_get_issues@Base 0.20210305.0
srt_vulkan_layer_get_json_path@Base 0.20201124.0
srt_vulkan_layer_get_library_path@Base 0.20201124.0
srt_vulkan_layer_get_name@Base 0.20201124.0
......
......@@ -23,7 +23,7 @@
project(
'steam-runtime-tools', 'c', 'cpp',
version : '0.20210203.0',
version : '0.20210305.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 = '20210203.0'
abi_minor = '20210305.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