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
7bd7a103
Commit
7bd7a103
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
422e73e2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+17
-5
17 additions, 5 deletions
debian/changelog
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
19 additions
and
7 deletions
debian/changelog
+
17
−
5
View file @
7bd7a103
steam-runtime-tools (0.2020030
4
.0-0+steamrt1.1) UNRELEASED; urgency=medium
steam-runtime-tools (0.2020030
6
.0-0+steamrt1.1) UNRELEASED; urgency=medium
[ Ludovico de Nittis ]
* meson: remove redundant Wall and Wextra flags
* Move indirect_strcmp0 to utils
* Log driver-selection environment variables
* Enumerate VDPAU drivers
* Enumerate GLX ICDs
* Log driver-selection environment variables
* Add check-vdpau helper
* Add check-va-api helper
* meson: remove redundant Wall and Wextra flags
* Move indirect_strcmp0 to utils
* Move rm_rf to utils.c
[ Simon McVittie ]
* system-info: Add basic container detection
* build: Belatedly update version number in meson.build
* Fail build if version number in meson.build hasn't been updated
* system-info: Make SRT_DRIVER_FLAGS_NONE the absence of flags
...
...
@@ -15,8 +19,16 @@ steam-runtime-tools (0.20200304.0-0+steamrt1.1) UNRELEASED; urgency=medium
* .gitignore: Ignore several common Meson build directories
* build: Use a loop to reduce repetition when compiling shaders
* tests: Use loops to build mock helpers
* bin: Generalize jsonify_enum()
* bin: Factor out jsonify_os_release
* system-info: Make sysroot a first-class member of the object
* Combine common code for dealing with graphics modules
[ Jeremy Whiting ]
* If wflinfo or check-gl fails, run a second time with
LIBGL_DEBUG=verbose set
-- Simon McVittie <smcv@collabora.com>
Wed
, 0
4
Mar 2020 1
4:08:19
+0000
-- Simon McVittie <smcv@collabora.com>
Fri
, 0
6
Mar 2020 1
6:51:22
+0000
steam-runtime-tools (0.20200109.0-0+steamrt1.1) scout; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
2
−
2
View file @
7bd7a103
...
...
@@ -23,7 +23,7 @@
project
(
'steam-runtime-tools'
,
'c'
,
version
:
'0.2020030
4
.0'
,
version
:
'0.2020030
6
.0'
,
default_options
:
[
'c_std=c99'
,
'cpp_std=c++11'
,
...
...
@@ -34,7 +34,7 @@ add_languages('cpp')
api_major
=
'0'
abi_major
=
'0'
abi_minor
=
'20200
109
.0'
abi_minor
=
'20200
306
.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