diff --git a/debian/changelog b/debian/changelog index 46a48a9cbe26fca7044a9d0ae948ea55a42c439e..48af7b6fca6ad0e5e22e4d143a27488e52656343 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -steam-runtime-tools (0.20210414.0) UNRELEASED; urgency=medium +steam-runtime-tools (0.20210415.0) scout; urgency=medium [ Ludovico de Nittis ] * pressure-vessel: Show a warning when attempting to bind /usr/* dirs @@ -11,10 +11,11 @@ steam-runtime-tools (0.20210414.0) UNRELEASED; urgency=medium * pv-runtime: Don't set PulseAudio as default if it was not found, fixing a regression in 0.20210317.0 on systems that use plain ALSA (Helps: steam-runtime#344, steam-runtime#384) + * pv-runtime: Improve experimental Flatpak sub-sandboxing support * Update libglnx * pressure-vessel: Don't try to change file ownership when copying a tree - -- Simon McVittie <smcv@collabora.com> Wed, 14 Apr 2021 10:57:40 +0100 + -- Simon McVittie <smcv@collabora.com> Thu, 15 Apr 2021 20:25:04 +0100 steam-runtime-tools (0.20210331.0) scout; urgency=medium diff --git a/meson.build b/meson.build index 56777d00d6dbd12ae81afbf126b7bb60448f4e46..6a82d66ac16ff78a35a3d87e7e4f95a4d9378d4c 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ project( 'steam-runtime-tools', 'c', 'cpp', - version : '0.20210331.0', + version : '0.20210415.0', default_options: [ 'c_std=c99', 'cpp_std=c++11', @@ -35,7 +35,7 @@ add_languages('cpp') api_major = '0' abi_major = '0' -abi_minor = '20210331.0' +abi_minor = '20210415.0' pkg = import('pkgconfig') gnome = import('gnome')