diff options
author | Ran Benita <ran@unusedvar.com> | 2021-09-10 22:51:34 +0300 |
---|---|---|
committer | Ran Benita <ran@unusedvar.com> | 2021-09-10 22:51:34 +0300 |
commit | 88222c8d40543c29af781f7d7e25d202ff40e4b7 (patch) | |
tree | 0f2b7d7b9f18879da7df39c8d1ae500d79fae5e2 /NEWS | |
parent | 4a576ab1844f68ca1eb8da922e863eb426e38957 (diff) | |
download | libxkbcommon-88222c8d40543c29af781f7d7e25d202ff40e4b7.tar.gz libxkbcommon-88222c8d40543c29af781f7d7e25d202ff40e4b7.tar.bz2 libxkbcommon-88222c8d40543c29af781f7d7e25d202ff40e4b7.zip |
Bump version to 1.3.1xkbcommon-1.3.1upstream/1.3.1upstream_work_20220207upstream_bkup_230220
Signed-off-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +libxkbcommon 1.3.1 - 2021-09-10 +================== + +- In `xkbcli interactive-x11`, use the Esc keysym instead of the Esc keycode + for quitting. + + Contributed by Simon Ser. + +- In `xkbcli how-to-type`, add `--keysym` argugment for how to type a keysym + instead of a Unicode codepoint. + +- Fix a crash in `xkb_x11_keymap_new_from_device` error handling given some + invalid keymaps. Regressed in 1.2.0. + + Reported by Zack Weinberg. Tested by Uli Schlachter. + libxkbcommon 1.3.0 - 2021-05-01 ================== |