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=-1.0 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 Date: Sun, 8 Jan 2017 20:37:31 +0100 From: Alexey Gladkov To: Linux console tools development discussion Message-ID: <20170108193731.GD24330@comp-core-i7-2640m-0182e6> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [kbd] [ANNOUNCE] kbd-2.0.4 (stable) 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: Sun, 08 Jan 2017 19:31:52 -0000 Archived-At: List-Archive: kbd 2.0.4 Release Notes ======================= The kbd-2.0.4 is available at ftp://ftp.altlinux.org/pub/people/legion/kbd/ ftp://ftp.kernel.org/pub/linux/utils/kbd/ Git repository -------------- git://git.altlinux.org/people/legion/packages/kbd.git git://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git https://github.com/legionus/kbd.git Feedback and bug reports, as always, are welcomed. Changelog --------- Alexey Gladkov (13): Add bar to turkish keymap Update pancyrillic loadkeys: require a console device only to load keymap Remove duplicate rules from makefile Fix tests Rename README to README.md Include config.h first Check the return code of getfd Reformat source code in the single style Fix implicit function declaration Update po po: Update translations (from translationproject.org) v2.0.4 Felix Janda (2): ksyms: Fix out of bounds memory read in codetoksym tests: Fix typo in dumpkeys-fulltable Marko Myllynen (3): eurlatgr: add Adobe Latin 2 / 3 support eurlatgr: add support for U+202F Update README.eurlatgr to match the updated list Mike Frysinger (1): add configure flag to disable tests Oleg Bulatov (17): Fix loop limits for unicode case Fill empty fields in syms.*.h Extend iso_8859_9_syms Simplify charset related code Remove autogenerated files Fix handling of K_NOSUCHMAP Fix unicode and diacs dump Fix strings dump Generate some syms.*.h from consoletrans files Fix reduce/reduce conflict Use unicode name for cyrillic letter dzhe (was dze) Use unicode name for letter ghe with upturn Use keysyms in diacs dump Respect charset in non-unicode dumpkeys Fix reading KT_LETTER from hex Generate cp1250 from consoletrans file Add .travis.yml Perry Thompson (1): Add carpalx keymap Thomas Petazzoni (1): Link against libintl when needed Vitezslav Crhonek (1): Improve consistency of man pages and usage messages. Xose Vazquez Perez (1): kbd: install getkeycodes/setkecodes binaries on SPARC -- Rgrds, legion