]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
1.9.12 dbus-1.9.12
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 19 Feb 2015 13:29:31 +0000 (13:29 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 19 Feb 2015 13:29:31 +0000 (13:29 +0000)
NEWS
configure.ac
doc/dbus-specification.xml

diff --git a/NEWS b/NEWS
index b79e95716f0d912cf1a50ef0ad3aff00c86758e6..327069c24b3b9cee9b82a0d3591badc0443fe77a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,50 @@
-D-Bus 1.9.12 (UNRELEASED)
+D-Bus 1.9.12 (2015-02-19)
 ==
 
-...
+The “monster lasagna” release.
+
+Dependencies:
+
+• Ducktype and yelp-tools are now required to build complete documentation.
+
+Enhancements:
+
+• D-Bus Specification version 0.26
+  · GetConnectionCredentials can return LinuxSecurityLabel or WindowsSID
+  · document the BecomeMonitor method
+
+• On Linux, add LinuxSecurityLabel to GetConnectionCredentials
+  (fd.o #89041; Tyler Hicks, Simon McVittie)
+
+• On Linux, add support for AppArmor mediation of message sending and
+  receiving and name ownership (paralleling existing SELinux mediation
+  support), and eavesdropping (a new check, currently AppArmor-specific)
+  (fd.o #75113; John Johansen, Tyler Hicks, Simon McVittie)
+
+• In dbus-send and dbus-monitor, pretty-print \0-terminated bytestrings
+  that have printable ASCII contents; we previously only did this for
+  unterminated bytestrings (fd.o #89109, Simon McVittie)
+
+• Add a guide to designing good D-Bus APIs (fd.o #88994, Philip Withnall)
+
+• On Windows, add WindowsSID to GetConnectionCredentials
+  (fd.o #54445, Ralf Habacker)
+
+• Improve clarity of dbus-monitor --profile output and add more columns
+  (fd.o #89165, Ralf Habacker)
+
+• Add a man page for dbus-test-tool, and build it under CMake as well
+  as Autotools (fd.o#89086, Simon McVittie)
+
+• If dbus-daemon was compiled with --enable-verbose, add a D-Bus API
+  to control it at runtime, overriding the DBUS_VERBOSE environment variable
+  (fd.o #88896, Ralf Habacker)
+
+Fixes:
+
+• Reduce the number of file descriptors used in the fd-passing test,
+  avoiding failure under the default Linux fd limit, and automatically
+  skip it if the rlimit is too small (fd.o #88998, Simon McVittie)
 
 D-Bus 1.9.10 (2015-02-09)
 ==
index dc6acc551fa0259d4cdbe0d3da9be936f7ab855a..b393a42f9340fc0e1a21d293ab217e59fe8623c0 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
 
 m4_define([dbus_major_version], [1])
 m4_define([dbus_minor_version], [9])
-m4_define([dbus_micro_version], [11])
+m4_define([dbus_micro_version], [12])
 m4_define([dbus_version],
           [dbus_major_version.dbus_minor_version.dbus_micro_version])
 AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])
@@ -33,16 +33,16 @@ AC_DEFINE_UNQUOTED(DBUS_DAEMON_NAME,"dbus-daemon",[Name of executable])
 #
 
 ## increment if the interface has additions, changes, removals.
-LT_CURRENT=14
+LT_CURRENT=15
 
 ## increment any time the source changes; set to
 ##  0 if you increment CURRENT
-LT_REVISION=3
+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=11
+LT_AGE=12
 
 AC_SUBST(LT_CURRENT)
 AC_SUBST(LT_REVISION)
index 512879142a4fd946c89fa50ca22b964fa8915cc0..ce3929e283c71aef803b9acb16e9d7b70b7d6043 100644 (file)
@@ -6,8 +6,8 @@
 <article id="index">
   <articleinfo>
     <title>D-Bus Specification</title>
-    <releaseinfo>Version 0.25</releaseinfo>
-    <date>(not yet released)</date>
+    <releaseinfo>Version 0.26</releaseinfo>
+    <date>2015-02-19</date>
     <authorgroup>
       <author>
         <firstname>Havoc</firstname>
    <revhistory>
      <revision>
        <revnumber>0.26</revnumber>
-       <date>(not yet released)</date>
-       <authorinitials>n/a</authorinitials>
+       <date>2015-02-19</date>
+       <authorinitials>smcv, rh</authorinitials>
        <revremark>
-         see <ulink url='http://cgit.freedesktop.org/dbus/dbus/log/doc/dbus-specification.xml'>commit log</ulink>
+         GetConnectionCredentials can return LinuxSecurityLabel or
+         WindowsSID; add privileged BecomeMonitor method
        </revremark>
      </revision>
      <revision>