Opened 6 days ago

Closed 2 days ago

#21226 closed enhancement (fixed)

libxkbcommon-1.8.1

Reported by: Bruce Dubbs Owned by: pierre
Priority: normal Milestone: 12.4
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by pierre, 5 days ago

Owner: changed from blfs-book to pierre
Status: newassigned

comment:2 by pierre, 5 days ago

libxkbcommon 1.8.1 - 2025-03-12

API

Fixes

Fixed segfault due to invalid arithmetic to bring negative layout indexes into range. It triggers with the following settings:

layouts count (per key or total) N: N > 0, and layout index n: n = - k * N (k > 0)

Note that these settings are unlikely in usual use cases.

Tools

Breaking changes

The tools do not load the default RMLVO (rules, model, layout, variant, options) values from the environment anymore. The previous behavior may be restored by using the new --enable-environment-names option.

Build system

New

Source files are now annotated with SPDX short license identifiers. The LICENSE file was updated to accommodate this. (#628)

comment:3 by pierre, 2 days ago

Resolution: fixed
Status: assignedclosed

Fixed at commit b71975d3d0

Note: See TracTickets for help on using tickets.