diff options
author | carlosg <carlosg> | 2006-09-06 10:57:54 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2006-09-06 10:57:54 +0000 |
commit | 2bc719a5648eac70a4b33b8dca1f9e00765e2d01 (patch) | |
tree | 1419bbb49c458d0e99d591cdfdc71bc227865e97 | |
parent | 1ac51dbaa64e0ebb14d3557f2e67902fc10f17da (diff) |
Release 1.9.5STB_1_9_5
-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 @@ 2006-09-06 Carlos Garnacho <carlosg@gnome.org> + * Release 1.9.5 + +2006-09-06 Carlos Garnacho <carlosg@gnome.org> + * system-tools-backends.conf.in: drop at_console, looks a bit scary wrt modifying system configuration, also uncomment group matching, as latest DBus no longer crashes if the group doesn't exist. @@ -1,3 +1,23 @@ +System Tools Backends Version 1.9.5, 2006-09-06 +----------------------------------------------- + +The System Tools Backends version 1.9.5 "Under mountain" 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 +========================== + + - Limit access to the backends to root and people defined with --with-stb-group (garnacho) + +Downloading +=========== +You can get it from : +http://system-tools-backends.freedesktop.org/downloads/1.9/ + + System Tools Backends Version 1.9.4, 2006-09-04 ----------------------------------------------- diff --git a/configure.in b/configure.in index d77a9f1..4ba4770 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.4) +AC_INIT(system-tools-backends,1.9.5) 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 808833e..40f883b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-09-06 Carlos Garnacho <carlosg@gnome.org> + + * Release 1.9.5 + 2006-09-04 Carlos Garnacho <carlosg@gnome.org> * Release 1.9.4 diff --git a/doc/xsd/ChangeLog b/doc/xsd/ChangeLog index b5185cc..060e92c 100644 --- a/doc/xsd/ChangeLog +++ b/doc/xsd/ChangeLog @@ -1,3 +1,7 @@ +2006-09-06 Carlos Garnacho <carlosg@gnome.org> + + * Release 1.9.5 + 2006-09-04 Carlos Garnacho <carlosg@gnome.org> * Release 1.9.4 diff --git a/files/ChangeLog b/files/ChangeLog index c58b9c7..390ad26 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,3 +1,7 @@ +2006-09-06 Carlos Garnacho <carlosg@gnome.org> + + * Release 1.9.5 + 2006-09-04 Carlos Garnacho <carlosg@gnome.org> * Release 1.9.4 |