diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2009-05-12 Sergey Udaltsov + + * NEWS, configure.in: bumping the release number + 2009-05-12 Reşat SABIQ * configure.in (new locale), po/crh.po: @@ -1,3 +1,7 @@ +1.6 Bugfixes (36). Updated/new translations. Some new layouts and models. + Added terminate:* group + Dropped locale-specific models + Improved compat rules 1.5 Bugfixes (45). Updated/new translations. Some new layouts and models. Serious cleanup in symbols/inet. 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. diff --git a/configure.in b/configure.in index b55f8cd3..779bba6d 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(xkeyboard-config, 1.5) +AC_INIT(xkeyboard-config, 1.6) AC_CONFIG_SRCDIR(rules/base.xml.in) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |