parent
29af25eaa8
commit
097a0ca7d6
7
NEWS
7
NEWS
|
@ -1,3 +1,10 @@
|
||||||
|
libxkbcommon 1.2.1 - 2021-04-07
|
||||||
|
==================
|
||||||
|
|
||||||
|
- Fix `xkb_x11_keymap_new_from_device()` failing when the keymap contains key
|
||||||
|
types with missing level names, like the one used by the `numpad:mac` option
|
||||||
|
in xkeyboard-config. Regressed in 1.2.0.
|
||||||
|
|
||||||
libxkbcommon 1.2.0 - 2021-04-03
|
libxkbcommon 1.2.0 - 2021-04-03
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'libxkbcommon',
|
'libxkbcommon',
|
||||||
'c',
|
'c',
|
||||||
version: '1.2.0',
|
version: '1.2.1',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=c11',
|
'c_std=c11',
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
|
|
Loading…
Reference in New Issue