summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2019-10-20 23:07:52 +0300
committerRan Benita <ran@unusedvar.com>2019-10-20 23:07:52 +0300
commit6d83838cc2e89a61d081e6f7f53aa9bccd0ddb34 (patch)
treee50684e96e481d55feedb0d33d6e04bab8586e4f
parent4b3783987e53e912322cd282456a0fc8c9dd5cd4 (diff)
downloadxorg-lib-libxkbcommon-6d83838cc2e89a61d081e6f7f53aa9bccd0ddb34.tar.gz
Bump version to 0.9.1xkbcommon-0.9.1
Signed-off-by: Ran Benita <ran@unusedvar.com>
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3650546..3489138 100644
--- 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
==================
diff --git a/meson.build b/meson.build
index 97ebd9a..ee2e577 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'libxkbcommon',
'c',
- version: '0.9.0',
+ version: '0.9.1',
default_options: [
'c_std=c99',
'warning_level=2',