Skip to content

Commit

Permalink
Set 2.0.1 version
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
  • Loading branch information
legionus committed Nov 1, 2013
1 parent 0ca92bc commit 6260c2a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Changes for 2.0.1 (legion)

o Build system:
- Disable arch-specific tests.
o Libkeymap:
- Fix regression in processing alt_is_meta keyword.
o Keymaps:
- Rename Bepo keymaps:
dvorak-fr-bepo.map -> fr-bepo-latin9.map
dvorak-fr-bepo-utf8.map -> fr-bepo.map.

Changes for 2.0.0 (legion)

o All operations with keymaps moved to libkeymap library. The loadkeys
and dumpkeys always use the libkeymap.
o Keymaps:
- Add Bepo keymaps (dvorak-fr-bepo.map, dvorak-fr-bepo-utf8.map).
- Add it.map keymap.

Changes for 1.15.5 (legion)

o Build system:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_INIT(kbd, 2.0.0, gladkov.alexey@gmail.com,, http://kbd-project.org/)
AC_INIT(kbd, 2.0.1, gladkov.alexey@gmail.com,, http://kbd-project.org/)

AC_PREREQ(2.60)

Expand Down

0 comments on commit 6260c2a

Please sign in to comment.