X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=NEWS;h=e098f0fff5f624eff2a1c21db851d9333701943c;hb=eafd3aceca97d4984070115ec67f639b045b0d65;hp=e3efe80ac12116616bf2128fa28eeecaaef049a6;hpb=13ba9135c013fbcbba50c3056ac73e4905d4bdf9;p=platform%2Fupstream%2Flibxkbcommon.git diff --git a/NEWS b/NEWS index e3efe80..e098f0f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,89 @@ +libxkbcommon 1.5.0 - 2023-01-02 +================== + +- Add `xkb_context` flag `XKB_CONTEXT_NO_SECURE_GETENV` and `rxkb_context` flag + `RXKB_CONTEXT_NO_SECURE_GETENV`. + + xkbcommon uses `getenv_secure()` to obtain environment variables. This flag + makes xkbcommon use `getenv()` instead. + + This is useful for some clients that have relatively benign capabilities set, + like CAP_SYS_NICE, that also want to use e.g. the XKB configuration from the + environment and user configs in XDG_CONFIG_HOME. + + Contributed by Ronan Pigott. + +- Fix crash in `xkbcli interactive-wayland` under a compositor which supports + new versions of the xdg-shell protocol. + + Contributed by Jan Alexander Steffens (heftig). + +- Fix some MSVC build issues. + +- Fix some issues when including xkbcommon as a meson subproject. + +- meson>=0.51 is now required. + +- New API: + XKB_CONTEXT_NO_SECURE_GETENV + RXKB_CONTEXT_NO_SECURE_GETENV + +libxkbcommon 1.4.1 - 2022-05-21 +================== + +- Fix compose sequence overriding (common prefix) not working correctly. + Regressed in 1.2.0. + + Contributed by Weng Xuetian. + +- Remove various bogus currency sign (particulary Euro and Korean Won) entries + from the keysym <-> Unicode mappings. They prevented the real + keysyms/codepoints for these from mapping correctly. + + Contributed by Sam Lantinga and Simon Ser. + +libxkbcommon 1.4.0 - 2022-02-04 +================== + +- Add `enable-tools` option to Meson build (on by default) to allow disabling + the `xkbcli` tools. + + Contributed by Alex Xu (Hello71). + +- In `xkbcli list`, fix "YAML Norway problem" in output. + + Contributed by Peter Hutterer. + +- In libxkbregistry, variants now inherit iso639, iso3166 and brief from parent + layout if omitted. + + Contributed by M Hickford. + +- In libxkbregistry, don't call `xmlCleanupParser()` - it's not supposed to + be called by libraries. + + Contributed by Peter Hutterer. + +- In libxkbregistry, skip over invalid ISO-639 or ISO-3166 entries. + + Contributed by Peter Hutterer. + +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 ==================