From af72a24000cabc28448a1ecadbd47589be361a80 Mon Sep 17 00:00:00 2001 From: carlosg Date: Mon, 4 Sep 2006 17:20:04 +0000 Subject: Release 1.9.4 --- ChangeLog | 4 ++++ Makefile.am | 2 +- NEWS | 24 ++++++++++++++++++++++++ autogen.sh | 4 ++-- configure.in | 3 +-- doc/ChangeLog | 4 ++++ doc/xsd/ChangeLog | 4 ++++ files/ChangeLog | 4 ++++ 8 files changed, 44 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index fc33121..4ae1df7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-09-04 Carlos Garnacho + + * Release 1.9.4 + 2006-09-04 Carlos Garnacho * Init/Services.pm: do not provide services/runlevels roles. if 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 = \ diff --git a/NEWS b/NEWS index 35890ba..f79b41f 100644 --- a/NEWS +++ b/NEWS @@ -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 ----------------------------------------------- diff --git a/autogen.sh b/autogen.sh index 472f46c..fc20661 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 + + * Release 1.9.4 + 2006-08-12 Carlos Garnacho * 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 + + * Release 1.9.4 + 2006-08-12 Carlos Garnacho * 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 + + * Release 1.9.4 + 2006-08-12 Carlos Garnacho * Release 1.9.3 -- cgit v1.2.3