Bump version to 0.9.1 xkbcommon-0.9.1
authorRan Benita <ran@unusedvar.com>
Sun, 20 Oct 2019 20:07:52 +0000 (23:07 +0300)
committerRan Benita <ran@unusedvar.com>
Sun, 20 Oct 2019 20:07:52 +0000 (23:07 +0300)
Signed-off-by: Ran Benita <ran@unusedvar.com>
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 3650546..3489138 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+libxkbcommon 0.9.1 - 2019-10-19
+==================
+
+- Fix context creation failing when run in privileged processes as defined by
+  `secure_getenv(3)`, e.g. GDM.
+
+
 libxkbcommon 0.9.0 - 2019-10-19
 ==================
 
index 97ebd9a..ee2e577 100644 (file)
@@ -1,7 +1,7 @@
 project(
     'libxkbcommon',
     'c',
-    version: '0.9.0',
+    version: '0.9.1',
     default_options: [
         'c_std=c99',
         'warning_level=2',