Bump version to 1.3.1 upstream_bkup_230220 upstream_work_20220207 upstream/1.3.1 xkbcommon-1.3.1
authorRan Benita <ran@unusedvar.com>
Fri, 10 Sep 2021 19:51:34 +0000 (22:51 +0300)
committerRan Benita <ran@unusedvar.com>
Fri, 10 Sep 2021 19:51:34 +0000 (22:51 +0300)
Signed-off-by: Ran Benita <ran@unusedvar.com>
NEWS
meson.build

diff --git a/NEWS b/NEWS
index e3efe80..1c945b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
 ==================
 
index 62045fb..590cf1d 100644 (file)
@@ -1,7 +1,7 @@
 project(
     'libxkbcommon',
     'c',
-    version: '1.3.0',
+    version: '1.3.1',
     default_options: [
         'c_std=c11',
         'warning_level=2',