Skip to content

Commit

Permalink
Recent additions
Browse files Browse the repository at this point in the history
  • Loading branch information
wismill committed Mar 1, 2024
1 parent 75c4a8e commit ba74b38
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,15 @@ API

- Prevent recursive includes of keymap components.

- Rules: Require newline after `!include` line.

Contributed by Mikhail Gusarov.

- Compose: Fixed a segfault with `xkb_compose_table_iterator_next` when used on an
empty table.

Contributed by Yuichiro Hanada.

- Compose: Added check to ensure to open only regular files, not e.g. directories.

- Registry: Updated the DTD and always parse the “popularity” attribute.
Expand All @@ -70,13 +76,24 @@ Tools
### New

- `xkbcli compile-compose`: added new CLI utility to test Compose files.
- `xkbcli interactive-evdev`: added `--verbose` option.
- `xkbcli interactive-x11`: added support for Compose.
- `xkbcli interactive-wayland`: added support for Compose.

### Fixes

- Bash completion: Fixed completion in some corner cases.

Build system
------------

- Fix building with clang when using `-Wl,--gc-sections`.

Contributed by ppw0.

- Fixed linking using `lld 1.17`.

Contributed by Baptiste Daroussin.

libxkbcommon 1.6.0 - 2023-10-08
==================
Expand Down

0 comments on commit ba74b38

Please sign in to comment.