diff options
author | carlosg <carlosg> | 2006-09-04 17:20:04 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2006-09-04 17:20:04 +0000 |
commit | af72a24000cabc28448a1ecadbd47589be361a80 (patch) | |
tree | 0d8a112a94dc6ac3e53537d9bda45d7fbf35de4f | |
parent | 527f53b1671d3a2b91c49a4471caeb3cd1230374 (diff) |
Release 1.9.4STB_1_9_4
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | NEWS | 24 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | configure.in | 3 | ||||
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/xsd/ChangeLog | 4 | ||||
-rw-r--r-- | files/ChangeLog | 4 |
8 files changed, 44 insertions, 5 deletions
@@ -1,5 +1,9 @@ 2006-09-04 Carlos Garnacho <carlosg@gnome.org> + * Release 1.9.4 + +2006-09-04 Carlos Garnacho <carlosg@gnome.org> + * Init/Services.pm: do not provide services/runlevels roles. if the users of s-t-b want this will need to have their own heuristic. * ServicesConfig.pm: do not export services/runlevels roles in the diff --git a/Makefile.am b/Makefile.am index e0893fa..abc4017 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ if INTERNAL_NET_DBUS net_dbus_SUBDIRS = Net-DBus endif -SUBDIRS = m4macros files Init Network Shares Time Users Utils $(net_dbus_SUBDIRS) +SUBDIRS = files Init Network Shares Time Users Utils $(net_dbus_SUBDIRS) modulesdir = $(scriptsdir) modules_DATA = \ @@ -1,3 +1,27 @@ +System Tools Backends Version 1.9.4, 2006-09-04 +----------------------------------------------- + +The System Tools Backends version 1.9.4 "Never was" 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 +========================== + + - Fix distro detection for gentoo (garnacho) + - Make NTPConfig try to set the time with ntpdate (garnacho) + - make it again to start/stop init.d scripts when a service is added/removed from the current runlevel (garnacho) + - Do not export heuristics such as service/runlevel role (garnacho) + - various code improvements + +Downloading +=========== +You can get it from : +http://system-tools-backends.freedesktop.org/downloads/1.9/ + + System Tools Backends Version 1.9.3, 2006-08-12 ----------------------------------------------- @@ -60,8 +60,8 @@ fi libtoolize --copy --force -echo $ACLOCAL $ACLOCAL_FLAGS -I m4macros -$ACLOCAL $ACLOCAL_FLAGS -I m4macros +echo $ACLOCAL $ACLOCAL_FLAGS +$ACLOCAL $ACLOCAL_FLAGS ## optionally feature autoheader (autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader diff --git a/configure.in b/configure.in index 9ae0385..d77a9f1 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.3) +AC_INIT(system-tools-backends,1.9.4) AC_CONFIG_AUX_DIR(.) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -95,7 +95,6 @@ AM_CONDITIONAL(INTERNAL_NET_DBUS, test x$internalnetdbus = xyes) AC_OUTPUT([ Makefile -m4macros/Makefile system-tools-backends-2.0.pc files/Makefile Init/Makefile diff --git a/doc/ChangeLog b/doc/ChangeLog index b1b50bf..808833e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-09-04 Carlos Garnacho <carlosg@gnome.org> + + * Release 1.9.4 + 2006-08-12 Carlos Garnacho <carlosg@gnome.org> * Release 1.9.3 diff --git a/doc/xsd/ChangeLog b/doc/xsd/ChangeLog index 2c5daed..b5185cc 100644 --- a/doc/xsd/ChangeLog +++ b/doc/xsd/ChangeLog @@ -1,3 +1,7 @@ +2006-09-04 Carlos Garnacho <carlosg@gnome.org> + + * Release 1.9.4 + 2006-08-12 Carlos Garnacho <carlosg@gnome.org> * Release 1.9.3 diff --git a/files/ChangeLog b/files/ChangeLog index 5a66687..c58b9c7 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,3 +1,7 @@ +2006-09-04 Carlos Garnacho <carlosg@gnome.org> + + * Release 1.9.4 + 2006-08-12 Carlos Garnacho <carlosg@gnome.org> * Release 1.9.3 |