From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D3FCE21D3E9 for ; Fri, 30 May 2025 10:07:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748599632; cv=none; b=Bcp5FXQJ9esIjQE+o1qzEDxYmiCUKYH1iOPMhyMui17kILYply/z3XN38JM3aHbLQnRlWgRDSEWOKjkhPlcyGGmiRqrluW9L0o53h7EMgstHo++h/GlOsfa8uwiECKxWxcJN5chVBMDgc7HQ2Ip1KNinfuT5rcYDK/LR80SZOpo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748599632; c=relaxed/simple; bh=cEh2KAOFx830Sy0a+mJwcNv4cylANpFewAFctfQl51s=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=cAkE2qN5jpYdwcWg6xwmYlrevqzmXjAeTufkUdSLluPqkpv7G7R1vo/OSKJGJnQbq1fSkHgVhmPBwYL04onkawtjkJLZrAOE5rGE+kGhqjkMtdN+Cb+3DD4IQ5mbqcwOARSenrRhJRiqS3qSSrY4t+sK8/NImBpuLdKMuWYXCN4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=W5N7yase; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="W5N7yase" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A471FC4CEEA for ; Fri, 30 May 2025 10:07:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1748599632; bh=cEh2KAOFx830Sy0a+mJwcNv4cylANpFewAFctfQl51s=; h=Date:From:To:Subject:From; b=W5N7yase71mjyYhU1nN14RBxnUDtPC/ApsSTulQ/vuvB0lSo7aJwHScnUi3DTIxO/ AuWw87Z4JBW+LlDGz3p6GecnpkLsstynkLXvLr6hH7AG53Iv20DJ0TfF1FNs6jPYpy qRJcBruX399fmGnm0bHUw1F8XMR4b8lFfL6+qz7gKRbXFtaniJMm1YrqbiDb4P3MJS gI5CM6zRaeRHOcGCvc3O9JgwXXYhNJm7USab5LBCXgvXUeAby5gns5tCNIozhuRjlg t5iCj2BWco33f/8u1GlIAN3l4GpsoRBYTyaWgA3CvBz5xF/ywaCweGozEOinUxTVmp Tc2tr99e3MJJA== Date: Fri, 30 May 2025 12:07:08 +0200 From: Alexey Gladkov To: Linux console tools development discussion Subject: [ANNOUNCE] kbd-2.8.0 Message-ID: Precedence: bulk X-Mailing-List: kbd@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline kbd 2.8.0 Release Notes ------------------------- The kbd-2.8.0 is available at https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.8.0.tar.gz https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.8.0.tar.xz https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.8.0.tar.sign Changes ======= keymaps: + Add Georgian font (LatCyrHebKa-16_GIA.psfu) and keymap (i386/qwerty/ge). + Add new i386 azerty afnor keymap (i386/azerty/fr-afnor). + Disable characters >=U+F000 in qwertz/de_alt_UTF-8. libkeymap: + Support KT_DEAD2 diacritics. + Fix memory leaks. utils: + kbd_mode: support Disabled mode (K_OFF). build-sys: + configure: Restore the old behavior when using gzip. + configure: Disable lex implementations other than flex. other: + tests: Fix tests on powerpc. + tests: Add build and check on other architectures (x86_64, s390x, ppc64el). + tests: Add valgrind check in unit tests. + tests: Add sparse check and fix detected warnings. + tests: Add tests to increase code coverage. + tests: Check all distributed keymaps for loadability. Git repository ============== git://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git Feedback and bug reports, as always, are welcomed. -- Rgrds, legion