From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1683553741; x=1686145741; h=content-disposition:mime-version:message-id:subject:to:from:date :from:to:cc:subject:date:message-id:reply-to; bh=uUSt8OZeyj9VNJGgK3getsPvEGfkmQRMh9ek44TkYQs=; b=EQEDAMspzZvXePxsEf8H6hZlvGR1oONwqU3RK+PYyEN4OGpENQdCdyixJqcV/SR7f4 +4cqaXYdkS/P2cBndW4p4fCs/qrFPgVrg63tcy/quJXnDObShdYjdgTmSblNCHuU1+jP xITQdJm0UKxYq7tx1K5yCddY0ITNtdO8YVAZjJuFVd3ztjhCLMynuLrBnEcZCNkp6CZy ZKjNmUIRFZb5jPfExItjVKMjJrWpBOq6+5IpRBLpbtQR4Ge2hIzIKArmR8GQmEFvpxik K+Rsk4UtRA/bvtMJnvVU33YnpYDKuH4yoShhRPs+LOy/vGD0iWxUUsDLMDpqVzgxSWt8 C6KQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683553741; x=1686145741; h=content-disposition:mime-version:message-id:subject:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=uUSt8OZeyj9VNJGgK3getsPvEGfkmQRMh9ek44TkYQs=; b=cMeyGrKKMSkNf374KL7nf4tDZ8lcBAq/ystH+ula4bvoed9VdGn7UENAJ3RtK1DX5e 8ZVAbcqPaTQ1A/06Dasz34yMZeUvZHbltJfr9ipYfLoYrVLkdA3hZ/aRmP6UdsrrLmzl kdWCVQIQv0pJrf9ljgIBoRG+ph9i9gafW+qypnkmjf7TNRWkL6pOCHhKDIYDnxiSe4eo j1MkRdVzw1gDpH4X6iTlGhwyZRv6flXQU0sNKM0fWTv0diCt50neWuOaQ7HWsQuwwhG/ 6ACv0ZutVSnH5dDRMUwDPjxW14rSBL3JSb9ghS098YFYIMOjxX6gNwHn60xWKjgQuZh1 /btw== X-Gm-Message-State: AC+VfDz2TWNQaPNOhsesZiee3o9C6mPyyEkpCb6R50iqTpSaTnBXmmTI yLu6Wgm/r/q/mCo5MOiQGiz+zs65bGs= X-Google-Smtp-Source: ACHHUZ6sXe/E/DI1naMaTmJWNs0TVngwNXh2neQe7td3ax6urjxdvx5lsZd84F43w4FUtbiGfSIVlQ== X-Received: by 2002:a05:600c:3786:b0:3f4:2729:7ad3 with SMTP id o6-20020a05600c378600b003f427297ad3mr1468106wmr.38.1683553740821; Mon, 08 May 2023 06:49:00 -0700 (PDT) Date: Mon, 8 May 2023 15:48:55 +0200 From: Alexey Gladkov To: Linux console tools development discussion Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [kbd] [ANNOUNCE] kbd-2.6-rc1 X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 May 2023 13:49:03 -0000 Archived-At: List-Archive: kbd 2.6-rc1 Release Notes ------------------------- The kbd-2.6-rc1 is available at https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.6-rc1.tar.gz https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.6-rc1.tar.xz https://mirrors.edge.kernel.org/pub/linux/utils/kbd/kbd-2.6-rc1.tar.sign Changes ------- libkfont: * Leverage KD_FONT_OP_GET/SET_TALL font operations. The new KD_FONT_OP_GET/SET_TALL font operations allow to load fonts taller than 32 pixels by dropping the VGA-specific vertical pitch limitation (requires kernel 6.2 or later). * Use threadsafe strtok_r. * Increase soname version. setvtrgb: * Fix read from pipe. The pipe is not rewindable, but we don't really need to rewind() but we need to unread one character. keymaps: * i386/dvorak/dvorak-de.map: Add dvorak-de.map from console-data. * i386/qwerty/is-latin1.map: the circumflex should also be available in its original level-3 position. * i386/qwerty/la-latin1.map: Convert the characters expressed in Latin-1 to the named constants, to ease up transition to Unicode. * pine/en.map: New version of pinephone keyboard map file. unimaps: * Add mapping for U+25CF. The unicode maps in font files like eurlatgr.psfu and cp850-8x16.psfu have an entry for U+25CF, but the plaintext unimap files do not. tests: * Use strace to track syscalls. Now strace is powerful enough to show ioctls specific to console configuration. Git repository -------------- git://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git Feedback and bug reports, as always, are welcomed. -- Rgrds, legion