From a94bdff41a7ea524ddb0ee31a791668f3495cc3b Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Sun, 26 Aug 2007 01:26:29 +0000 Subject: [PATCH] - Add a spec_version return value for GetServerInformation. - Bump to version 1.0. It's about time, and things are pretty solid now. --- docs/ChangeLog | 6 ++++++ docs/notification-spec.xml | 19 +++++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/ChangeLog b/docs/ChangeLog index 7a73bcd..3112503 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,9 @@ +Sat Aug 25 18:25:02 PDT 2007 Christian Hammond + + * 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 * notification-spec.xml: diff --git a/docs/notification-spec.xml b/docs/notification-spec.xml index e1297db..34bfca4 100644 --- a/docs/notification-spec.xml +++ b/docs/notification-spec.xml @@ -3,8 +3,8 @@
Desktop Notifications Specification - Version 0.9 - 15 January 2006 + Version 1.0 + 25 August 2007 Mike @@ -26,6 +26,15 @@ + + 1.0 + 25 August 2007 + cdh + + Added spec_version to the GetServerInformation return values. + Mark this specification as a 1.0. + + 0.9 15 January 2006 @@ -1049,6 +1058,7 @@ out STRING name out STRING vendor out STRING version + out STRING spec_version @@ -1084,6 +1094,11 @@ STRING The server's version number. + + spec_version + STRING + The specification version the server is compliant with. +