Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
d40e9501
Commit
d40e9501
authored
5 years ago
by
Jeremy Whiting
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 0.20190909.0 release.
parent
7a556267
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!53
Prepare 0.20190909.0 release.
Pipeline
#1599
passed
5 years ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+29
-0
29 additions, 0 deletions
debian/changelog
debian/libsteam-runtime-tools-0-0.symbols
+14
-0
14 additions, 0 deletions
debian/libsteam-runtime-tools-0-0.symbols
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
45 additions
and
2 deletions
debian/changelog
+
29
−
0
View file @
d40e9501
steam-runtime-tools (0.20190909.0-0+steamrt1.2) scout; urgency=medium
[ Simon McVittie ]
* Add checks for locales and locale-related issues
[ Jeremy Whiting ]
* When executing graphics helpers use timeout command to kill if needed.
[ Simon McVittie ]
* graphics: Add precondition checks on enum arguments
* graphics: Diagnose impossible window system, rendering interface
* graphics: Only allow EGL_X11 with a GL-based rendering interface
* graphics: Diagnose combination of GLX with non-GL as programming error
* Fix numeric values in comments
* Document SRT_GRAPHICS_ISSUES_TIMEOUT
* Improve diagnostics if graphics timeout tests fail
[ Jeremy Whiting ]
* Add calling vulkaninfo to get vulkan device and version.
* Add mock-good-vulkaninfo and mock-bad-vulkaninfo.
[ Simon McVittie ]
* d/.gitignore: Update for addition of steam-runtime-tools-bin
* Speed up tests by telling the graphics check to time out sooner
* graphics: Don't free a const version_string
* Add a man page documenting steam-runtime-system-info
-- Jeremy Whiting <jeremy.whiting@collabora.com> Mon, 09 Sep 2019 11:17:49 -0600
steam-runtime-tools (0.20190822.0-0+steamrt1.1) scout; urgency=medium
[ Jeremy Whiting ]
...
...
This diff is collapsed.
Click to expand it.
debian/libsteam-runtime-tools-0-0.symbols
+
14
−
0
View file @
d40e9501
...
...
@@ -23,6 +23,14 @@ 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_locale_error_get_type@Base 0.20190909.0
srt_locale_error_quark@Base 0.20190909.0
srt_locale_get_charset@Base 0.20190909.0
srt_locale_get_requested_name@Base 0.20190909.0
srt_locale_get_resulting_name@Base 0.20190909.0
srt_locale_get_type@Base 0.20190909.0
srt_locale_is_utf8@Base 0.20190909.0
srt_locale_issues_get_type@Base 0.20190909.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
...
...
@@ -32,10 +40,13 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
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_check_locale@Base 0.20190909.0
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_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
...
...
@@ -43,4 +54,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_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_window_system_get_type@Base 0.20190822.0
This diff is collapsed.
Click to expand it.
meson.build
+
2
−
2
View file @
d40e9501
...
...
@@ -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.20190
822
.0'
)
project
(
'steam-runtime-tools'
,
'c'
,
version
:
'0.20190
909
.0'
)
api_major
=
'0'
abi_major
=
'0'
abi_minor
=
'20190
822
.0'
abi_minor
=
'20190
909
.0'
pkg
=
import
(
'pkgconfig'
)
gnome
=
import
(
'gnome'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment