diff options
author | carlosg <carlosg> | 2005-11-27 23:36:57 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2005-11-27 23:36:57 +0000 |
commit | 6b6d1f7cc9503b3ac7ac4ac5afa4baf134a6bc95 (patch) | |
tree | 84d0f0bf440b8533643122e028b7efafd7aa7e9c | |
parent | 2ac3bb31deffe597191951d28c0d69fb048dd00e (diff) |
Release 1.4.1STB_1_4_1
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 28 | ||||
-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, 49 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-11-28 Carlos Garnacho Parro <carlosg@gnome.org> + + * Release 1.4.1 + 2005-11-27 Carlos Garnacho Parro <carlosg@gnome.org> * replace.pl.in (gst_replace_confd_net_re): do not put extra spaces in @@ -1,3 +1,31 @@ +System Tools Backends Version 1.4.1, 2005-11-27 +----------------------------------------------- + +The System Tools Backends version 1.4.1 "Burning sky" 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 + ======= + - Fixed network configuration in Gentoo (Christian Meyer, Florian Schricker, garnacho) + - Fixed WEP key detection in Slackware (garnacho) + + Common + ====== + - Added support for Slackware 10.2.0 (Scott J. Harmon) + - Changed Specifix Linux to rPath Linux (Ken VanDine) + +Downloading +=========== +You can get it from : +http://system-tools-backends.freedesktop.org/downloads/1.4/ + + System Tools Backends Version 1.4.0, 2005-08-23 ----------------------------------------------- diff --git a/configure.in b/configure.in index 1b0358c..25f68de 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.0) +AC_INIT(system-tools-backends,1.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 3fb2c0f..5c9c3ed 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-11-28 Carlos Garnacho Parro <carlosg@gnome.org> + + * Release 1.4.1 + 2005-09-04 Carlos Garnacho Parro <carlosg@gnome.org> * Release 1.4.0 diff --git a/doc/xsd/ChangeLog b/doc/xsd/ChangeLog index ab51e69..a8294e6 100644 --- a/doc/xsd/ChangeLog +++ b/doc/xsd/ChangeLog @@ -1,3 +1,7 @@ +2005-11-28 Carlos Garnacho Parro <carlosg@gnome.org> + + * Release 1.4.1 + 2005-09-04 Carlos Garnacho Parro <carlosg@gnome.org> * Release 1.4.0 diff --git a/files/ChangeLog b/files/ChangeLog index 998f140..4eb0f35 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,3 +1,7 @@ +2005-11-28 Carlos Garnacho Parro <carlosg@gnome.org> + + * Release 1.4.1 + 2005-09-04 Carlos Garnacho Parro <carlosg@gnome.org> * Release 1.4.0 diff --git a/po/ChangeLog b/po/ChangeLog index 81b5753..6495a6b 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-11-28 Carlos Garnacho Parro <carlosg@gnome.org> + + * Release 1.4.1 + 2005-09-04 Carlos Garnacho Parro <carlosg@gnome.org> * Release 1.4.0 |