diff options
author | carlosg <carlosg> | 2006-01-02 16:24:25 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2006-01-02 16:24:25 +0000 |
commit | 047ebb7ecc5d08a5def2ed80bc0f2a8b021ffbe2 (patch) | |
tree | 8d17bdd5b0c4908a31a9e55bd2d059b4db100873 | |
parent | 4d6fd923930ef018cb18e5458bc621fe21c532c3 (diff) |
Release 1.4.2STB_1_4_2
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 31 | ||||
-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 | ||||
-rw-r--r-- | po/ChangeLog | 4 |
7 files changed, 52 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2006-01-02 Carlos Garnacho Parro <carlosg@gnome.org> + * Release 1.4.2 + +2006-01-02 Carlos Garnacho Parro <carlosg@gnome.org> + * platform.pl.in, service-list.pl.in, service.pl.in, services-conf.in, time-conf.in, users-conf.in: patch by Arjan Timmerman <arjan@soulfly.nl> to add archlinux support in the services and time, @@ -1,3 +1,34 @@ +System Tools Backends Version 1.4.2, 2006-01-02 +----------------------------------------------- + +The System Tools Backends version 1.4.1 "Radical cut" have been released. + +The System Tools Backends are a set of cross-platform scripts for Linux and other Unix systems. The backends provide an standard XML interface for modifying the configuration regarless of the distribution that's being used. + +Right now the System Tools Backends fully support various distros/OS such as: Redhat, Mandrake, SuSE, Fedora, Debian (and derivations like Ubuntu, Linex, Guadalinex...), Gentoo, Slackware, FreeBSD, OpenNA, PLD, Vine and Specifix. + +Changes since last release +========================== + + Network + ======= + - Added support for Ubuntu 5.10 and 6.04, Yoper 2.2, ArkLinux, FC4 and latest Mandrake/Mandriva (Juan Luis Baptiste) + + Services + ======== + - Added support for ArchLinux (Arjan Timmerman) + + Time + ==== + - Added support for ArchLinux (Arjan Timmerman) + + +Downloading +=========== +You can get it from : +http://system-tools-backends.freedesktop.org/downloads/1.4/ + + System Tools Backends Version 1.4.1, 2005-11-27 ----------------------------------------------- diff --git a/configure.in b/configure.in index 25f68de..18f7a78 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,1.4.1) +AC_INIT(system-tools-backends,1.4.2) 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 5c9c3ed..c30aa12 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-01-02 Carlos Garnacho Parro <carlosg@gnome.org> + + * Release 1.4.2 + 2005-11-28 Carlos Garnacho Parro <carlosg@gnome.org> * Release 1.4.1 diff --git a/doc/xsd/ChangeLog b/doc/xsd/ChangeLog index a8294e6..3ac33bf 100644 --- a/doc/xsd/ChangeLog +++ b/doc/xsd/ChangeLog @@ -1,3 +1,7 @@ +2006-01-02 Carlos Garnacho Parro <carlosg@gnome.org> + + * Release 1.4.2 + 2005-11-28 Carlos Garnacho Parro <carlosg@gnome.org> * Release 1.4.1 diff --git a/files/ChangeLog b/files/ChangeLog index 4eb0f35..ee862e9 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,3 +1,7 @@ +2006-01-02 Carlos Garnacho Parro <carlosg@gnome.org> + + * Release 1.4.2 + 2005-11-28 Carlos Garnacho Parro <carlosg@gnome.org> * Release 1.4.1 diff --git a/po/ChangeLog b/po/ChangeLog index 6495a6b..e069162 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2006-01-02 Carlos Garnacho Parro <carlosg@gnome.org> + + * Release 1.4.2 + 2005-11-28 Carlos Garnacho Parro <carlosg@gnome.org> * Release 1.4.1 |