summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS23
-rw-r--r--configure.in2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 12004c1..7d5bf2f 100644
--- a/NEWS
+++ b/NEWS
@@ -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)