From a5f40da83d4f47e6a1ec60c4472b1cc627db5b44 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Wed, 8 Jan 2020 17:46:40 +0000 Subject: [PATCH] Release v0.20200801.0 Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/changelog | 15 +++++++++++++++ debian/libsteam-runtime-tools-0-0.symbols | 1 + 2 files changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index f93252505..829e479db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +steam-runtime-tools (0.20200108.0-0+steamrt1.1) scout; urgency=medium + + * SrtSystemInfo: Document that we need SIGCHLD + * Unblock signals when spawning subprocesses, and in s-r-s-i. + This avoids a coreutils limitation in versions [8.27, 8.29), which + unfortunately includes Ubuntu 18.04: timeout(1) relied on SIGCHLD not + being blocked, but did not unblock it themselves. + * utils: Don't consider exit status 255 to be signal 127 + * tests: Use common include directories + * s-r-s-i: Really add --version option + * utils: Always call _srt_check_not_setuid from constructor + * tests: Check error indicator before checking boolean result + + -- Simon McVittie <smcv@collabora.com> Wed, 08 Jan 2020 17:45:02 +0000 + steam-runtime-tools (0.20191209.0-0+steamrt1.1) scout; urgency=medium [ Jeremy Whiting ] diff --git a/debian/libsteam-runtime-tools-0-0.symbols b/debian/libsteam-runtime-tools-0-0.symbols index abf022612..8669f0763 100644 --- a/debian/libsteam-runtime-tools-0-0.symbols +++ b/debian/libsteam-runtime-tools-0-0.symbols @@ -1,6 +1,7 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER# * Build-Depends-Package: libsteam-runtime-tools-0-dev _srt_filter_gameoverlayrenderer@Base 0.20190822.0 + _srt_unblock_signals@Base 0.20200801.0 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 -- GitLab