Skip to content
Snippets Groups Projects
Commit 67ffda59 authored by Simon McVittie's avatar Simon McVittie
Browse files

Release v0.20221115.0

parent cbf15d84
No related branches found
No related tags found
No related merge requests found
Pipeline #36707 passed
steam-runtime-tools (0.20221109.0) UNRELEASED; urgency=medium
steam-runtime-tools (0.20221115.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 16:28:19 +0000
-- Simon McVittie <smcv@collabora.com> Tue, 15 Nov 2022 17:24:54 +0000
steam-runtime-tools (0.20221014.0) steamrt; urgency=medium
......
......@@ -23,7 +23,7 @@
project(
'steam-runtime-tools', 'c',
version : '0.20221014.0',
version : '0.20221115.0',
default_options: [
'c_std=c99',
'warning_level=2',
......@@ -33,7 +33,7 @@ project(
api_major = '0'
abi_major = '0'
abi_minor = '20221014.0'
abi_minor = '20221115.0'
gnome = import('gnome')
pkg = import('pkgconfig')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment