From 57af9cb71f19f37394399b549f7cb7b0d9fe3988 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 21 May 2022 22:55:10 +0300 Subject: Bump version to 1.4.1 Signed-off-by: Ran Benita --- NEWS | 14 ++++++++++++++ meson.build | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3b35bb6..e33a53f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +libxkbcommon 1.4.1 - 2022-05-21 +================== + +- Fix compose sequence overriding (common prefix) not working correctly. + Regressed in 1.2.0. + + Contributed by Weng Xuetian. + +- Remove various bogus currency sign (particulary Euro and Korean Won) entries + from the keysym <-> Unicode mappings. They prevented the real + keysyms/codepoints for these from mapping correctly. + + Contributed by Sam Lantinga and Simon Ser. + libxkbcommon 1.4.0 - 2022-02-04 ================== diff --git a/meson.build b/meson.build index fb77185..5b33b01 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'libxkbcommon', 'c', - version: '1.4.0', + version: '1.4.1', default_options: [ 'c_std=c11', 'warning_level=2', -- cgit v1.2.1