Bump version to 0.9.1

Signed-off-by: Ran Benita <ran@unusedvar.com>
master
Ran Benita 2019-10-20 23:07:52 +03:00
parent 4b3783987e
commit 6d83838cc2
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@ -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
==================

View File

@ -1,7 +1,7 @@
project(
'libxkbcommon',
'c',
version: '0.9.0',
version: '0.9.1',
default_options: [
'c_std=c99',
'warning_level=2',