-dbus 1.13.4 (UNRELEASED)
+dbus 1.13.4 (2018-04-30)
========================
The “parsimonious topping” release.
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
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)
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])
#
## 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
## 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)
<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>