Skip to content

Commit 433c3c7

Browse files
committed
v2.10-rc1
keymaps: + Add Backtab keysym and update keymaps to use it for Shift+Tab. + Add keymap for Norwegian Apple ISO keyboard. + Adjust Swiss German keyboard mappings. libkeymap: + Add API to validate keysyms. + Add XKB-aware symbol aliases through the normal synonym tables. + Fix compose table upload limit handling. utils: + loadkeys: Add support for generating console keymaps from XKB. + loadkeys: Add XKB compose import support. + loadkeys: Add support for XKB group switching, modifier handling, virtual console switching and keypad/editing remaps. + loadkeys: Add diagnostics for XKB keysym coverage. contrib: + Add an XKB keysym coverage diagnostic tool. + Add a VT layout indicator using keyboard LED lock triggers. build: + Add a project-level coverage-report target. + Keep coverage flags and gcov runtime linking consistent. Signed-off-by: Alexey Gladkov <legion@kernel.org>
1 parent 8dbe02c commit 433c3c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
AC_PREREQ([2.71])
66

7-
AC_INIT([kbd],[2.9.0],[gladkov.alexey@gmail.com],[kbd],[https://kbd-project.org/])
7+
AC_INIT([kbd],[2.10-rc1],[gladkov.alexey@gmail.com],[kbd],[https://kbd-project.org/])
88

99
AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
1010
AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Package version])

0 commit comments

Comments
 (0)