parent
4b3783987e
commit
6d83838cc2
7
NEWS
7
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
|
libxkbcommon 0.9.0 - 2019-10-19
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'libxkbcommon',
|
'libxkbcommon',
|
||||||
'c',
|
'c',
|
||||||
version: '0.9.0',
|
version: '0.9.1',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=c99',
|
'c_std=c99',
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
|
|
Loading…
Reference in New Issue