diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 3 insertions, 1 deletions
@@ -6,6 +6,7 @@ http://bugs.freedesktop.org/show_bug.cgi?id=19751 * symbols/fr: fixed . on numpad, period->KP_Decimal, http://bugs.freedesktop.org/show_bug.cgi?id=19756 + * NEWS, configure.in: preparing 1.5 2009-01-24 Sergey Udaltsov @@ -1,3 +1,4 @@ +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. 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) diff --git a/configure.in b/configure.in index b2df0669..bba6c2d8 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(xkeyboard-config, 1.4) +AC_INIT(xkeyboard-config, 1.5) AC_CONFIG_SRCDIR(rules/base.xml.in) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |