Bump version to 1.0.3 sandbox/jeon/upstream upstream_bkup_20220207 xkbcommon-1.0.3
authorRan Benita <ran@unusedvar.com>
Mon, 23 Nov 2020 18:30:13 +0000 (20:30 +0200)
committerRan Benita <ran@unusedvar.com>
Mon, 23 Nov 2020 18:30:13 +0000 (20:30 +0200)
Signed-off-by: Ran Benita <ran@unusedvar.com>
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 972c0f2..968f183 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+libxkbcommon 1.0.3 - 2020-11-23
+==================
+
+- Fix (hopefully) a segfault in xkb_x11_keymap_new_from_device() in some
+  unclear situation (bug introduced in 1.0.2).
+
+- Fix keymaps created with xkb_x11_keymap_new_from_device() don't have level
+  names (bug introduced in 0.8.0).
+
 libxkbcommon 1.0.2 - 2020-11-20
 ==================
 
index 33cb231..47c436f 100644 (file)
@@ -1,7 +1,7 @@
 project(
     'libxkbcommon',
     'c',
-    version: '1.0.2',
+    version: '1.0.3',
     default_options: [
         'c_std=c99',
         'warning_level=2',