summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2008-02-11 23:45:30 +0100
committerCarlos Garnacho <carlosg@gnome.org>2008-02-11 23:45:30 +0100
commit70882af1a78fdfea857b42b86aab34f3109e15d7 (patch)
tree0098cd9d07b034e16699e542b7535fbdbfb7c5e9
parent4a22d220f623b6ec1f52c7a15b71ec036776c51f (diff)
Release 2.5.8STB_2_5_8
-rw-r--r--NEWS20
-rw-r--r--configure.in2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9c3afdb..c87d9d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+System Tools Backends Version 2.5.8, 2008-02-11
+-----------------------------------------------
+
+The System Tools Backends version 2.5.8 "Harmony" 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
+==========================
+
+- Save wireless settings in /etc/rc.d/rc.inet1.conf for slackware (garnacho)
+
+Downloading
+===========
+You can get it from :
+http://system-tools-backends.freedesktop.org/downloads/2.5/
+
+
System Tools Backends Version 2.5.7, 2008-01-28
-----------------------------------------------
diff --git a/configure.in b/configure.in
index dda808c..e58b961 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.5.7)
+AC_INIT(system-tools-backends,2.5.8)
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)