From 769946a512ba7d57a42469896db18666982fb235 Mon Sep 17 00:00:00 2001 From: carlosg Date: Thu, 26 Oct 2006 10:21:03 +0000 Subject: Release 1.9.90 --- ChangeLog | 5 +++++ NEWS | 22 ++++++++++++++++++++++ configure.in | 2 +- doc/ChangeLog | 4 ++++ doc/xsd/ChangeLog | 4 ++++ files/ChangeLog | 4 ++++ message-of-doom | 3 --- 7 files changed, 40 insertions(+), 4 deletions(-) delete mode 100644 message-of-doom diff --git a/ChangeLog b/ChangeLog index 6c171c7..a90f90c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-26 Carlos Garnacho + + * Release 1.9.90 + * message-of-doom: removed + 2006-10-26 Carlos Garnacho * Init/Services.pm: fixes for archlinux diff --git a/NEWS b/NEWS index adf6020..f496fc0 100644 --- a/NEWS +++ b/NEWS @@ -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 + + * Release 1.9.90 + 2006-10-06 Carlos Garnacho * 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 + + * Release 1.9.90 + 2006-10-06 Carlos Garnacho * 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 + + * Release 1.9.90 + 2006-10-06 Carlos Garnacho * 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 -- cgit v1.2.3