Bump spec version and update authors
This commit is contained in:
parent
31dd7c3f7c
commit
a0bab8e3d0
|
@ -3,8 +3,8 @@
|
|||
<article id="index">
|
||||
<articleinfo>
|
||||
<title>Desktop Notifications Specification</title>
|
||||
<releaseinfo>Version 1.1</releaseinfo>
|
||||
<date>25 August 2007</date>
|
||||
<releaseinfo>Version 1.2</releaseinfo>
|
||||
<date>28 October 2010</date>
|
||||
<authorgroup>
|
||||
<author>
|
||||
<firstname>Mike</firstname>
|
||||
|
@ -24,91 +24,16 @@
|
|||
</address>
|
||||
</affiliation>
|
||||
</author>
|
||||
<author>
|
||||
<firstname>William Jon</firstname>
|
||||
<surname>McCann</surname>
|
||||
<affiliation>
|
||||
<address>
|
||||
<email>jmccann@redhat.com</email>
|
||||
</address>
|
||||
</affiliation>
|
||||
</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>
|
||||
<authorinitials>cdh</authorinitials>
|
||||
<revremark>
|
||||
Clarify the naming for the application IDs.
|
||||
Put back a number of things that probably shouldn't have been removed
|
||||
from the spec.
|
||||
</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.8</revnumber>
|
||||
<date>23 September 2005</date>
|
||||
<authorinitials>J5</authorinitials>
|
||||
<revremark>
|
||||
Major overhaul of spec to work with the newer D-Bus recursive type system.
|
||||
Simplify protocol.
|
||||
Changed the verbage notification type to category
|
||||
</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.7</revnumber>
|
||||
<date>28 July 2005</date>
|
||||
<authorinitials>cdh</authorinitials>
|
||||
<revremark>
|
||||
Added "x" and "y" hints. Talk about the variant type for hint values.
|
||||
</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.6</revnumber>
|
||||
<date>1 April 2005</date>
|
||||
<authorinitials>cdh</authorinitials>
|
||||
<revremark>
|
||||
Updated to work with D-BUS 0.31+.
|
||||
</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.5</revnumber>
|
||||
<date>2 October 2004</date>
|
||||
<authorinitials>cdh</authorinitials>
|
||||
<revremark>
|
||||
Added a "suppress-sound" hint. Added a "sound" capability. Renamed the
|
||||
"soundfile" hint to sound-file".
|
||||
</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.4</revnumber>
|
||||
<date>29 September 2004</date>
|
||||
<authorinitials>cdh</authorinitials>
|
||||
<revremark>
|
||||
Added image support in markup, and made the restrictions on markup more
|
||||
clear. Removed the High urgency. Added new notification types. Fixed
|
||||
notification expiration.
|
||||
</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.3</revnumber>
|
||||
<date>15 September 2004</date>
|
||||
<authorinitials>cdh</authorinitials>
|
||||
<revremark>Added hint and notification type sections</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.2</revnumber>
|
||||
<date>foo</date>
|
||||
<authorinitials>mh</authorinitials>
|
||||
<revremark>Added replaces field to protocol</revremark>
|
||||
</revision>
|
||||
<revision>
|
||||
<revnumber>0.1</revnumber>
|
||||
<date>foo</date>
|
||||
<authorinitials>mh</authorinitials>
|
||||
<revremark>Initial version</revremark>
|
||||
</revision>
|
||||
</revhistory>
|
||||
</articleinfo>
|
||||
|
||||
<sect1 id="introduction">
|
||||
|
|
Loading…
Reference in New Issue