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
67ffda59
Commit
67ffda59
authored
2 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
Release v0.20221115.0
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
cbf15d84
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#36707
passed
2 years 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
-2
9 additions, 2 deletions
debian/changelog
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
11 additions
and
4 deletions
debian/changelog
+
9
−
2
View file @
67ffda59
steam-runtime-tools (0.202211
09
.0)
UNRELEASED
; urgency=medium
steam-runtime-tools (0.202211
15
.0)
steamrt
; urgency=medium
[ Ludovico de Nittis ]
* pv-wrap: Improve path mapping under FEX-Emu or similar emulators
...
...
@@ -13,6 +13,13 @@ steam-runtime-tools (0.20221109.0) UNRELEASED; urgency=medium
redundant path segments
* pv-runtime: Detect some errors that were previously ignored
* pv-runtime: Improve robustness against crashing if initialization fails
* pv-locale-gen:
- Produce less repetitive output
- Launch a bit faster
- Give a better hint about why we want a locale
* pv-adverb: Let missing locales show on stderr.
This will give users a hint about how they can speed up container setup.
(Helps: steam-runtime#541)
* s-r-input-monitor: Sort hidraw and evdev devices "naturally"
* library code: Add SRT_LOG=TOKEN[,TOKEN...] option to alter how we log.
Possible values are subject to change, but currently:
...
...
@@ -29,7 +36,7 @@ steam-runtime-tools (0.20221109.0) UNRELEASED; urgency=medium
* Update libglnx subproject
- Use its g_memdup2() backport instead of our own
-- Simon McVittie <smcv@collabora.com>
Wed, 09
Nov 2022 1
6
:2
8:19
+0000
-- Simon McVittie <smcv@collabora.com>
Tue, 15
Nov 2022 1
7
:2
4:54
+0000
steam-runtime-tools (0.20221014.0) steamrt; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
2
−
2
View file @
67ffda59
...
...
@@ -23,7 +23,7 @@
project
(
'steam-runtime-tools'
,
'c'
,
version
:
'0.20221
014
.0'
,
version
:
'0.20221
115
.0'
,
default_options
:
[
'c_std=c99'
,
'warning_level=2'
,
...
...
@@ -33,7 +33,7 @@ project(
api_major
=
'0'
abi_major
=
'0'
abi_minor
=
'20221
014
.0'
abi_minor
=
'20221
115
.0'
gnome
=
import
(
'gnome'
)
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