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
f21aab3e
Commit
f21aab3e
authored
5 months ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
Prepare v0.20241118.0
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
737c9c43
Branches
Branches containing commit
Tags
v0.20241118.0
Tags containing commit
No related merge requests found
Pipeline
#108547
passed
5 months ago
Stage: build
Stage: relocatable-install
Stage: deploy
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+9
-0
9 additions, 0 deletions
debian/changelog
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
11 additions
and
2 deletions
debian/changelog
+
9
−
0
View file @
f21aab3e
steam-runtime-tools (0.20241118.0) steamrt; urgency=medium
* populate-depot: Set filter_exclusive_priority equal to major version.
This allows the Steam client to distinguish between mutually
incompatible branches like soldier and sniper, and avoid offering
one as a way to run games that expect the other. (steamrt/tasks#597)
-- Simon McVittie <smcv@collabora.com> Mon, 18 Nov 2024 11:20:48 +0000
steam-runtime-tools (0.20241111.0) steamrt; urgency=medium
steam-runtime-tools (0.20241111.0) steamrt; urgency=medium
* pressure-vessel:
* pressure-vessel:
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
2
−
2
View file @
f21aab3e
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
project
(
project
(
'steam-runtime-tools'
,
'c'
,
'steam-runtime-tools'
,
'c'
,
version
:
'0.2024111
1
.0'
,
version
:
'0.2024111
8
.0'
,
default_options
:
[
default_options
:
[
'c_std=c99'
,
'c_std=c99'
,
'warning_level=2'
,
'warning_level=2'
,
...
@@ -33,7 +33,7 @@ project(
...
@@ -33,7 +33,7 @@ project(
api_major
=
'0'
api_major
=
'0'
abi_major
=
'0'
abi_major
=
'0'
abi_minor
=
'2024111
1
.0'
abi_minor
=
'2024111
8
.0'
gnome
=
import
(
'gnome'
)
gnome
=
import
(
'gnome'
)
pkg
=
import
(
'pkgconfig'
)
pkg
=
import
(
'pkgconfig'
)
...
...
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