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
5e1ae798
Commit
5e1ae798
authored
5 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
Prepare v0.20190926.0
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
bc15c766
No related branches found
Branches containing commit
Tags
v0.20190926.0
Tags containing commit
No related merge requests found
Pipeline
#1765
passed
5 years ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+12
-4
12 additions, 4 deletions
debian/changelog
debian/libsteam-runtime-tools-0-0.symbols
+20
-0
20 additions, 0 deletions
debian/libsteam-runtime-tools-0-0.symbols
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
34 additions
and
6 deletions
debian/changelog
+
12
−
4
View file @
5e1ae798
steam-runtime-tools (0.2019092
5
.0-0+steamrt1.1)
UNRELEASED
; urgency=medium
steam-runtime-tools (0.2019092
6
.0-0+steamrt1.1)
scout
; urgency=medium
[ Ludovico de Nittis ]
* locale: fix leaked SrtLocale
[ Simon McVittie ]
* graphics, library: Capture stderr from the checks
* locale: Check for the necessary files to generate more locales
* Generate autocleanup functions if GLib (or libglnx) supports it
and include it in their JSON output
* locale: Check for the necessary files to generate more locales.
This issue flag is known to appear on Arch Linux and its derivatives,
which don't normally install /usr/share/i18n/SUPPORTED.
* Generate autocleanup functions if GLib (or libglnx) supports it.
This is not directly useful in steam-runtime-tools because we only
require an older GLib, but is useful when reused in pressure-vessel.
* Add some missing precondition checks
* Assert we are not setuid before looking at the environment
* graphics: Add EGL and Vulkan ICD enumeration
* Distinguish between the Steam installation (root) and data paths.
We had previously mixed these up: it isn't particularly obvious since
they are usually the same. See the documentation for details.
-- Simon McVittie <smcv@collabora.com>
Wed
, 2
5
Sep 2019 1
7:45:24
+0100
-- Simon McVittie <smcv@collabora.com>
Thu
, 2
6
Sep 2019 1
3:34:01
+0100
steam-runtime-tools (0.20190909.0-0+steamrt1.2) scout; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/libsteam-runtime-tools-0-0.symbols
+
20
−
0
View file @
5e1ae798
...
...
@@ -4,8 +4,16 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_architecture_can_run_i386@Base 0.20190717.0
srt_architecture_can_run_x86_64@Base 0.20190717.0
srt_check_library_presence@Base 0.20190801.0
srt_egl_icd_check_error@Base 0.20190926.0
srt_egl_icd_get_json_path@Base 0.20190926.0
srt_egl_icd_get_library_path@Base 0.20190926.0
srt_egl_icd_get_type@Base 0.20190926.0
srt_egl_icd_new_replace_library_path@Base 0.20190926.0
srt_egl_icd_resolve_library_path@Base 0.20190926.0
srt_egl_icd_write_to_file@Base 0.20190926.0
srt_graphics_dup_parameters_string@Base 0.20190822.0
srt_graphics_get_issues@Base 0.20190822.0
srt_graphics_get_messages@Base 0.20190926.0
srt_graphics_get_multiarch_tuple@Base 0.20190822.0
srt_graphics_get_renderer_string@Base 0.20190822.0
srt_graphics_get_rendering_interface@Base 0.20190822.0
...
...
@@ -16,6 +24,7 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_library_get_absolute_path@Base 0.20190801.0
srt_library_get_dependencies@Base 0.20190801.0
srt_library_get_issues@Base 0.20190801.0
srt_library_get_messages@Base 0.20190926.0
srt_library_get_missing_symbols@Base 0.20190801.0
srt_library_get_misversioned_symbols@Base 0.20190801.0
srt_library_get_multiarch_tuple@Base 0.20190801.0
...
...
@@ -44,12 +53,15 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_system_info_dup_expected_runtime_version@Base 0.20190816.0
srt_system_info_dup_runtime_path@Base 0.20190816.0
srt_system_info_dup_runtime_version@Base 0.20190816.0
srt_system_info_dup_steam_data_path@Base 0.20190926.0
srt_system_info_dup_steam_installation_path@Base 0.20190816.0
srt_system_info_get_locale_issues@Base 0.20190909.0
srt_system_info_get_primary_multiarch_tuple@Base 0.20190909.0
srt_system_info_get_runtime_issues@Base 0.20190816.0
srt_system_info_get_steam_issues@Base 0.20190816.0
srt_system_info_get_type@Base 0.20190801.0
srt_system_info_list_egl_icds@Base 0.20190926.0
srt_system_info_list_vulkan_icds@Base 0.20190926.0
srt_system_info_new@Base 0.20190801.0
srt_system_info_set_environ@Base 0.20190816.0
srt_system_info_set_expected_runtime_version@Base 0.20190816.0
...
...
@@ -57,4 +69,12 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_system_info_set_primary_multiarch_tuple@Base 0.20190909.0
srt_system_info_set_test_flags@Base 0.20190909.0
srt_test_flags_get_type@Base 0.20190909.0
srt_vulkan_icd_check_error@Base 0.20190926.0
srt_vulkan_icd_get_api_version@Base 0.20190926.0
srt_vulkan_icd_get_json_path@Base 0.20190926.0
srt_vulkan_icd_get_library_path@Base 0.20190926.0
srt_vulkan_icd_get_type@Base 0.20190926.0
srt_vulkan_icd_new_replace_library_path@Base 0.20190926.0
srt_vulkan_icd_resolve_library_path@Base 0.20190926.0
srt_vulkan_icd_write_to_file@Base 0.20190926.0
srt_window_system_get_type@Base 0.20190822.0
This diff is collapsed.
Click to expand it.
meson.build
+
2
−
2
View file @
5e1ae798
...
...
@@ -21,11 +21,11 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
project
(
'steam-runtime-tools'
,
'c'
,
version
:
'0.201909
09
.0'
)
project
(
'steam-runtime-tools'
,
'c'
,
version
:
'0.201909
26
.0'
)
api_major
=
'0'
abi_major
=
'0'
abi_minor
=
'201909
09
.0'
abi_minor
=
'201909
26
.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