diff --git a/debian/changelog b/debian/changelog index f5dc5d04e4bc0a5faae6995e482140d113e8a408..f4edf9712c23185c93bc622a88aabe728d8f8046 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 270e376df388bdcd2a643fea198e6a9c36a0854f..24323a80cb65ced6785db92d5ea2ec0b709dc4e9 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',