diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2009-04-15 14:36:42 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2009-04-15 14:36:42 +0200 |
commit | 130425d96e13401c013c69f01e77658724856173 (patch) | |
tree | 6952ffb6e1844f95f139c682ba191348102a056c | |
parent | 89a4f449d7b72d2debabe1abebb6eafee7d6a04b (diff) |
Release 2.6.1STB_2_6_1
-rw-r--r-- | NEWS | 36 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 37 insertions, 1 deletions
@@ -1,3 +1,39 @@ +System Tools Backends Version 2.6.1, 2009-04-15 +----------------------------------------------- + +The System Tools Backends version 2.6.1 have been released. + +The System Tools Backends are a set of cross-platform modules for Linux, FreeBSD, Solaris and other Unix systems. The backends provide an common DBus interface to all distros for modifying or reading the system configuration. + +Right now the System Tools Backends fully support various distros/OS such as: Redhat, Mandrake, SuSE, Fedora, Debian (and derivations like Ubuntu, Linex, Guadalinex...), FreeBSD, Solaris, Gentoo, Slackware, OpenNA, PLD, Vine and Specifix. + +Changes since last release +========================== + +- Added infrastructure for translations (David Planella) +- Fixed some compiler warnings (Carlos Garnacho) + +Translations +============ +- fr (Claude Paroz) +- it (Luca Ferreti) +- es (Jorge Gonzalez) +- pt_BR (Leonardo Ferreira Fontenelle) +- ca (David Planella) +- el (Fotis Samis, Simos Xenitellis) +- hu (Kelemen Gábor) +- sl (studko) +- zh_CN (Ray Wang) +- da (Kenneth Nielsen) +- he (Marik Krapivner) +- plus a bunch from rossetta... + +Downloading +=========== +You can get it from : +http://system-tools-backends.freedesktop.org/downloads/2.6/ + + System Tools Backends Version 2.6.0, 2008-03-09 ----------------------------------------------- diff --git a/configure.in b/configure.in index 20baf42..49e537f 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_PREREQ(2.52) dnl ============================================================== dnl Process this file with autoconf to produce a configure script. dnl ============================================================== -AC_INIT(system-tools-backends,2.6.0) +AC_INIT(system-tools-backends,2.6.1) AC_CONFIG_AUX_DIR(.) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |