2007-07-27 Havoc Pennington <hp@redhat.com> dbus-1.1.2
authorHavoc Pennington <hp@redhat.com>
Fri, 27 Jul 2007 20:59:42 +0000 (20:59 +0000)
committerHavoc Pennington <hp@redhat.com>
Fri, 27 Jul 2007 20:59:42 +0000 (20:59 +0000)
* release 1.1.2

AUTHORS
ChangeLog
NEWS
configure.in
doc/Makefile.am

diff --git a/AUTHORS b/AUTHORS
index d32e985..9fb69d2 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -17,6 +17,7 @@ Mikael Hallendal <micke@codefactory.se>
 Kimmo Hämäläinen <kimmo.hamalainen@nokia.com>
 Kristian Høgsberg <krh@redhat.com>
 Iain Holmes <iain@openedhand.com>
+Richard Hughes <richard@hughsie.com>
 Richard Hult <rhult@codefactory.se>
 Peter Kuemmel <syntheticpp@gmx.net>
 Alex Larsson <alexl@redhat.com>
index 8c13945..f746543 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-27  Havoc Pennington  <hp@redhat.com>
+
+       * release 1.1.2
+
 2007-07-26  Havoc Pennington  <hp@redhat.com>
 
        * bus/config-parser-trivial.c (check_return_values): disable a
diff --git a/NEWS b/NEWS
index 4f72cd2..a748815 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+D-Bus 1.1.2 (27 July 2007)
+==
+
+- This release is intended to be a feature complete beta for stable
+  release 1.2.0, please test it. 1.2.0 will follow pretty soon if no
+  major problems are found.  We'll do more betas if significant
+  changes are made.
+
+- This is a development release, so API's may still change if problems
+  are found (though we will try hard not to).
+
+- The system bus now supports starting services on demand. This uses a
+  setuid helper program because system bus daemon runs as a nobody
+  user, while services it launches may need to run as a different
+  user.
+
+  ***Extra eyes auditing the setuid helper are encouraged and would be
+  timely right now, before 1.2.0***
+
+  A design doc is available in doc/system-activation.txt
+
+- The TCP address format has been enhanced, such that TCP may be
+  actually usable.  The dbus-daemon man page describes the new
+  elements in the address format.  1.1.1 had added an all_interfaces
+  flag to the format, which has been removed in favor of a cleaner
+  approach.
+
+- Some thread-related bugs have been fixed, these are important fixes
+  if you are using multiple threads with libdbus, and not important
+  otherwise.
+
+
 D-Bus 1.1.1 (18 June 2007)
 ==
 - This is a development release, unless you need specific 
index 7b7cf26..822677f 100644 (file)
@@ -24,7 +24,7 @@ AM_MAINTAINER_MODE
 #
 
 ## increment if the interface has additions, changes, removals.
-LT_CURRENT=6
+LT_CURRENT=7
 
 ## increment any time the source changes; set to
 ##  0 if you increment CURRENT
@@ -33,7 +33,7 @@ LT_REVISION=0
 ## increment if any interfaces have been added; set to 0
 ## if any interfaces have been changed or removed. removal has
 ## precedence over adding, so set to 0 if both happened.
-LT_AGE=3
+LT_AGE=4
 
 AC_SUBST(LT_CURRENT)
 AC_SUBST(LT_REVISION)
index 8a252ad..e1c8e4d 100644 (file)
@@ -18,7 +18,7 @@ HTML_FILES=                                   \
 if DBUS_XML_DOCS_ENABLED
 all-local: $(HTML_FILES)
 
-EXTRA_DIST += $(HTML_FILES)
+EXTRA_DIST += $(HTML_FILES) system-activation.txt
 
 dbus-specification.html: dbus-specification.xml
        $(XMLTO) html-nochunks $<