diff options
author | carlosg <carlosg> | 2007-10-04 00:32:00 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2007-10-04 00:32:00 +0000 |
commit | a3b5d134c85be37f861f408f143f9cd7533bbed1 (patch) | |
tree | 809ee59983608453def867b848799f6d2486f815 | |
parent | 3a34b09cf4737921252f3568b103a5d0eb97fdf4 (diff) |
Release 2.4.1STB_2_4_1
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 25 | ||||
-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, 42 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2007-10-04 Carlos Garnacho <carlosg@gnome.org> + * Release 2.4.1 + +2007-10-04 Carlos Garnacho <carlosg@gnome.org> + * Time/TimeDate.pm, Time/NTP.pm: make time modules work for Archlinux. Patch by Ermanno Scaglione <e.scaglione@arcor.de> @@ -1,3 +1,28 @@ +System Tools Backends Version 2.4.1, 2007-10-04 +----------------------------------------------- + +The System Tools Backends version 2.4.1 "Out of mind" 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 +========================== + +- Fix a typo in UsersConfig module for Slackware (Markus Kanet) +- Optimize gentoo services list parsing (garnacho) +- Add diagnostics script, to check configuration parsing without all the DBus setup (garnacho) +- Add/fix Users/Time/Services support for Archlinux (Ermanno Scaglione) + +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.0, 2007-09-14 ----------------------------------------------- diff --git a/configure.in b/configure.in index 3771ecf..dab553d 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.0) +AC_INIT(system-tools-backends,2.4.1) 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 5da90c9..ea6433d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-10-04 Carlos Garnacho <carlosg@gnome.org> + + * Release 2.4.1 + 2007-09-14 Carlos Garnacho <carlosg@gnome.org> * Release 2.4.0 diff --git a/doc/xsd/ChangeLog b/doc/xsd/ChangeLog index 801be94..7d15088 100644 --- a/doc/xsd/ChangeLog +++ b/doc/xsd/ChangeLog @@ -1,3 +1,7 @@ +2007-10-04 Carlos Garnacho <carlosg@gnome.org> + + * Release 2.4.1 + 2007-09-14 Carlos Garnacho <carlosg@gnome.org> * Release 2.4.0 diff --git a/files/ChangeLog b/files/ChangeLog index b9083cf..d0ed50a 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,3 +1,7 @@ +2007-10-04 Carlos Garnacho <carlosg@gnome.org> + + * Release 2.4.1 + 2007-09-14 Carlos Garnacho <carlosg@gnome.org> * Release 2.4.0 |