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

Prepare v0.20190822.0

parent dc0732c7
Branches
Tags v0.20190822.0
No related merge requests found
Pipeline #1556 passed
steam-runtime-tools (0.20190822.0-0+steamrt1.1) scout; urgency=medium
[ Jeremy Whiting ]
* Add SrtGraphics wrapper to check for GL, GLES support
* Remove check-gl and check-gles since we changed to using wflinfo
[ Simon McVittie ]
* Minor bug fixes in SrtGraphics
* helpers: Depend on waffle-utils-multiarch
* CI: Add a build that uses clang, scan-build, ASan and UBSan
-- Simon McVittie <smcv@collabora.com> Thu, 22 Aug 2019 18:50:26 +0100
steam-runtime-tools (0.20190820.1-0+steamrt1.1) scout; urgency=medium
* Fix version number in meson.build
......
libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
* Build-Depends-Package: libsteam-runtime-tools-0-dev
_srt_filter_gameoverlayrenderer@Base 0.20190822.0
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_graphics_dup_parameters_string@Base 0.20190822.0
srt_graphics_get_issues@Base 0.20190822.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
srt_graphics_get_type@Base 0.20190822.0
srt_graphics_get_version_string@Base 0.20190822.0
srt_graphics_get_window_system@Base 0.20190822.0
srt_graphics_issues_get_type@Base 0.20190822.0
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
......@@ -13,10 +23,13 @@ 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_rendering_interface_get_type@Base 0.20190822.0
srt_runtime_issues_get_type@Base 0.20190816.0
srt_steam_issues_get_type@Base 0.20190816.0
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_graphics@Base 0.20190822.0
srt_system_info_check_libraries@Base 0.20190802.0
srt_system_info_check_library@Base 0.20190802.0
srt_system_info_dup_expected_runtime_version@Base 0.20190816.0
......@@ -30,3 +43,4 @@ 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_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.20190820.1')
project('steam-runtime-tools', 'c', version : '0.20190822.0')
api_major = '0'
abi_major = '0'
abi_minor = '20190820.1'
abi_minor = '20190822.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