- Add a spec_version return value for GetServerInformation.
- Bump to version 1.0. It's about time, and things are pretty solid now.
This commit is contained in:
parent
b8b9eecf5c
commit
a94bdff41a
|
@ -1,3 +1,9 @@
|
|||
Sat Aug 25 18:25:02 PDT 2007 Christian Hammond <chipx86@chipx86.com>
|
||||
|
||||
* notification-spec.xml:
|
||||
- Add a spec_version return value for GetServerInformation.
|
||||
- Bump to version 1.0. It's about time, and things are pretty solid now.
|
||||
|
||||
Wed Jan 25 23:45:11 PST 2006 Christian Hammond <chipx86@chipx86.com>
|
||||
|
||||
* notification-spec.xml:
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<article id="index">
|
||||
<articleinfo>
|
||||
<title>Desktop Notifications Specification</title>
|
||||
<releaseinfo>Version 0.9</releaseinfo>
|
||||
<date>15 January 2006</date>
|
||||
<releaseinfo>Version 1.0</releaseinfo>
|
||||
<date>25 August 2007</date>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Mike</firstname>
|
||||
|
@ -26,6 +26,15 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
<revhistory>
|
||||
<revision>
|
||||
<revnumber>1.0</revnumber>
|
||||
<date>25 August 2007</date>
|
||||
<authorinitials>cdh</authorinitials>
|
||||
<revremark>
|
||||
Added spec_version to the GetServerInformation return values.
|
||||
Mark this specification as a 1.0.
|
||||
</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.9</revnumber>
|
||||
<date>15 January 2006</date>
|
||||
|
@ -1049,6 +1058,7 @@
|
|||
<paramdef>out STRING <parameter>name</parameter></paramdef>
|
||||
<paramdef>out STRING <parameter>vendor</parameter></paramdef>
|
||||
<paramdef>out STRING <parameter>version</parameter></paramdef>
|
||||
<paramdef>out STRING <parameter>spec_version</parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
@ -1084,6 +1094,11 @@
|
|||
<entry>STRING</entry>
|
||||
<entry>The server's version number.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><parameter>spec_version</parameter></entry>
|
||||
<entry>STRING</entry>
|
||||
<entry>The specification version the server is compliant with.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue