From 8fd64e70c0be223f7645342ecff88354686807cc Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Wed, 5 Mar 2008 19:00:54 +0100 Subject: Release 2.5.9 --- NEWS | 21 +++++++++++++++++++++ configure.in | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3