diff --git a/debian/changelog b/debian/changelog index 64d7b9089412add4e0a120e1e086fab85cbfbbed..eb4b7f1c127e65bdf1ae6a644b3894755ca42f9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,17 +1,25 @@ -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 diff --git a/debian/libsteam-runtime-tools-0-0.symbols b/debian/libsteam-runtime-tools-0-0.symbols index c3b3da40e45b3fd30280835cc66f526e59519e04..a5748190919c45c3c61fa2c28796b2de32833b2e 100644 --- a/debian/libsteam-runtime-tools-0-0.symbols +++ b/debian/libsteam-runtime-tools-0-0.symbols @@ -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 diff --git a/meson.build b/meson.build index 822a21b301adea996276347b7933c72a2edb75c1..249388ec6ec2961a6c6820982c82de013c12869d 100644 --- a/meson.build +++ b/meson.build @@ -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')