diff options
author | carlosg <carlosg> | 2007-04-02 23:37:56 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2007-04-02 23:37:56 +0000 |
commit | 39dfd2bca6fb551babc79ebb4366e02ea5ddc207 (patch) | |
tree | aae72502feb6c630477f1fc8febdef04e9e619f8 | |
parent | f4aa0ad3538caf23bfdee6146361d19cdce70ff0 (diff) |
Release 2.2.1STB_2_2_1
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 20 | ||||
-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, 37 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2007-04-03 Carlos Garnacho <carlosg@gnome.org> + * Release 2.2.1 + +2007-04-03 Carlos Garnacho <carlosg@gnome.org> + * Net-DBus/lib/Net/DBus.pm: do not use nonexistent Test::MockConnection module, noticed by Carlos Eduardo Rodrigues DiĆ³genes <cerdiogenes@yahoo.com.br> @@ -1,3 +1,23 @@ +System Tools Backends Version 2.2.1, 2007-04-03 +----------------------------------------------- + +The System Tools Backends version 2.2.1 "A leash at least" 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 internal DBus bindings (Carlos Eduardo Rodrigues DiĆ³genes) + +Downloading +=========== +You can get it from : +http://system-tools-backends.freedesktop.org/downloads/2.2/ + + System Tools Backends Version 2.2.0, 2007-03-12 ----------------------------------------------- diff --git a/configure.in b/configure.in index 0eb53e0..7b6d852 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.2.0) +AC_INIT(system-tools-backends,2.2.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 873d5af..6d4f38e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-04-03 Carlos Garnacho <carlosg@gnome.org> + + * Release 2.2.1 + 2007-03-12 Carlos Garnacho <carlosg@gnome.org> * Release 2.2.0 diff --git a/doc/xsd/ChangeLog b/doc/xsd/ChangeLog index e92ea34..bbab077 100644 --- a/doc/xsd/ChangeLog +++ b/doc/xsd/ChangeLog @@ -1,3 +1,7 @@ +2007-04-03 Carlos Garnacho <carlosg@gnome.org> + + * Release 2.2.1 + 2007-03-12 Carlos Garnacho <carlosg@gnome.org> * Release 2.2.0 diff --git a/files/ChangeLog b/files/ChangeLog index 4f500bb..0ce422f 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,3 +1,7 @@ +2007-04-03 Carlos Garnacho <carlosg@gnome.org> + + * Release 2.2.1 + 2007-03-12 Carlos Garnacho <carlosg@gnome.org> * Release 2.2.0 |