summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarlosg <carlosg>2006-09-30 11:57:41 +0000
committercarlosg <carlosg>2006-09-30 11:57:41 +0000
commit55bd09e82d41992f690b5174d1ce580714f92b90 (patch)
tree5bb7aade44daf32935cbd973e9560eecc9c1b9a0
parent45d92333e6e1648872dacef8fa390f6ed5c7f018 (diff)
Release 1.9.6STB_1_9_6
-rw-r--r--ChangeLog4
-rw-r--r--NEWS27
-rw-r--r--configure.in2
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/xsd/ChangeLog4
-rw-r--r--files/ChangeLog4
6 files changed, 44 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a0ea66..d84b2f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-09-28 Carlos Garnacho <carlosg@gnome.org>
+ * Release 1.9.6
+
+2006-09-28 Carlos Garnacho <carlosg@gnome.org>
+
* SharesList.pm, Shares/Exports.pm: removed old and unused code.
2006-09-25 Carlos Garnacho <carlosg@gnome.org>
diff --git a/NEWS b/NEWS
index 3f127bb..61df274 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,30 @@
+System Tools Backends Version 1.9.6, 2006-09-28
+-------------------------------------------------
+
+The System Tools Backends version 1.9.6 "Get in the character" 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
+==========================
+
+ - Do not repeat multiple SMB share entries when the name has a $ symbol (GNOME bug #325495, garnacho)
+ - Avoid timeouts during file monitoring (garnacho)
+ - Code improvements to BSD, RCng and SuSE services init code (garnacho)
+ - Add an UID/GID independent ID number in UsersConfig and GroupsConfig to avoid confusions when adding/deleting groups (GNOME bug #342293, garnacho)
+ - DBus struct improvements in ServicesConfig (garnacho)
+ - Avoid "use lib" warning during s-t-b initialization (garnacho)
+ - Fix a possible bug when saving modem interfaces configuration (garnacho)
+ - Code cleanups (garnacho)
+
+Downloading
+===========
+You can get it from :
+http://system-tools-backends.freedesktop.org/downloads/1.9/
+
+
System Tools Backends Version 1.9.5.1, 2006-09-08
-------------------------------------------------
diff --git a/configure.in b/configure.in
index 4e613f6..5a4ca31 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.5.1)
+AC_INIT(system-tools-backends,1.9.6)
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 7f6e302..2883d27 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-28 Carlos Garnacho <carlosg@gnome.org>
+
+ * Release 1.9.6
+
2006-09-08 Carlos Garnacho <carlosg@gnome.org>
* Release 1.9.5.1
diff --git a/doc/xsd/ChangeLog b/doc/xsd/ChangeLog
index 51621e2..bea6381 100644
--- a/doc/xsd/ChangeLog
+++ b/doc/xsd/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-28 Carlos Garnacho <carlosg@gnome.org>
+
+ * Release 1.9.6
+
2006-09-08 Carlos Garnacho <carlosg@gnome.org>
* Release 1.9.5.1
diff --git a/files/ChangeLog b/files/ChangeLog
index bcd0cd8..18eda0c 100644
--- a/files/ChangeLog
+++ b/files/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-28 Carlos Garnacho <carlosg@gnome.org>
+
+ * Release 1.9.6
+
2006-09-08 Carlos Garnacho <carlosg@gnome.org>
* Release 1.9.5.1