Skip to content

Commit

Permalink
v2.5-rc1
Browse files Browse the repository at this point in the history
libkfont:
* Make libkfont public library.
* Add kfont_free().
* Initialize kfont_context->options.
* Тake the verbose parameter into account when logging messages.

libkeymap:
* Better error message on unsupported unicode value.

setvtrgb:
* Add hexadecimal file support.

keymaps:
* i386/qwerty/ie.map: Add Irish keyboard map.
* i386/neo/3l.map: Add 3l keymap.
* i386/qwerty/it.map: Add braces to IT keyboard map.
* pt-latin1.map: Add Euro at Portuguese keyboards.
* fa.map: drop high codepoint character that chokes loadkeys.
* i386/neo: use Delete instead of Backspace.

Signed-off-by: Alexey Gladkov <[email protected]>
  • Loading branch information
legionus committed Mar 21, 2022
1 parent 5e6dc6e commit 11683bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_INIT([kbd],[2.4.0],[[email protected]],[],[http://kbd-project.org/])
AC_INIT([kbd],[2.5-rc1],[[email protected]],[],[https://kbd-project.org/])

AC_PREREQ([2.69])

Expand Down

0 comments on commit 11683bf

Please sign in to comment.