From 7bd7a103494524e1377239650e6ef3623373266b Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Fri, 6 Mar 2020 16:53:15 +0000
Subject: [PATCH] Update changelog

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 debian/changelog | 22 +++++++++++++++++-----
 meson.build      |  4 ++--
 2 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f4edf9712..e3a7b1aad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,17 @@
-steam-runtime-tools (0.20200304.0-0+steamrt1.1) UNRELEASED; urgency=medium
+steam-runtime-tools (0.20200306.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
+  * Enumerate GLX ICDs
+  * Log driver-selection environment variables
   * Add check-vdpau helper
+  * Add check-va-api helper
+  * meson: remove redundant Wall and Wextra flags
+  * Move indirect_strcmp0 to utils
+  * Move rm_rf to utils.c
 
   [ Simon McVittie ]
+  * system-info: Add basic container detection
   * 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
@@ -15,8 +19,16 @@ steam-runtime-tools (0.20200304.0-0+steamrt1.1) UNRELEASED; urgency=medium
   * .gitignore: Ignore several common Meson build directories
   * build: Use a loop to reduce repetition when compiling shaders
   * tests: Use loops to build mock helpers
+  * bin: Generalize jsonify_enum()
+  * bin: Factor out jsonify_os_release
+  * system-info: Make sysroot a first-class member of the object
+  * Combine common code for dealing with graphics modules
+
+  [ Jeremy Whiting ]
+  * If wflinfo or check-gl fails, run a second time with
+    LIBGL_DEBUG=verbose set
 
- -- Simon McVittie <smcv@collabora.com>  Wed, 04 Mar 2020 14:08:19 +0000
+ -- Simon McVittie <smcv@collabora.com>  Fri, 06 Mar 2020 16:51:22 +0000
 
 steam-runtime-tools (0.20200109.0-0+steamrt1.1) scout; urgency=medium
 
diff --git a/meson.build b/meson.build
index 8338e753b..e1840a75f 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 
 project(
   'steam-runtime-tools', 'c',
-  version : '0.20200304.0',
+  version : '0.20200306.0',
   default_options: [
     'c_std=c99',
     'cpp_std=c++11',
@@ -34,7 +34,7 @@ add_languages('cpp')
 
 api_major = '0'
 abi_major = '0'
-abi_minor = '20200109.0'
+abi_minor = '20200306.0'
 
 pkg = import('pkgconfig')
 gnome = import('gnome')
-- 
GitLab