summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2021-04-07 19:23:55 +0300
committerRan Benita <ran@unusedvar.com>2021-04-07 19:27:30 +0300
commit097a0ca7d688621c2346eb19c2b1b37746cf1273 (patch)
tree891ccede31c6f5a5b7d31eaaaca4e5894cce08ac
parent29af25eaa8cdf660a29afb060f8f9a06c630d39d (diff)
downloadxorg-lib-libxkbcommon-xkbcommon-1.2.1.tar.gz
Bump version to 1.2.1xkbcommon-1.2.1
Signed-off-by: Ran Benita <ran@unusedvar.com>
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fc31837..802551c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+libxkbcommon 1.2.1 - 2021-04-07
+==================
+
+- Fix `xkb_x11_keymap_new_from_device()` failing when the keymap contains key
+ types with missing level names, like the one used by the `numpad:mac` option
+ in xkeyboard-config. Regressed in 1.2.0.
+
libxkbcommon 1.2.0 - 2021-04-03
==================
diff --git a/meson.build b/meson.build
index 64c9ce8..e6ae063 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'libxkbcommon',
'c',
- version: '1.2.0',
+ version: '1.2.1',
default_options: [
'c_std=c11',
'warning_level=2',