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 BA4B41DF99B for ; Mon, 28 Oct 2024 18:24:18 +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=1730139859; cv=none; b=trjgBuVkmSTR40aszsHGi2wKrTgEhJYiot4+qw1ILHcq7dQUoeWTG2iYic4X/k1SO+EWVOzlKvV8GpgOYAtLCtcR8aRQK66TQIpCUtQ0x8Ng3VbTjob6f0vHQMROkoPWbnZIK5ITrZDAdIv0g5CdwDIOf70QQ0zn+P9qeLK26vE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730139859; c=relaxed/simple; bh=BdCDcsBbO2SY2yjcfHTBF5HMNhk2Wtq8sQE0BQoKJ0E=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=ZClC3AMXJlq02flYiJi/SSKUrx9pUH2C3U7XyLUMFWyp9DkVJWPnycss3+5vMjXlfpHl00QpqwpytMPHhMVwLjJT/7DtBqYSj8cB1jWPHuwu9CWUKW4F/kIXJ+N8jeewkIOie52LZuYujik3nvK23wlSBxlXjeuPWsg3QKVIDPo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Dj8+6gjP; 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="Dj8+6gjP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C9193C4CEE4 for ; Mon, 28 Oct 2024 18:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1730139858; bh=BdCDcsBbO2SY2yjcfHTBF5HMNhk2Wtq8sQE0BQoKJ0E=; h=Date:From:To:Subject:From; b=Dj8+6gjPNNYH7J5KR9X3xOHYS+0+uXNA6OH07w9gx957WmHzRhwo87iAMYgb4k8b+ ykzuZOjqruVEKrQPnV/MyfJozA+S3iLy3NhvpAAN53wMslUUcZkDanFPh0AeO+Qqdp B2BtmM0abHvu4fChU0tWIQ+wbUvXx7lBcHbBw1UVWFc954+IGLafMLzA4h2vMWEx4o Kwuu1w8vA4dN/sGZArvVrROyO8D/SZc6JPt92MI2f1ByqWGyflPRwDxrCCxFK+GntP OfyTPQtyRVi0XAl7LNifjqz4glSkFW196xv3clD8ukH78qAqiK32ZXRm802yKTwWq2 XzGBUVGYRn7rw== Date: Mon, 28 Oct 2024 19:24:14 +0100 From: Alexey Gladkov To: kbd@lists.linux.dev Subject: [ANNOUNCE] kbd-2.7-rc1 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.7-rc1 Release Notes ------------------------- The kbd-2.7-rc1 is available at https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.7-rc1.tar.gz https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.7-rc1.tar.xz https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.7-rc1.tar.sign Changes ------- 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. Git repository -------------- git://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git Feedback and bug reports, as always, are welcomed. -- Rgrds, legion