diff options
author | Ran Benita <ran@unusedvar.com> | 2020-11-20 21:01:56 +0200 |
---|---|---|
committer | Ran Benita <ran@unusedvar.com> | 2020-11-20 21:02:44 +0200 |
commit | 13e6543ed427801bc48b8a51c9b54cd9ec90cafb (patch) | |
tree | f1a46c9f325c011bb3beb57cab99f3a258ac346a /NEWS | |
parent | 1bd3b3c7cb52ae77667d45cb46e8b5af3046a8d7 (diff) | |
download | libxkbcommon-13e6543ed427801bc48b8a51c9b54cd9ec90cafb.tar.gz libxkbcommon-13e6543ed427801bc48b8a51c9b54cd9ec90cafb.tar.bz2 libxkbcommon-13e6543ed427801bc48b8a51c9b54cd9ec90cafb.zip |
Bump version to 1.0.2xkbcommon-1.0.2
Signed-off-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ================== |