From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 BE918233939 for ; Mon, 25 May 2026 07:59:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779695997; cv=none; b=mOuKXto3utiLt7CynQtnPi8vCtCZhk5Wta5x65kIWr8jAbebi4en53LJuGtPjot3PrHasYp2L1WK7v0+mKNvSOlLl5AypHmKvSgmji8hluLYz/xEy4Vaa6Rw4JcoQbtfRrvmA+cmArPHYdo9PvxqVpiUnr2nHm+u4nmpFcQmIa0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779695997; c=relaxed/simple; bh=CTneYWV392FSWeQif3TSYoaCjCE2CpRZltWTaqlP158=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=SzJN/1QSiZ0L+PZ+a3UL8Uj9EFgGshIjtw0pLUPWV+n+GUIRO5BKz73ZTAS7mSsmC7y6/7L72xK0X8J7RBb2ecnPmGqZdUG3ozP2qVtw+bVVMWKJW6hreW+aF4TMm6OFQo8/rQ3raFP1/xtqRC9CkRQHab1pmOot6hoTo97xGJM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ks80OgPP; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ks80OgPP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BF5581F000E9 for ; Mon, 25 May 2026 07:59:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779695996; bh=hPuwGM/bgxFPnUkz9XQDmprCmFcZ9IxEf4QNo/A06s4=; h=Date:From:To:Subject; b=ks80OgPPef3tlUC6ERGp1Eat8I2o+hs5y7qpv9oVEMZT4RhdzkvUZFALHettCNDXe sBMcvzz6LKOEnveWLNWtT419I+ofX+aA9HPJXNRtNGhpnMw25i3CPuufqjU866AZ7F a8aRALnftqDpBk3fAjwgb7PUiQWhaRdGRvO0ShJ17LZ0+hLPBswpDPOanyG5Jnc5Kk eAaUUtXrfFiTaRCRSLeA0/ivHtAMoIjcVjHXJAbWYOqxPrlcmw64rr+83uQN8BfCYW dtRoi+1wdeUU3wAdCO1jcMS2XJjjCjOKxGr8YWt4pBIhKKMc9E3gB7/6+wTT4ce86K ewOeyRVhBMtrg== Date: Mon, 25 May 2026 09:59:51 +0200 From: Alexey Gladkov To: Linux console tools development discussion Subject: [ANNOUNCE] kbd-2.10.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.10.0 Release Notes -------------------------- The kbd-2.10.0 is available at https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.10.0.tar.gz https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.10.0.tar.xz https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.10.0.tar.sign Changes since the 2.10-rc1 ========================== utils: + openvt: make -u process matching more conservative. po: + Update translations (from translationproject.org) Git Repository ============== git://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git Feedback and bug reports, as always, are welcomed. -- Rgrds, legion