Bump version to 1.0.2

Signed-off-by: Ran Benita <ran@unusedvar.com>
master
Ran Benita 2020-11-20 21:01:56 +02:00
parent 1bd3b3c7cb
commit 13e6543ed4
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@ -1,3 +1,13 @@
libxkbcommon 1.0.2 - 2020-11-20
==================
- Fix a bug where a keysym that cannot be resolved in a keymap gets compiled to
a garbage keysym. Now it is set to XKB_KEY_NoSymbol instead.
- Improve the speed of xkb_x11_keymap_new_from_device() on repeated calls in the
same xkb_context().
libxkbcommon 1.0.1 - 2020-09-11
==================

View File

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