diff options
author | Ran Benita <ran234@gmail.com> | 2014-08-19 20:11:06 +0300 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2014-08-19 20:17:16 +0300 |
commit | 537c1700d63e65f050acf6e152628d9ca7f5c7d4 (patch) | |
tree | 795d00ad06870b79428638f4bdd1bec346aa77c5 /NEWS | |
parent | f3597f1b62d483fadd0552bbc70614d73e6322d0 (diff) | |
download | libxkbcommon-537c1700d63e65f050acf6e152628d9ca7f5c7d4.tar.gz libxkbcommon-537c1700d63e65f050acf6e152628d9ca7f5c7d4.tar.bz2 libxkbcommon-537c1700d63e65f050acf6e152628d9ca7f5c7d4.zip |
Update NEWS
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +libxkbcommon 0.4.3 - 2014-08-19 +================== + +- Fixed a bug which caused xkb_x11_keymap_new_from_device() to misrepresent + modifiers for some keymaps. + + https://github.com/xkbcommon/libxkbcommon/issues/9 + +- Fixed a bug which caused xkb_x11_keymap_new_from_device() to ignore XKB + PrivateAction's. + +- Modifiers are now always fully resolved after xkb_state_update_mask(). + Previously the given state components were used as-is, without + considering virtual modifier mappings. + Note: this only affects non-standard uses of xkb_state_update_mask(). + +- Added a test for xkbcommon-x11, "x11comp". The test uses the system's + Xvfb server and xkbcomp. If they do not exist or fail, the test is + skipped. + +- Fixed memory leaks after parse errors in the XKB yacc parser. + The fix required changes which are currently incompatible with byacc. + libxkbcommon 0.4.2 - 2014-05-15 ================== |