diff options
author | Carlos Garnacho <carlos@imendio.com> | 2007-10-30 00:40:40 +0100 |
---|---|---|
committer | Carlos Garnacho <carlos@imendio.com> | 2007-10-30 00:40:40 +0100 |
commit | 56c8be1cf5457df229ac8757339fcd478dd8b269 (patch) | |
tree | ea95b510888816d5b7fc745a51c3f21c957b1346 | |
parent | 5992ed990e0c0b50efa570fd970442ed4bb1efa5 (diff) |
Release 2.5.1STB_2_5_1
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 24 insertions, 1 deletions
@@ -1,3 +1,26 @@ +System Tools Backends Version 2.5.1, 2007-10-29 +----------------------------------------------- + +The System Tools Backends version 2.5.1 "Meet the tides" 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 optional PolicyKit usage (garnacho) +- Add users correctly in rPath (garnacho) + +Thanks to anyone involved! + +Downloading +=========== +You can get it from : +http://system-tools-backends.freedesktop.org/downloads/2.6/ + + System Tools Backends Version 2.4.1, 2007-10-04 ----------------------------------------------- diff --git a/configure.in b/configure.in index c474bb8..a0ccaa9 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.4.1) +AC_INIT(system-tools-backends,2.5.1) AC_CONFIG_AUX_DIR(.) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) |