From 1e7729e70447a912ba674c48b7dc4bb65def2d77 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Wed, 4 Mar 2020 14:09:47 +0000 Subject: [PATCH] Bump version number and update changelog This means pressure-vessel branches that need the new VDPAU enumeration code can check for this prerelease. Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/changelog | 20 ++++++++++++++++++++ meson.build | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f5dc5d04e..f4edf9712 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +steam-runtime-tools (0.20200304.0-0+steamrt1.1) UNRELEASED; urgency=medium + + [ Ludovico de Nittis ] + * meson: remove redundant Wall and Wextra flags + * Move indirect_strcmp0 to utils + * Log driver-selection environment variables + * Enumerate VDPAU drivers + * Add check-vdpau helper + + [ Simon McVittie ] + * build: Belatedly update version number in meson.build + * Fail build if version number in meson.build hasn't been updated + * system-info: Make SRT_DRIVER_FLAGS_NONE the absence of flags + * system-info: Add an undocumented --ignore-extra-drivers option + * .gitignore: Ignore several common Meson build directories + * build: Use a loop to reduce repetition when compiling shaders + * tests: Use loops to build mock helpers + + -- Simon McVittie <smcv@collabora.com> Wed, 04 Mar 2020 14:08:19 +0000 + steam-runtime-tools (0.20200109.0-0+steamrt1.1) scout; urgency=medium [ Ludovico de Nittis ] diff --git a/meson.build b/meson.build index 270e376df..24323a80c 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ project( 'steam-runtime-tools', 'c', - version : '0.20200109.0', + version : '0.20200304.0', default_options: [ 'c_std=c99', 'cpp_std=c++11', -- GitLab