Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
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
38848757
Commit
38848757
authored
5 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
Update changelog
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
fd67a026
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#2973
passed
5 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+16
-4
16 additions, 4 deletions
debian/changelog
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
18 additions
and
6 deletions
debian/changelog
+
16
−
4
View file @
38848757
steam-runtime-tools (0.202004
03
.0) UNRELEASED; urgency=medium
steam-runtime-tools (0.202004
15
.0) UNRELEASED; urgency=medium
[ Ludovico de Nittis ]
[ Ludovico de Nittis ]
* Diagnose problems with "steam:" URL handler
* Diagnose problems with "steam:" URL handler
(implements: T20052; diagnoses: steam-for-linux#6942)
* Create a new srt_system_info_get_steam_details function
* Create a new srt_system_info_get_steam_details function
* tests: Generate mock sysroots programmatically
* tests: Generate mock sysroots programmatically (fixes: T20177)
* Enumerate VDPAU drivers from LD_LIBRARY_PATH and system library
search path (implements: T19545)
* Avoid warnings when a graphics check returns empty JSON
* Check for required CPU features.
Check if the CPU supports the features we are interested in.
Right now they are: SSE3 (pni), x86_64 (lm) and CMPXCHG16B (cx16).
(implements: T20489; diagnoses: steam-for-linux#5164,
steam-for-linux#6812, steam-for-linux#6795, steam-for-linux#4196)
* Add check-requirements preflight check.
With check-requirements we can do a preflight check and ensure that the
Steam client requirements are met. (implements: T20491)
[ Simon McVittie ]
[ Simon McVittie ]
* tests: Factor out the directory containing mock sysroots
* tests: Factor out the directory containing mock sysroots
* tests: Add a script to generate the mock sysroots
* tests: Add a script to generate the mock sysroots
* Build as a native package
.
* Build as a native package
-- Simon McVittie <smcv@collabora.com>
Tue, 03
Apr 2020 1
0:23:42
+0100
-- Simon McVittie <smcv@collabora.com>
Wed, 15
Apr 2020 1
2:31:56
+0100
steam-runtime-tools (0.20200331.1-0+steamrt1.1) scout; urgency=medium
steam-runtime-tools (0.20200331.1-0+steamrt1.1) scout; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
2
−
2
View file @
38848757
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
project
(
project
(
'steam-runtime-tools'
,
'c'
,
'steam-runtime-tools'
,
'c'
,
version
:
'0.20200
331.1
'
,
version
:
'0.20200
415.0
'
,
default_options
:
[
default_options
:
[
'c_std=c99'
,
'c_std=c99'
,
'cpp_std=c++11'
,
'cpp_std=c++11'
,
...
@@ -35,7 +35,7 @@ add_languages('cpp')
...
@@ -35,7 +35,7 @@ add_languages('cpp')
api_major
=
'0'
api_major
=
'0'
abi_major
=
'0'
abi_major
=
'0'
abi_minor
=
'20200
331.1
'
abi_minor
=
'20200
415.0
'
pkg
=
import
(
'pkgconfig'
)
pkg
=
import
(
'pkgconfig'
)
gnome
=
import
(
'gnome'
)
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