mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-03 20:50:14 +01:00
1.13.4
This commit is contained in:
parent
9391d769ae
commit
171fccffdb
3 changed files with 22 additions and 8 deletions
7
NEWS
7
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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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,12 +72,23 @@
|
|||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue