diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-07 16:00:08 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-07 16:55:53 +0100 |
commit | 579e905ffe2ddfb3d79dff21114de82ade7cd8d2 (patch) | |
tree | 9ad3c0fc79f7279e142a12844d81ecb98749b502 /NEWS | |
parent | man: fix typos flagged by Lintian (diff) | |
download | systemd-579e905ffe2ddfb3d79dff21114de82ade7cd8d2.tar.xz systemd-579e905ffe2ddfb3d79dff21114de82ade7cd8d2.zip |
NEWS: add specific versions in key codes entry
This should be easier for folks to consume.
Refs:
https://lists.x.org/archives/xorg-announce/2024-October/003543.html
https://lists.x.org/archives/xorg-announce/2024-October/003544.html
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -81,14 +81,13 @@ CHANGES WITH 257 in spe: * To work around limitations of X11's keyboard handling systemd's keyboard mapping hardware database (hwdb.d/60-keyboard.hwdb) so far mapped the microphone mute and touchpad on/off/toggle keys to the - function keys F20, F21, F22, F23 instead of their correct key - codes. This key code mangling will be removed in the next systemd - release v258. To maintain compatibility with X11 applications that - rely on the old function key code mappings, this mangling has now - been moved to the relevant X11 keyboard driver modules instead. Thus, - in order to ensure these keys continue to work as before, make sure - to update the xf86-input-evdev and xf86-input-libinput packages to - the newest version before updating systemd to v258. + function keys F20, F21, F22, F23 instead of their correct key codes. + This key code mangling will be removed in the next systemd release. + To maintain compatibility with X11 applications that rely on the old + function key code mappings, this mangling has now been moved to the + relevant X11 keyboard driver modules. In order to ensure these keys + continue to work, update to xf86-input-evdev >= 2.11.0 and + xf86-input-libinput >= 1.5.0 before updating to systemd >= 258. * Support for the SystemdOptions EFI variable is deprecated. 'bootctl systemd-efi-options' will emit a warning when used. It seems |