summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarlosg <carlosg>2006-09-04 17:20:04 +0000
committercarlosg <carlosg>2006-09-04 17:20:04 +0000
commitaf72a24000cabc28448a1ecadbd47589be361a80 (patch)
tree0d8a112a94dc6ac3e53537d9bda45d7fbf35de4f
parent527f53b1671d3a2b91c49a4471caeb3cd1230374 (diff)
Release 1.9.4STB_1_9_4
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am2
-rw-r--r--NEWS24
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.in3
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/xsd/ChangeLog4
-rw-r--r--files/ChangeLog4
8 files changed, 44 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index fc33121..4ae1df7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 = \
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 <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