diff options
author | user <user@Nokia-N810-23-14.(none)> | 2008-09-30 00:52:02 +0100 |
---|---|---|
committer | user <user@Nokia-N810-23-14.(none)> | 2008-09-30 00:52:02 +0100 |
commit | dc69c45a242248cc64f7e0a5d3108376dc87e007 (patch) | |
tree | 02a1796f89e496eb962f59393a0ede1eda7ed706 | |
parent | 603e3673e465383c28b5afd571328840daf0da33 (diff) |
preparing 1.4
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2008-09-30 Sergey Udaltsov + + * NEWS, configure.in: preparing 1.4 + 2008-09-26 Sergey Udaltsov * symbols/is: fixed AC11 mapping, @@ -1,4 +1,5 @@ -1.3 Bugfixes (35). Updated/new translations, renewed relations with TP. Some new layouts and models. A lot of country and language-related information put into base.xml. Dropped unsupported rulesets sgi and sun. +1.4 Bugfixes (31). Updated/new translations. Some new layouts and models. Added evdev ruleset. +1.3 Bugfixes (35). Updated/new translations. Some new layouts and models. A lot of country and language-related information put into base.xml. Dropped unsupported rulesets sgi and sun. 1.2 Bugfixes (36). Updated/new translations, renewed relations with TP. Some new layouts and models. A lot of changes from OLPC project. Changed base.xml merging schema (.gmo files are installed and used explicitly) 1.1 First time-based release. Bugfixes (27). Updated/new translations, renewed relations with TP. Renamed (for clarity) types. Some new layouts and models. 1.0 Maintenance release. Bugfixes (72). Updated/new translations. Updated/new layouts and models. diff --git a/configure.in b/configure.in index 3e508ea9..b2df0669 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(xkeyboard-config, 1.3) +AC_INIT(xkeyboard-config, 1.4) AC_CONFIG_SRCDIR(rules/base.xml.in) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |