Skip to content

Commit dd64235

Browse files
committed
Bump version to 1.9.2
1 parent d5b779e commit dd64235

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
lines changed

NEWS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
libxkbcommon [1.9.2] - 2025-05-07
2+
=================================
3+
4+
[1.9.2]: https://github.com/xkbcommon/libxkbcommon/tree/xkbcommon-1.9.2
5+
6+
## API
7+
8+
### Fixes
9+
10+
- Fixed empty compatibility interpretation statement not parsable by X11’s `xkbcomp`.
11+
This particularly affects Japanese layout `jp` when used with Xwayland.
12+
([#750](https://github.com/xkbcommon/libxkbcommon/issues/750))
13+
- Fixed empty compatibility interpretations map not parsable by X11’s `xkbcomp`.
14+
- Fixed key type map entries with a mix of bound and unbound modifiers not being ignored.
15+
([#758](https://github.com/xkbcommon/libxkbcommon/issues/758))
16+
17+
118
libxkbcommon [1.9.1] - 2025-05-02
219
=================================
320

changes/api/+no empty compat map.bugfix.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/api/750.bugfix.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/api/758.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'libxkbcommon',
33
'c',
4-
version: '1.9.1',
4+
version: '1.9.2',
55
default_options: [
66
'c_std=c11',
77
'warning_level=3',

xkbcommon.map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,6 @@ global:
121121
} V_1.0.0;
122122

123123
V_1.9.0 {
124+
global:
124125
xkb_components_names_from_rules;
125126
} V_1.6.0;

0 commit comments

Comments
 (0)