summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
-rw-r--r--configure.in2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c83552f..dfdbc40a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/NEWS b/NEWS
index 38d0a595..cba14ad1 100644
--- a/NEWS
+++ b/NEWS
@@ -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