Update changelog and increase version
authorAlexey Gladkov <legion@altlinux.org>
Wed, 19 Nov 2008 18:09:57 +0000 (21:09 +0300)
committerAlexey Gladkov <legion@altlinux.org>
Wed, 19 Nov 2008 18:09:57 +0000 (21:09 +0300)
Signed-off-by: Alexey Gladkov <legion@altlinux.org>
ChangeLog
configure.ac

index b776b35..d144349 100644 (file)
--- 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:
index 5258e71..6d85478 100644 (file)
@@ -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)