diff options
author | carlosg <carlosg> | 2006-10-26 10:21:03 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2006-10-26 10:21:03 +0000 |
commit | 769946a512ba7d57a42469896db18666982fb235 (patch) | |
tree | 61867912dd7323a97beaaafb404ae788174788e6 | |
parent | 5ce5ac88a5d7c1943bcd0925fc98d15d782e2f90 (diff) |
Release 1.9.90STB_1_9_90
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 22 | ||||
-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-- | message-of-doom | 3 |
7 files changed, 40 insertions, 4 deletions
@@ -1,5 +1,10 @@ 2006-10-26 Carlos Garnacho <carlosg@gnome.org> + * Release 1.9.90 + * message-of-doom: removed + +2006-10-26 Carlos Garnacho <carlosg@gnome.org> + * Init/Services.pm: fixes for archlinux 2006-10-12 Carlos Garnacho <carlosg@gnome.org> @@ -1,3 +1,25 @@ +System Tools Backends Version 1.9.90, 2006-10-26 +------------------------------------------------- + +The System Tools Backends version 1.9.90 "Here is nowhere" have been released. + +The System Tools Backends are a set of cross-platform modules for Linux, FreeBSD 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...), Gentoo, Slackware, FreeBSD, OpenNA, PLD, Vine and Specifix. + +Changes since last release +========================== + + - fixes in configure script (garnacho) + - Do not corrupt wireless essid and key (garnacho) + - fixes in ServicesConfig for archlinux (garnacho) + +Downloading +=========== +You can get it from : +http://system-tools-backends.freedesktop.org/downloads/1.9/ + + System Tools Backends Version 1.9.7, 2006-09-28 ------------------------------------------------- diff --git a/configure.in b/configure.in index 28eccba..bfb1701 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.9.7) +AC_INIT(system-tools-backends,1.9.90) 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 2278d78..1041794 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-10-26 Carlos Garnacho <carlosg@gnome.org> + + * Release 1.9.90 + 2006-10-06 Carlos Garnacho <carlosg@gnome.org> * Release 1.9.7 diff --git a/doc/xsd/ChangeLog b/doc/xsd/ChangeLog index d5e2aaa..0c285c1 100644 --- a/doc/xsd/ChangeLog +++ b/doc/xsd/ChangeLog @@ -1,3 +1,7 @@ +2006-10-26 Carlos Garnacho <carlosg@gnome.org> + + * Release 1.9.90 + 2006-10-06 Carlos Garnacho <carlosg@gnome.org> * Release 1.9.7 diff --git a/files/ChangeLog b/files/ChangeLog index 5fad009..1c36f82 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,3 +1,7 @@ +2006-10-26 Carlos Garnacho <carlosg@gnome.org> + + * Release 1.9.90 + 2006-10-06 Carlos Garnacho <carlosg@gnome.org> * Release 1.9.7 diff --git a/message-of-doom b/message-of-doom deleted file mode 100644 index e376b21..0000000 --- a/message-of-doom +++ /dev/null @@ -1,3 +0,0 @@ -This copy of system-tools-backends pertains to what will be the 2.x series. A relevant number of changes has made it's access interface totally incompatible with the 1.x series, so if you want the old-fashioned system-tools-backends, you should run the following command: - -$ cvs -z3 co -r stb-1-4 system-tools-backends |