From 93beb82a4fbcaba5974bd26b37816425eab4ed4f Mon Sep 17 00:00:00 2001 From: Alexey Gladkov Date: Wed, 19 Nov 2008 21:09:57 +0300 Subject: [PATCH] Update changelog and increase version Signed-off-by: Alexey Gladkov --- ChangeLog | 30 ++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b776b35..d144349 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +Changes for 1.15 (legion) + +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. + - analyze.l: Add warning for on U+xxxx keysym specifications >= 0xf000. + - analyze.l: Understand the CapsShift modifiers (Michael Schutte). + - openvt: Document the -f switch (Michael Schutte). + - 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 + Changes for 1.14.1 (legion) o Build system: diff --git a/configure.ac b/configure.ac index 5258e71..6d85478 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT(kbd, 1.14.1, gladkov.alexey@gmail.com) +AC_INIT(kbd, 1.15, gladkov.alexey@gmail.com) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/showkey.c]) AC_CONFIG_HEADERS(config.h) -- 2.7.4