Bump version to 1.5.0 upstream upstream_bkup_20231222 upstream_work_230220 upstream/1.5.0 xkbcommon-1.5.0
authorRan Benita <ran@unusedvar.com>
Mon, 2 Jan 2023 19:23:05 +0000 (21:23 +0200)
committerRan Benita <ran@unusedvar.com>
Mon, 2 Jan 2023 19:23:30 +0000 (21:23 +0200)
Signed-off-by: Ran Benita <ran@unusedvar.com>
NEWS
meson.build

diff --git a/NEWS b/NEWS
index e33a53f..d863c82 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
 ==================
 
index 036888e..245e7b1 100644 (file)
@@ -1,7 +1,7 @@
 project(
     'libxkbcommon',
     'c',
-    version: '1.4.1',
+    version: '1.5.0',
     default_options: [
         'c_std=c11',
         'warning_level=2',