diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/xsd/ChangeLog | 4 | ||||
-rw-r--r-- | files/ChangeLog | 4 |
6 files changed, 40 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-09-14 Carlos Garnacho <carlosg@gnome.org> + + * Release 2.4.0 + 2007-09-12 Markus Kanet <darkvision@gmx.info> * Utils/Platform.pm: Add support for Bluewhite64. @@ -1,3 +1,26 @@ +System Tools Backends Version 2.4.0, 2007-09-14 +----------------------------------------------- + +The System Tools Backends version 2.4.0 "On the net" 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 adding users work again for Slackware (Markus Kanet) +- Add support for Bluewhite64 (Markus Kanet) + +Thanks to anyone involved! + +Downloading +=========== +You can get it from : +http://system-tools-backends.freedesktop.org/downloads/2.4/ + + System Tools Backends Version 2.3.2, 2007-09-03 ----------------------------------------------- diff --git a/configure.in b/configure.in index 182f931..3771ecf 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.3.2) +AC_INIT(system-tools-backends,2.4.0) AC_CONFIG_AUX_DIR(.) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) diff --git a/doc/ChangeLog b/doc/ChangeLog index 4b532da..5da90c9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-09-14 Carlos Garnacho <carlosg@gnome.org> + + * Release 2.4.0 + 2007-09-03 Carlos Garnacho <carlosg@gnome.org> * Release 2.3.2 diff --git a/doc/xsd/ChangeLog b/doc/xsd/ChangeLog index 9d32780..801be94 100644 --- a/doc/xsd/ChangeLog +++ b/doc/xsd/ChangeLog @@ -1,3 +1,7 @@ +2007-09-14 Carlos Garnacho <carlosg@gnome.org> + + * Release 2.4.0 + 2007-09-03 Carlos Garnacho <carlosg@gnome.org> * Release 2.3.2 diff --git a/files/ChangeLog b/files/ChangeLog index 439c087..b9083cf 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,3 +1,7 @@ +2007-09-14 Carlos Garnacho <carlosg@gnome.org> + + * Release 2.4.0 + 2007-09-03 Carlos Garnacho <carlosg@gnome.org> * Release 2.3.2 |