summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2008-03-05 19:00:54 +0100
committerCarlos Garnacho <carlosg@gnome.org>2008-03-05 19:00:54 +0100
commit8fd64e70c0be223f7645342ecff88354686807cc (patch)
treeccafaac4d1dd10e5d7b9abb1f7d7404ec1dbfb06
parentf0c79ff0f2681b75652be2d78b23ce0d8427855c (diff)
Release 2.5.9STB_2_5_9
-rw-r--r--NEWS21
-rw-r--r--configure.in2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c87d9d2..b939a4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+System Tools Backends Version 2.5.9, 2008-03-05
+-----------------------------------------------
+
+The System Tools Backends version 2.5.9 "Right out of the barn" 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
+==========================
+
+- Add I/O functions to PolicyKit, so its internal caches are properly updated. This fixes the "can't do anything after the first time I authenticate" bug (garnacho)
+- Actually install GPRS chatscript (garnacho)
+
+Downloading
+===========
+You can get it from :
+http://system-tools-backends.freedesktop.org/downloads/2.5/
+
+
System Tools Backends Version 2.5.8, 2008-02-11
-----------------------------------------------
diff --git a/configure.in b/configure.in
index e58b961..14dfa77 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.8)
+AC_INIT(system-tools-backends,2.5.9)
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)