parent
69713ce3e9
commit
2c295b10aa
11
NEWS
11
NEWS
|
@ -1,3 +1,14 @@
|
||||||
|
libxkbcommon 1.0.1 - 2020-09-11
|
||||||
|
==================
|
||||||
|
|
||||||
|
- Fix the tool-option-parsing test failing.
|
||||||
|
|
||||||
|
- Remove requirement for pytest in the tool-option-parsing test.
|
||||||
|
|
||||||
|
- Make the table output of `xkbcli how-to-type` aligned.
|
||||||
|
|
||||||
|
- Some portability and test isolation fixes.
|
||||||
|
|
||||||
libxkbcommon 1.0.0 - 2020-09-05
|
libxkbcommon 1.0.0 - 2020-09-05
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'libxkbcommon',
|
'libxkbcommon',
|
||||||
'c',
|
'c',
|
||||||
version: '1.0.0',
|
version: '1.0.1',
|
||||||
default_options: [
|
default_options: [
|
||||||
'c_std=c99',
|
'c_std=c99',
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
|
|
Loading…
Reference in New Issue