Update changelog and increase version
authorAlexey Gladkov <gladkov.alexey@gmail.com>
Fri, 2 Apr 2010 01:09:40 +0000 (05:09 +0400)
committerAlexey Gladkov <gladkov.alexey@gmail.com>
Fri, 2 Apr 2010 01:09:40 +0000 (05:09 +0400)
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
ChangeLog
config.h.in
configure.ac

index 9ec80b1..c184302 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Changes for 1.15.2 (legion)
+
+o Build system:
+  - Use automake to build translations.
+  - 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.
+
 Changes for 1.15.1 (legion)
 
 o Build system:
index 01f9b52..8c144f9 100644 (file)
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
index c9e4ba0..41f9414 100644 (file)
@@ -1,6 +1,6 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
-AC_INIT(kbd, 1.15.1, gladkov.alexey@gmail.com)
+AC_INIT(kbd, 1.15.2, gladkov.alexey@gmail.com)
 
 AC_PREREQ(2.60)