summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarlosg <carlosg>2006-08-02 17:36:46 +0000
committercarlosg <carlosg>2006-08-02 17:36:46 +0000
commitf97f3b892259f166ce8c42b870904cee1e6a98ad (patch)
treedfcc15a05f274fd22409d97e8aee981d7a1830c6
parent303ed726f8e048d1203e2ed0e9d13128c760d6d5 (diff)
Release 1.9.2. distcheck fixesSTB_1_9_2
-rw-r--r--ChangeLog4
-rw-r--r--NEWS22
-rw-r--r--Net-DBus/Makefile.am2
-rw-r--r--Net-DBus/lib/Net/DBus/Binding/Makefile.am1
-rw-r--r--Net-DBus/lib/Net/DBus/Makefile.am4
-rw-r--r--configure.in2
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/xsd/ChangeLog4
-rw-r--r--files/ChangeLog4
9 files changed, 41 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index cc0cf6e..919f266 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-08-02 Carlos Garnacho <carlosg@gnome.org>
+ * Release 1.9.2
+
+2006-08-02 Carlos Garnacho <carlosg@gnome.org>
+
* Utils/Monitor.pm: monitor also "created" events
2006-07-28 Carlos Garnacho <carlosg@gnome.org>
diff --git a/NEWS b/NEWS
index 41dcabe..27d19a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+System Tools Backends Version 1.9.2, 2006-08-02
+-----------------------------------------------
+
+The System Tools Backends version 1.9.2 "They said it was that" 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
+==========================
+
+ - Improvements to file monitoring (garnacho)
+ - Include an internal copy of Net::DBus (Frederic Peters, garnacho)
+
+
+Downloading
+===========
+You can get it from :
+http://system-tools-backends.freedesktop.org/downloads/1.9/
+
+
System Tools Backends Version 1.9.1, 2006-06-12
-----------------------------------------------
diff --git a/Net-DBus/Makefile.am b/Net-DBus/Makefile.am
index 5fa3e0d..b3b4f61 100644
--- a/Net-DBus/Makefile.am
+++ b/Net-DBus/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = lib
-EXTRA_DIST = Makefile.PL DBus.xs
+EXTRA_DIST = Makefile.PL DBus.xs typemap
INCLUDES = -I$(top_srcdir)
diff --git a/Net-DBus/lib/Net/DBus/Binding/Makefile.am b/Net-DBus/lib/Net/DBus/Binding/Makefile.am
index 7be850f..0581ea3 100644
--- a/Net-DBus/lib/Net/DBus/Binding/Makefile.am
+++ b/Net-DBus/lib/Net/DBus/Binding/Makefile.am
@@ -5,7 +5,6 @@ EXTRA_DIST = \
Connection.pm \
Introspector.pm \
Iterator.pm \
- Message \
Message.pm \
PendingCall.pm \
Server.pm \
diff --git a/Net-DBus/lib/Net/DBus/Makefile.am b/Net-DBus/lib/Net/DBus/Makefile.am
index dc8932a..37087ea 100644
--- a/Net-DBus/lib/Net/DBus/Makefile.am
+++ b/Net-DBus/lib/Net/DBus/Makefile.am
@@ -1,9 +1,8 @@
-SUBDIRS = Binding
+SUBDIRS = Binding
EXTRA_DIST = \
Annotation.pm \
ASyncReply.pm \
- Binding \
Callback.pm \
Dumper.pm \
Error.pm \
@@ -13,4 +12,3 @@ EXTRA_DIST = \
RemoteObject.pm \
RemoteService.pm \
Service.pm
-
diff --git a/configure.in b/configure.in
index 838548c..5aea619 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.1)
+AC_INIT(system-tools-backends,1.9.2)
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 200a0d2..ec2c5be 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-02 Carlos Garnacho <carlosg@gnome.org>
+
+ * Release 1.9.2
+
2006-06-12 Carlos Garnacho <carlosg@gnome.org>
* Release 1.9.1
diff --git a/doc/xsd/ChangeLog b/doc/xsd/ChangeLog
index 07b81ff..1c1a149 100644
--- a/doc/xsd/ChangeLog
+++ b/doc/xsd/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-02 Carlos Garnacho <carlosg@gnome.org>
+
+ * Release 1.9.2
+
2006-06-12 Carlos Garnacho <carlosg@gnome.org>
* Release 1.9.1
diff --git a/files/ChangeLog b/files/ChangeLog
index 5067c6e..f075e52 100644
--- a/files/ChangeLog
+++ b/files/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-02 Carlos Garnacho <carlosg@gnome.org>
+
+ * Release 1.9.2
+
2006-06-12 Carlos Garnacho <carlosg@gnome.org>
* Release 1.9.1