[Galago-commits] r2990 - trunk/libnotify/docs

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sat Aug 25 18:26:30 PDT 2007


Author: chipx86
Date: 2007-08-25 18:26:29 -0700 (Sat, 25 Aug 2007)
New Revision: 2990

Modified:
   trunk/libnotify/docs/ChangeLog
   trunk/libnotify/docs/notification-spec.xml
Log:
- Add a spec_version return value for GetServerInformation.
- Bump to version 1.0. It's about time, and things are pretty solid now.


Modified: trunk/libnotify/docs/ChangeLog
===================================================================
--- trunk/libnotify/docs/ChangeLog	2007-08-26 01:20:06 UTC (rev 2989)
+++ trunk/libnotify/docs/ChangeLog	2007-08-26 01:26:29 UTC (rev 2990)
@@ -1,3 +1,9 @@
+Sat Aug 25 18:25:02 PDT 2007  Christian Hammond <chipx86 at 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 at chipx86.com>
 
 	* notification-spec.xml:

Modified: trunk/libnotify/docs/notification-spec.xml
===================================================================
--- trunk/libnotify/docs/notification-spec.xml	2007-08-26 01:20:06 UTC (rev 2989)
+++ trunk/libnotify/docs/notification-spec.xml	2007-08-26 01:26:29 UTC (rev 2990)
@@ -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>
@@ -27,6 +27,15 @@
   </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>
@@ -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>



More information about the galago-commits mailing list