summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2008-03-09 14:24:56 +0100
committerCarlos Garnacho <carlosg@gnome.org>2008-03-09 14:24:56 +0100
commit5cf93cd12b3322fcddd8fda7b7d22f02cf958a91 (patch)
tree93acfbe91d224d009ddde6cffaf67b018689502f
parent3db4b0ca24cf6a60c56eb71f5725406b2ce06fef (diff)
Release 2.6.0STB_2_6_0
-rw-r--r--NEWS20
-rw-r--r--configure.in2
2 files changed, 21 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b939a4d..4c77305 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+System Tools Backends Version 2.6.0, 2008-03-09
+-----------------------------------------------
+
+The System Tools Backends version 2.6.0 "Whee" 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
+==========================
+
+- Reset the gateway in slackware when deleting the interface (garnacho)
+
+Downloading
+===========
+You can get it from :
+http://system-tools-backends.freedesktop.org/downloads/2.6/
+
+
System Tools Backends Version 2.5.9, 2008-03-05
-----------------------------------------------
diff --git a/configure.in b/configure.in
index 14dfa77..0dad59c 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.9)
+AC_INIT(system-tools-backends,2.6.0)
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)