diff options
author | carlosg <carlosg> | 2007-08-27 22:43:09 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2007-08-27 22:43:09 +0000 |
commit | cee0829daa333e613c9a2e8b3e37a8907bf015c0 (patch) | |
tree | 8935fa6e2116947716e12e289004b3a7a4d0bc1b | |
parent | 407bb0823eceffda931018544a8787e815630566 (diff) |
Release 2.3.1STB_2_3_1
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 24 | ||||
-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, 41 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-08-28 Carlos Garnacho <carlosg@gnome.org> + + * Release 2.3.1 + 2007-08-28 Sasa Ostrouska <saxa@droplinegnome.org> * Utils/Platform.pm: Support Slackware 11.0 and 12.0. @@ -1,3 +1,27 @@ +System Tools Backends Version 2.3.1, 2007-08-28 +----------------------------------------------- + +The System Tools Backends version 2.3.1 "All in you" 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 +========================== + +- Fixes in network and services modules for Slackware (garnacho) +- Update to Net::DBus 0.33.5 +- Support Slackware 11.0 and 12.0 (Sasa Ostrouska) + +Thanks to anyone involved! + +Downloading +=========== +You can get it from : +http://system-tools-backends.freedesktop.org/downloads/2.3/ + + System Tools Backends Version 2.3.0, 2007-07-10 ----------------------------------------------- diff --git a/configure.in b/configure.in index f5fc204..9c15c46 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.0) +AC_INIT(system-tools-backends,2.3.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 1aea044..37dc1d9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-08-28 Carlos Garnacho <carlosg@gnome.org> + + * Release 2.3.1 + 2007-07-10 Carlos Garnacho <carlosg@gnome.org> * Release 2.3.0 diff --git a/doc/xsd/ChangeLog b/doc/xsd/ChangeLog index 0020019..f8e43ce 100644 --- a/doc/xsd/ChangeLog +++ b/doc/xsd/ChangeLog @@ -1,3 +1,7 @@ +2007-08-28 Carlos Garnacho <carlosg@gnome.org> + + * Release 2.3.1 + 2007-07-10 Carlos Garnacho <carlosg@gnome.org> * Release 2.3.0 diff --git a/files/ChangeLog b/files/ChangeLog index 230b3ea..ed72e4e 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,3 +1,7 @@ +2007-08-28 Carlos Garnacho <carlosg@gnome.org> + + * Release 2.3.1 + 2007-07-10 Carlos Garnacho <carlosg@gnome.org> * Release 2.3.0 |