diff options
author | Ran Benita <ran@unusedvar.com> | 2023-01-02 21:23:05 +0200 |
---|---|---|
committer | Ran Benita <ran@unusedvar.com> | 2023-01-02 21:23:30 +0200 |
commit | cecaa01df18925eb66c6a81f6e4b7167421d45f2 (patch) | |
tree | f79590da0c1e6d1191204b3dc60274cd336221ea /NEWS | |
parent | 233617d086f2743191b0c0aec864ab8c3a1442a9 (diff) | |
download | libxkbcommon-upstream_bkup_20231222.tar.gz libxkbcommon-upstream_bkup_20231222.tar.bz2 libxkbcommon-upstream_bkup_20231222.zip |
Bump version to 1.5.0xkbcommon-1.5.0upstream/1.5.0upstream_work_230220upstream_bkup_20231222upstream
Signed-off-by: Ran Benita <ran@unusedvar.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +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. + + libxkbcommon 1.4.1 - 2022-05-21 ================== |