Skip to content

Commit

Permalink
v2.7-rc1
Browse files Browse the repository at this point in the history
libkeymap:
* Add API to get/set keymap keywords.
* Export functions to convert the value to kernel code.
* Fix double kbdfile open.
* Dump action codes for keycode 0.

libkfont:
* Fix buffer allocation for doubled font.
* Check console mode.

keymaps:
* Add hcesar layout, for portuguese speaking countries.
* Update Colemak-DH keymaps with upstream changes.
* sv-latin1.map: make Ctrl+AltGr+9 act as Ctrl+].

fonts:
* Remove non-free Agafari fonts.

build-sys:
* Use autoconf 2.72.
* Do not substitute variables from configure.
* Makefiles cleanup.
* Fix build warning.

other:
* Add configure option to control keymaps compression.
* Update man pages.
* Remove deprecated startup scripts.
* Remove outdated docs.

Signed-off-by: Alexey Gladkov <[email protected]>
  • Loading branch information
legionus committed Oct 28, 2024
1 parent 62fc920 commit f7f2c60
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.6.4],[[email protected]],[],[https://kbd-project.org/])
AC_INIT([kbd],[2.7-rc1],[[email protected]],[],[https://kbd-project.org/])

AC_PREREQ([2.71])

Expand Down

0 comments on commit f7f2c60

Please sign in to comment.