]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
1.13.4 dbus-1.13.4
authorSimon McVittie <smcv@collabora.com>
Fri, 27 Apr 2018 14:31:46 +0000 (15:31 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 30 Apr 2018 12:54:17 +0000 (13:54 +0100)
NEWS
configure.ac
doc/dbus-specification.xml

diff --git a/NEWS b/NEWS
index 13dea6a2279b44d7315dbb1124a0fb2a0556c9b4..a6101cc2ac34b175d66e676f537ba5bffc01374d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-dbus 1.13.4 (UNRELEASED)
+dbus 1.13.4 (2018-04-30)
 ========================
 
 The “parsimonious topping” release.
@@ -11,7 +11,7 @@ Dependencies:
 
 Enhancements:
 
-• D-Bus Specification v0.32
+• D-Bus Specification v0.33
   · Be clearer about the security properties of TCP transports, which
     have no integrity or confidentiality protection and so should not
     normally be used, except via the loopback interface on Windows
@@ -29,6 +29,9 @@ Enhancements:
   now informs systemd that it is ready for use via the sd_notify()
   mechanism. (fd.o #104641; Michal Sekletar, Simon McVittie)
 
+• Several environment variables set by systemd are no longer passed
+  on to activated services (fd.o #104641, Simon McVittie)
+
 • Failing to bind a TCP socket to an address produces better error
   messages. (fd.o #61922; Simon McVittie, Ralf Habacker)
 
index 0f94d4391ff4537063aad6933864b437c2eab6b7..fb5f5036020aae743ed73ee9af538d3cff1b6843 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
 
 m4_define([dbus_major_version], [1])
 m4_define([dbus_minor_version], [13])
-m4_define([dbus_micro_version], [3])
+m4_define([dbus_micro_version], [4])
 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])
@@ -38,7 +38,7 @@ AC_DEFINE_UNQUOTED(DBUS_DAEMON_NAME,"dbus-daemon",[Name of executable])
 #
 
 ## increment if the interface has additions, changes, removals.
-LT_CURRENT=25
+LT_CURRENT=26
 
 ## increment any time the source changes; set to
 ##  0 if you increment CURRENT
@@ -47,7 +47,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=22
+LT_AGE=23
 
 AC_SUBST(LT_CURRENT)
 AC_SUBST(LT_REVISION)
index 8786922ddcce3dc12ee463c13e9fa36323e91772..ebeceae8f5149d1039e5677b5aed36a05ebd928d 100644 (file)
@@ -7,7 +7,7 @@
   <articleinfo>
     <title>D-Bus Specification</title>
     <releaseinfo>Version 0.33</releaseinfo>
-    <date>(not yet released)</date>
+    <date>2018-04-27</date>
     <authorgroup>
       <author>
         <firstname>Havoc</firstname>
    <revhistory>
      <revision>
        <revnumber>latest</revnumber>
-       <date>(not yet released)</date>
-       <authorinitials>n/a</authorinitials>
+       <date></date>
+       <authorinitials></authorinitials>
        <revremark>
          See <ulink url='http://cgit.freedesktop.org/dbus/dbus/log/doc/dbus-specification.xml'>commit log</ulink>
        </revremark>
      </revision>
+     <revision>
+       <revnumber>0.33</revnumber>
+       <date>2018-04-27</date>
+       <authorinitials>smcv</authorinitials>
+       <revdescription>
+         <itemizedlist>
+           <listitem><simpara>Deprecate TCP on Unix</simpara></listitem>
+           <listitem><simpara>Deprecate non-local TCP everywhere</simpara></listitem>
+         </itemizedlist>
+       </revdescription>
+     </revision>
      <revision>
        <revnumber>0.32</revnumber>
        <date>2018-01-30</date>