summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2008-01-15 01:15:12 +0100
committerCarlos Garnacho <carlosg@gnome.org>2008-01-15 01:15:12 +0100
commitb4805c8d29a1888d27f7740317da9ddb96254379 (patch)
tree352b5d9ca9fdfcda217d80c0770bb15a412074f9
parent8fa82d65c09dec60ef407db960fde2c205be4290 (diff)
Release 2.4.2STB_2_4_2
-rw-r--r--NEWS28
-rw-r--r--configure.in2
2 files changed, 29 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 12004c1..0a271e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+System Tools Backends Version 2.4.2, 2008-01-14
+-----------------------------------------------
+
+The System Tools Backends version 2.4.2 "Waiting room" 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
+==========================
+
+- Make Redhat derived distros use useradd (garnacho)
+- Make --verbose work again (garnacho)
+- Do not try to set auto on slackware, it's not really supported (garnacho)
+- Set gateway address for slackware (garnacho)
+- Fix services saving in Archlinux (Hugo Doria)
+- Use /etc/rc.d/rc.inet1 to start/stop interfaces in slackware (garnacho)
+- Make sure there are time servers when using ntpdate (garnacho)
+
+Thanks to anyone involved!
+
+Downloading
+===========
+You can get it from :
+http://system-tools-backends.freedesktop.org/downloads/2.4/
+
+
System Tools Backends Version 2.4.1, 2007-10-04
-----------------------------------------------
diff --git a/configure.in b/configure.in
index dab553d..ab6fc9a 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.4.2)
AC_CONFIG_AUX_DIR(.)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)