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
@@ -7,6 +7,7 @@ http://bugs.freedesktop.org/show_bug.cgi?id=5659 * symbols/fi: returned nbsp to 3rd level of space, http://bugs.freedesktop.org/show_bug.cgi?id=12764 + * configure.in, NEWS: preparing 1.3 2008-05-12 Sergey Udaltsov @@ -1,3 +1,4 @@ +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.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 960d008a..3e508ea9 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(xkeyboard-config, 1.2) +AC_INIT(xkeyboard-config, 1.3) AC_CONFIG_SRCDIR(rules/base.xml.in) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |