From f2e3926bc0169daddef81793bfcd0ba2ca4d1ad0 Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Wed, 13 Apr 2011 02:16:25 +0400 Subject: [PATCH] Update changelog and increase version (1.15.3wip) Signed-off-by: Alexey Gladkov --- COPYING | 2 +- ChangeLog | 27 +++++++++++++++++---------- README | 12 ++++-------- configure.ac | 2 +- 4 files changed, 23 insertions(+), 20 deletions(-) diff --git a/COPYING b/COPYING index 8103b83..767bd83 100644 --- a/COPYING +++ b/COPYING @@ -3,7 +3,7 @@ The file is Copyright (C) 1992 Rickard E. Faith. The files - dumpkeys.c loadkeys.y analyze.l ksyms.c ksyms.h + dumpkeys.c loadkeys.y loadkeys.analyze.l ksyms.c ksyms.h showkey.c keymaps.5 loadkeys.1 dumpkeys.1 showkey.1 are Copyright (C) 1993 Risto Kankkunen. diff --git a/ChangeLog b/ChangeLog index c184302..d61c6de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Changes for 1.15.3 (legion) + +o Build system: + - Drop klibc support. +o Programs: + - kbdinfo: New utility to obtain information about console. + - setvtrgb: New utility to set the virtual terminal RGB colors. + - loadkeys: Add LOADKEYS_KEYMAP_PATH env variable. + - loadkeys: Fix some memory leaks. + - loadkeys: Do not set prefer_unicode for iso-8859-1. + - loadkeys -a: Switch to ASCII mode. + - loadkeys: Fix "compose as usual" for Unicode diacritics (Michael Schutte). +o Keymaps: + - Add dvorak-ru keymap. +o Fonts: + - Add LatGrkCyr fonts. + Changes for 1.15.2 (legion) o Build system: @@ -5,14 +22,11 @@ o Build system: - Fix colemak installation. - psffontop: Fix possible alignment issues, wrt -Wcast-align. - vcstime: Fix build warning. - o Programs: - loadkeys -u: Switch to Unicode mode, if necessary (Michael Schutte). - Use either /dev/vcs[a] or /dev/vcs[a]0 (Michael Schutte) - o Keymaps: - Add "mobii" specific keymap (Richard Zidlicky). - o Fonts: - Add georgian font. @@ -23,7 +37,6 @@ o Build system: - Fix errors when building with -Werror=format-security gcc option (Herton Ronaldo Krzesinski). - Fix cross-compiling problems. - o Programs: - loadkeys: Auto-convert “traditional”/Unicode keysyms (Michael Schutte). - loadkeys: Support bidirectional conversion of keysyms (Michael Schutte). @@ -33,7 +46,6 @@ o Programs: - Add support for Brl_dot9 and Brl_dot10 (Michael Schutte). - Never handle plain ASCII characters as Unicode (Michael Schutte). - Enable UNUMBERs in compose definitions (Michael Schutte). - o Keymaps: - bg_pho-utf8 keycode 38 assignment fix. - Add keymap for Colemak. @@ -41,7 +53,6 @@ o Keymaps: - Add UK keymap for the Sun Type-6 keyboard. - Add French keymap Dvorak. - Add Kirghiz keymap. - o Fonts: - Add U+2010, U+2012, U+2013, U+2018, U+2019, U+2212 to the embedded character table. @@ -52,7 +63,6 @@ o Build system: - Use automake. - Add --enable-strip configure option. - Propagates configure options (Charles Clément) - o Programs: - Fix internationalization (Benno Schulenberg). - unicode_start: Without any arguments utility will only set unicode mode. @@ -62,17 +72,14 @@ o Programs: - openvt: Print an error message when calls to exec* functions fail. - loadkeys: dump binary keymap (Michel Stempin). - loadunimap should use UNIMAPDIR. - o Keymaps: - Add qwerty/cz.map keymap. - Recognize Ctrl-[ as Escape. - ruwin_*: Use qwerty-layout.inc. - Revert "include/*euro.map: Change 'currency' to 'euro' symbol". - be-latin1 keycode 7 assignment fix (Herton Ronaldo Krzesinski). - o Fonts: - iso07u-16.psfu: Update font (Lefteris Dimitroulakis) - o Unimaps: - Update 8859-7_to_uni.trans diff --git a/README b/README index fda5fcc..2dc4f22 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is kbd-1.14.tar.gz +This is kbd-1.15.3.tar.gz This package contains keytable files and keyboard utilities compatible with kernel version 1.1.54 and later. Setfont requires 1.1.92 or later. @@ -9,13 +9,9 @@ This distribution contains no binaries - the sources depend on the kernel version - compile them yourself. The home site of this package is - ftp://ftp.win.tue.nl/pub/linux-local/utils/kbd/ - -since 1.13wip home site is - + ftp://ftp.kernel.org/pub/linux/utils/kbd/ ftp://ftp.altlinux.org/pub/people/legion/kbd/ -Report problems with this package to Andries Brouwer or -Alexey Gladkov . +Report problems with this package to Alexey Gladkov . -Jan 2008 +Apr 2011 diff --git a/configure.ac b/configure.ac index ff914f6..0ba999d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT(kbd, 1.15.2, gladkov.alexey@gmail.com) +AC_INIT(kbd, 1.15.3wip, gladkov.alexey@gmail.com) AC_PREREQ(2.60) -- 2.7.4