mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 13:28:02 +02:00
bump version to 1.7.1
This commit is contained in:
parent
60c1b41fbf
commit
4d41d120d8
3 changed files with 13 additions and 4 deletions
3
NEWS
3
NEWS
|
|
@ -1,3 +1,6 @@
|
|||
D-Bus 1.7.2 (UNRELEASED)
|
||||
==
|
||||
|
||||
D-Bus 1.7.0 (2013-02-22)
|
||||
==
|
||||
|
||||
|
|
|
|||
|
|
@ -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], [0])
|
||||
m4_define([dbus_micro_version], [1])
|
||||
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])
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
<article id="index">
|
||||
<articleinfo>
|
||||
<title>D-Bus Specification</title>
|
||||
<releaseinfo>Version 0.20</releaseinfo>
|
||||
<date>2013-02-22</date>
|
||||
<releaseinfo>Version 0.21</releaseinfo>
|
||||
<date>(not yet released)</date>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Havoc</firstname>
|
||||
|
|
@ -71,9 +71,15 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
<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>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.20</revnumber>
|
||||
<date>22 February 2013 (<ulink url='http://cgit.freedesktop.org/dbus/dbus/log/doc/dbus-specification.xml'>commit log</ulink>)</date>
|
||||
<date>22 February 2013</date>
|
||||
<authorinitials>smcv, walters</authorinitials>
|
||||
<revremark>reorganise for clarity, remove false claims about
|
||||
basic types, mention /o/fd/DBus</revremark>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue