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

Prepare v0.20190926.0

parent bc15c766
No related branches found
Tags v0.20190926.0
No related merge requests found
Pipeline #1765 passed
steam-runtime-tools (0.20190925.0-0+steamrt1.1) UNRELEASED; urgency=medium
steam-runtime-tools (0.20190926.0-0+steamrt1.1) scout; urgency=medium
[ Ludovico de Nittis ]
* locale: fix leaked SrtLocale
[ Simon McVittie ]
* graphics, library: Capture stderr from the checks
* locale: Check for the necessary files to generate more locales
* Generate autocleanup functions if GLib (or libglnx) supports it
and include it in their JSON output
* locale: Check for the necessary files to generate more locales.
This issue flag is known to appear on Arch Linux and its derivatives,
which don't normally install /usr/share/i18n/SUPPORTED.
* Generate autocleanup functions if GLib (or libglnx) supports it.
This is not directly useful in steam-runtime-tools because we only
require an older GLib, but is useful when reused in pressure-vessel.
* Add some missing precondition checks
* Assert we are not setuid before looking at the environment
* graphics: Add EGL and Vulkan ICD enumeration
* Distinguish between the Steam installation (root) and data paths.
We had previously mixed these up: it isn't particularly obvious since
they are usually the same. See the documentation for details.
-- Simon McVittie <smcv@collabora.com> Wed, 25 Sep 2019 17:45:24 +0100
-- Simon McVittie <smcv@collabora.com> Thu, 26 Sep 2019 13:34:01 +0100
steam-runtime-tools (0.20190909.0-0+steamrt1.2) scout; urgency=medium
......
......@@ -4,8 +4,16 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_architecture_can_run_i386@Base 0.20190717.0
srt_architecture_can_run_x86_64@Base 0.20190717.0
srt_check_library_presence@Base 0.20190801.0
srt_egl_icd_check_error@Base 0.20190926.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
srt_egl_icd_new_replace_library_path@Base 0.20190926.0
srt_egl_icd_resolve_library_path@Base 0.20190926.0
srt_egl_icd_write_to_file@Base 0.20190926.0
srt_graphics_dup_parameters_string@Base 0.20190822.0
srt_graphics_get_issues@Base 0.20190822.0
srt_graphics_get_messages@Base 0.20190926.0
srt_graphics_get_multiarch_tuple@Base 0.20190822.0
srt_graphics_get_renderer_string@Base 0.20190822.0
srt_graphics_get_rendering_interface@Base 0.20190822.0
......@@ -16,6 +24,7 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_library_get_absolute_path@Base 0.20190801.0
srt_library_get_dependencies@Base 0.20190801.0
srt_library_get_issues@Base 0.20190801.0
srt_library_get_messages@Base 0.20190926.0
srt_library_get_missing_symbols@Base 0.20190801.0
srt_library_get_misversioned_symbols@Base 0.20190801.0
srt_library_get_multiarch_tuple@Base 0.20190801.0
......@@ -44,12 +53,15 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_system_info_dup_expected_runtime_version@Base 0.20190816.0
srt_system_info_dup_runtime_path@Base 0.20190816.0
srt_system_info_dup_runtime_version@Base 0.20190816.0
srt_system_info_dup_steam_data_path@Base 0.20190926.0
srt_system_info_dup_steam_installation_path@Base 0.20190816.0
srt_system_info_get_locale_issues@Base 0.20190909.0
srt_system_info_get_primary_multiarch_tuple@Base 0.20190909.0
srt_system_info_get_runtime_issues@Base 0.20190816.0
srt_system_info_get_steam_issues@Base 0.20190816.0
srt_system_info_get_type@Base 0.20190801.0
srt_system_info_list_egl_icds@Base 0.20190926.0
srt_system_info_list_vulkan_icds@Base 0.20190926.0
srt_system_info_new@Base 0.20190801.0
srt_system_info_set_environ@Base 0.20190816.0
srt_system_info_set_expected_runtime_version@Base 0.20190816.0
......@@ -57,4 +69,12 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_system_info_set_primary_multiarch_tuple@Base 0.20190909.0
srt_system_info_set_test_flags@Base 0.20190909.0
srt_test_flags_get_type@Base 0.20190909.0
srt_vulkan_icd_check_error@Base 0.20190926.0
srt_vulkan_icd_get_api_version@Base 0.20190926.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
srt_vulkan_icd_new_replace_library_path@Base 0.20190926.0
srt_vulkan_icd_resolve_library_path@Base 0.20190926.0
srt_vulkan_icd_write_to_file@Base 0.20190926.0
srt_window_system_get_type@Base 0.20190822.0
......@@ -21,11 +21,11 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
project('steam-runtime-tools', 'c', version : '0.20190909.0')
project('steam-runtime-tools', 'c', version : '0.20190926.0')
api_major = '0'
abi_major = '0'
abi_minor = '20190909.0'
abi_minor = '20190926.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