Bump version to 1.4.1

Signed-off-by: Ran Benita <ran@unusedvar.com>
master
Ran Benita 2022-05-21 22:55:10 +03:00
parent 4000a1bdde
commit 57af9cb71f
2 changed files with 15 additions and 1 deletions

14
NEWS
View File

@ -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 libxkbcommon 1.4.0 - 2022-02-04
================== ==================

View File

@ -1,7 +1,7 @@
project( project(
'libxkbcommon', 'libxkbcommon',
'c', 'c',
version: '1.4.0', version: '1.4.1',
default_options: [ default_options: [
'c_std=c11', 'c_std=c11',
'warning_level=2', 'warning_level=2',