diff options
author | carlosg <carlosg> | 2006-08-12 18:20:26 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2006-08-12 18:20:26 +0000 |
commit | 4809e8c59beda3ed7c472456cf3fe331cff9348c (patch) | |
tree | 98bac0c59d2a8c07b59c0e7764ac668fe766c389 | |
parent | 8329ceb72774ca17bb2a6ad0ec384fed23179654 (diff) |
Release 1.9.3STB_1_9_3
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 32 | ||||
-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, 49 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2006-08-12 Carlos Garnacho <carlosg@gnome.org> + * Release 1.9.3 + +2006-08-12 Carlos Garnacho <carlosg@gnome.org> + * Init/Services.pm: fixes to file-rc services parsing 2006-08-12 Cezary Krzyżanowski <cezary.krzyzanowski@gmail.com> @@ -1,3 +1,35 @@ +System Tools Backends Version 1.9.3, 2006-08-12 +----------------------------------------------- + +The System Tools Backends version 1.9.3 "Pit stop for the mind" 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 services parsing on Gentoo (garnacho) + - Fix services parsing with file-rc (garnacho) + - Make platform detection code more generic, create a distro metamap, from now adding a new distro that behaves *exactly* like other is one liner (garnacho) + - Various code cleanups and improvements, avoid redundancy with distro maps. (garnacho) + - Add support for PLD 2.99 (Cezary Krzyżanowski) + - Several modified and unmodified Ubuntu patches: + * Add Posgresql-8.1 to services list + * Better ISDN detection + * set default serial port speed to 115200 + * daemonize the backend + * specify chatscript path to pppd + +Thanks to Cezary Krzyżanowski and the Ubuntu folks + +Downloading +=========== +You can get it from : +http://system-tools-backends.freedesktop.org/downloads/1.9/ + + System Tools Backends Version 1.9.2, 2006-08-02 ----------------------------------------------- diff --git a/configure.in b/configure.in index 5aea619..9ae0385 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.2) +AC_INIT(system-tools-backends,1.9.3) 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 ec2c5be..b1b50bf 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-08-12 Carlos Garnacho <carlosg@gnome.org> + + * Release 1.9.3 + 2006-08-02 Carlos Garnacho <carlosg@gnome.org> * Release 1.9.2 diff --git a/doc/xsd/ChangeLog b/doc/xsd/ChangeLog index 1c1a149..2c5daed 100644 --- a/doc/xsd/ChangeLog +++ b/doc/xsd/ChangeLog @@ -1,3 +1,7 @@ +2006-08-12 Carlos Garnacho <carlosg@gnome.org> + + * Release 1.9.3 + 2006-08-02 Carlos Garnacho <carlosg@gnome.org> * Release 1.9.2 diff --git a/files/ChangeLog b/files/ChangeLog index f075e52..5a66687 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,3 +1,7 @@ +2006-08-12 Carlos Garnacho <carlosg@gnome.org> + + * Release 1.9.3 + 2006-08-02 Carlos Garnacho <carlosg@gnome.org> * Release 1.9.2 |