summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac6
-rw-r--r--doc/dbus-specification.xml17
3 files changed, 22 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 13dea6a2..a6101cc2 100644
--- 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)
diff --git a/configure.ac b/configure.ac
index 0f94d439..fb5f5036 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index 8786922d..ebeceae8 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -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>
@@ -72,13 +72,24 @@
<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>
<authorinitials>smcv</authorinitials>