diff options
author | Ran Benita <ran@unusedvar.com> | 2021-05-01 23:51:23 +0300 |
---|---|---|
committer | Ran Benita <ran@unusedvar.com> | 2021-05-01 23:51:23 +0300 |
commit | 13ba9135c013fbcbba50c3056ac73e4905d4bdf9 (patch) | |
tree | de4cd63c7b08ca754a8f2d7dc23c7afe1c70f406 /NEWS | |
parent | 16fe837d8dfb325f1f8d8da17bf1f8709e0df9b2 (diff) | |
download | libxkbcommon-13ba9135c013fbcbba50c3056ac73e4905d4bdf9.tar.gz libxkbcommon-13ba9135c013fbcbba50c3056ac73e4905d4bdf9.tar.bz2 libxkbcommon-13ba9135c013fbcbba50c3056ac73e4905d4bdf9.zip |
Bump version to 1.3.0xkbcommon-1.3.0
Signed-off-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ +libxkbcommon 1.3.0 - 2021-05-01 +================== + +- Change `xkbcli list` to output YAML, instead of the previous ad-hoc format. + + This allows to more easily process the information in a programmetic way, for + example + + xkbcli list | yq -r ".layouts[].layout" + + Contributed by Peter Hutterer. + +- Optimize a certain part of keymap compilation (atom interning). + +- Fix segmentation fault in case-insensitive `xkb_keysym_from_name` for certain + values like the empty string. + + Contributed by Isaac Freund. + +- Support building libxkbcommon as a meson subproject. + + Contributed by Adrian Perez de Castro. + +- Add `ftruncate` fallback for `posix_fallocate` in `xkbcli interactive-wayland` + for FreeBSD. + + Contributed by Evgeniy Khramtsov. + +- Properly export library symbols in MSVC. + + Contributed by Adrian Perez de Castro. + libxkbcommon 1.2.1 - 2021-04-07 ================== |