Skip to content

Commit

Permalink
Bump version to 1.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ran Benita <[email protected]>
  • Loading branch information
bluetech committed May 21, 2022
1 parent 4000a1b commit 57af9cb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'libxkbcommon',
'c',
version: '1.4.0',
version: '1.4.1',
default_options: [
'c_std=c11',
'warning_level=2',
Expand Down

0 comments on commit 57af9cb

Please sign in to comment.