mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 13:28:02 +02:00
prepare version 1.7.2 and spec 0.21
This commit is contained in:
parent
1f3b479a12
commit
7ff0cd0640
3 changed files with 10 additions and 7 deletions
4
NEWS
4
NEWS
|
|
@ -1,6 +1,8 @@
|
|||
D-Bus 1.7.2 (UNRELEASED)
|
||||
D-Bus 1.7.2 (2013-04-25)
|
||||
==
|
||||
|
||||
The “only partially opaque” release.
|
||||
|
||||
Configuration changes:
|
||||
|
||||
• On non-QNX Unix platforms, the default limit on fds per message in the
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.63])
|
|||
|
||||
m4_define([dbus_major_version], [1])
|
||||
m4_define([dbus_minor_version], [7])
|
||||
m4_define([dbus_micro_version], [1])
|
||||
m4_define([dbus_micro_version], [2])
|
||||
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])
|
||||
|
|
@ -37,7 +37,7 @@ LT_CURRENT=11
|
|||
|
||||
## increment any time the source changes; set to
|
||||
## 0 if you increment CURRENT
|
||||
LT_REVISION=0
|
||||
LT_REVISION=1
|
||||
|
||||
## increment if any interfaces have been added; set to 0
|
||||
## if any interfaces have been changed or removed. removal has
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<articleinfo>
|
||||
<title>D-Bus Specification</title>
|
||||
<releaseinfo>Version 0.21</releaseinfo>
|
||||
<date>(not yet released)</date>
|
||||
<date>2013-04-25</date>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Havoc</firstname>
|
||||
|
|
@ -73,9 +73,10 @@
|
|||
<revhistory>
|
||||
<revision>
|
||||
<revnumber>0.21</revnumber>
|
||||
<date>not yet released (<ulink url='http://cgit.freedesktop.org/dbus/dbus/log/doc/dbus-specification.xml'>commit log</ulink>)</date>
|
||||
<authorinitials></authorinitials>
|
||||
<revremark></revremark>
|
||||
<date>2013-04-25</date>
|
||||
<authorinitials>smcv</authorinitials>
|
||||
<revremark>allow Unicode noncharacters in UTF-8 (Unicode
|
||||
Corrigendum #9)</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.20</revnumber>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue