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 318BF2F8BC8 for ; Thu, 4 Sep 2025 11:30:58 +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=1756985459; cv=none; b=CMWu37/dzfnB6dZ1BbC20HwP7v6F8jI9psZvOekV+1nvApSYzczIpReTHZ5SKYnaxz2KrmrS61eBVFoJ5oGz77vJujAj2DfNxoAR8lxHdqE2PMEYqWm2zq+fmMMShcA4FuezWVzY9HnLFtJ+7AuGx2Pa0nw9DBbi3uAQP8Dm/hE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756985459; c=relaxed/simple; bh=epVbmuqj45g4yPMbacQcmTgL+xIdc+/7Y3AwI8wtOPw=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=X1LLlHavORG0rxTg+gnf9nDG0hEB38+fEitSeC2jyrmtlWJ9bAQfRp8k/ac97TmXAJ3xZLlcsp7uzzzvQWha0ZbhL0W8BD23fnQ5Pxr7xBQNIvMWfPaewPp1OQeAk+2MyJB2R8FSkIWYoyfn3237i1ZXR3F7WK0LdmEbJntzB7E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SoAG0/LU; 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="SoAG0/LU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4F6D4C4CEF0 for ; Thu, 4 Sep 2025 11:30:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756985458; bh=epVbmuqj45g4yPMbacQcmTgL+xIdc+/7Y3AwI8wtOPw=; h=Date:From:To:Subject:From; b=SoAG0/LUUIb+iT2lOAKJLiSneUbmTC6IkOuwDSMWAAxvIhvOYbkm6SS6iWCicMY5W 0MMLxjN2Q1oIE3GeutwhDywTcJGs4tK5tfvu2ZMhkIuAclFUtObjZxS1teYc53i9gK iZqKFjcfP+zLaq85n4B85puqijQ0ZLnaR3uvaaZG48HapT3MEaY+pG3bbCK/tFWbJU nfW4K+jEf9AkYz9OR+MQN2mZwE6+HBnMe3Vq9bKxwi/Ph2lYoAyX4U7a7qChe53/ed nBo5WqPERksiD4VgX6CeeOnTEbHN4ED6vxOh2txJRvkTXtrmflr6pK/+nr5YPodcpO TB1GE0EFvOdlA== Date: Thu, 4 Sep 2025 13:30:54 +0200 From: Alexey Gladkov To: kbd@lists.linux.dev Subject: [ANNOUNCE] kbd-2.9.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.9.0 Release Notes ----------------------- The kbd-2.9.0 is available at https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.9.0.tar.gz https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.9.0.tar.xz https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.9.0.tar.sign Changes ======= keymaps: + Add console keymap for Mac swiss german keyboards. libkbdfile: + Detect archive type based on content. + Add support for decompressing files without using utilities. Use ELF_DLOPEN_METADATA if possible. utils: + loadkeys: Add --tkeymap to dump the keymap as text. Git repository ============== git://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git Feedback and bug reports, as always, are welcomed. -- Rgrds, legion