12 Commits

Author SHA256 Message Date
200fa54b69 libxkbcommon 1.12.4 2025-12-04 05:17:20 +01:00
2027205c96 libxkbcommon 1.12.3 2025-10-29 11:14:41 +01:00
3a768f9d79 libxkbcommon 1.12.2 2025-10-20 21:09:26 +02:00
e75c8ffc22 libxkbcommon 1.12.1 2025-10-17 17:31:06 +02:00
82fc6c5977 libxkbcommon 1.12 2025-10-10 11:54:14 +02:00
b5fab96cb1 libxkbcommon 1.11.0 2025-08-08 21:43:51 +02:00
83958e655b libxkbcommon 1.10.0 2025-05-21 21:31:09 +02:00
d259d350e0 libxkbcommon 1.9.2 2025-05-07 01:34:03 +02:00
e389db2660 libxkbcommon 1.9.1 2025-05-06 01:20:22 +02:00
301c302539 libxkbcommon 1.9.0 2025-04-26 23:57:47 +02:00
68b95b8e23 libxkbcommon 1.8.1 2025-03-12 17:31:28 +01:00
d8cd2e1410 libxkbcommon 1.8.0 2025-02-04 23:59:33 +01:00
4 changed files with 104 additions and 5 deletions

View File

@@ -1,3 +1,102 @@
-------------------------------------------------------------------
Thu Dec 4 04:10:46 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.12.4
* Fixed a segfault occurring in unlikely setups.
-------------------------------------------------------------------
Wed Oct 29 10:14:28 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.12.3
* Fixed `xkbcli keymap-dump` being kinda broken on Wayland
because it would commit an XDG surface without a role object.
* X11: Hardened against some malformed XKB responses with
erroneous modifiers or LEDs counts.
-------------------------------------------------------------------
Mon Oct 20 19:07:59 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.12.2
* About 1.6× speedup at serializing with default options.
* About 1.7× speedup at parsing keymaps serialized by
libxkbcommon, otherwise aruond 1.1×.
* Added fallback to the legacy X11 path for misconfigured setups
where the canonical XKB root is not available.
-------------------------------------------------------------------
Fri Aug 8 19:37:15 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.11.0
* New keymap text format, `XKB_KEYMAP_FORMAT_TEXT_V2` (not yet
frozen and considered a living standard).
* Added the new parameter `lockOnRelease` for the key action
`LockGroup()`.
* Added the new parameter `unlockOnPress` for the key modifier
action `SetMods()`, `LatchMods()` and `LockMods()`
* Added the new parameter `latchOnPress` for the key action
`LatchMods()`.
* Raised the layout count limit from 4 to 32. Requires using
`XKB_KEYMAP_FORMAT_TEXT_V2`.
* Virtual modifiers are now mapped to their_canonical encoding if
they are not mapped explicitly.
* Added support for the constants `Level<INDEX>` for any valid
level index.
-------------------------------------------------------------------
Wed May 21 19:27:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.10.0
* Changed Compose behavior so that sequences defined later always
override ones defined earlier, even if the new sequence is
shorter.
* Modifiers masks handling has been refactored to properly handle
virtual modifiers. Modifier masks are now always considered as
an opaque encoding of the modifiers state:
* 1. Modifiers masks should not be interpreted by other means
than the provided API. In particular, one should not assume
that modifiers masks always denote the modifiers indexes of the
keymap.
* 2. It enables using virtual modifiers with arbitrary mappings.
-------------------------------------------------------------------
Tue May 6 23:33:23 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.9.2
* Fixed empty compatibility interpretation statement not parsable
by X11s `xkbcomp`. This particularly affects Japanese layout
`jp` when used with Xwayland.
* Fixed empty compatibility interpretations map not parsable by
X11s `xkbcomp`.
* Fixed key type map entries with a mix of bound and unbound
modifiers not being ignored.
-------------------------------------------------------------------
Fri May 2 21:39:22 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.9.1
* X11: Fixed capitalization transformation not set properly,
resulting in some keys (e.g. arrows, Home, etc.) not working
when Caps Lock is on.
-------------------------------------------------------------------
Sat Apr 26 21:55:13 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.9.0
* keysyms can now be written as just Unicode strings, including
multi-keysyms.
* Added support for new `<none>`, `<some>` and `<any>` wildcard
syntax in rules files.
* Added support for a new escaping format for Unicode, `\u{NNNN}`.
-------------------------------------------------------------------
Wed Mar 12 16:30:46 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.8.1
* Fixed segfault due to invalid arithmetic to bring negative
layout indexes into range.
* The tools do not load the default RMLVO (rules, model,
layout, variant, options) values from the environment anymore.
-------------------------------------------------------------------
Tue Feb 4 22:05:54 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libxkbcommon
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%endif
Name: libxkbcommon
Version: 1.8.0
Version: 1.12.4
Release: 0
Summary: Library for handling xkb descriptions
License: MIT

BIN
xkbcommon-1.12.4.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.