summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS1
-rw-r--r--configure.in2
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 334f0d34..c9f09300 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-08 Sergey Udaltsov
+
+ * NEWS, configure.in: preparing 0.9
+
2006-10-07 Sergey Udaltsov
* types/complete, types/default: putting "numpad" after "extra"
diff --git a/NEWS b/NEWS
index f685d951..b66082b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+0.9 Maintenance release. Bugfixes (76). Updated/new translations. Updated/new layouts.
0.8 Maintenance release. Bugfixes. Updated/new translations. Updated/new layouts.
Massive patch from Sun Microsystems incorporated.
0.7 New layouts and keyboard models (mostly media keyboards)
diff --git a/configure.in b/configure.in
index cae490d2..013ae05a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(xkeyboard-config, 0.8)
+AC_INIT(xkeyboard-config, 0.9)
AC_CONFIG_SRCDIR(rules/base.xml.in)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE