Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 654b7dc111 | |||
| b64ce9f291 | |||
|
|
09af2ad5af | ||
| e8805f36cf |
@@ -1,102 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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 X11’s `xkbcomp`. This particularly affects Japanese layout
|
||||
`jp` when used with Xwayland.
|
||||
* Fixed empty compatibility interpretations map not parsable by
|
||||
X11’s `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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libxkbcommon
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# 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.12.4
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
Summary: Library for handling xkb descriptions
|
||||
License: MIT
|
||||
|
||||
BIN
xkbcommon-1.12.4.tar.gz
LFS
BIN
xkbcommon-1.12.4.tar.gz
LFS
Binary file not shown.
BIN
xkbcommon-1.8.0.tar.gz
LFS
Normal file
BIN
xkbcommon-1.8.0.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user