[Galago-commits] r2476 - in trunk/notification-daemon: . src
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Mon Jan 23 00:40:00 PST 2006
Author: chipx86
Date: 2006-01-23 00:39:58 -0800 (Mon, 23 Jan 2006)
New Revision: 2476
Modified:
trunk/notification-daemon/ChangeLog
trunk/notification-daemon/src/daemon.c
Log:
We support v0.9 of the Desktop Notifications spec. Make sure we return that in GetServerInformation.
Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog 2006-01-23 08:39:06 UTC (rev 2475)
+++ trunk/notification-daemon/ChangeLog 2006-01-23 08:39:58 UTC (rev 2476)
@@ -1,3 +1,9 @@
+Mon Jan 23 00:39:34 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * src/daemon.c:
+ - We support v0.9 of the Desktop Notifications spec. Make sure we
+ return that in GetServerInformation.
+
Mon Jan 23 00:38:18 PST 2006 Christian Hammond <chipx86 at chipx86.com>
* configure.ac:
Modified: trunk/notification-daemon/src/daemon.c
===================================================================
--- trunk/notification-daemon/src/daemon.c 2006-01-23 08:39:06 UTC (rev 2475)
+++ trunk/notification-daemon/src/daemon.c 2006-01-23 08:39:58 UTC (rev 2476)
@@ -900,7 +900,7 @@
*out_name = g_strdup("Notification Daemon");
*out_vendor = g_strdup("Galago Project");
*out_version = g_strdup(VERSION);
- *out_spec_ver = g_strdup("0.8");
+ *out_spec_ver = g_strdup("0.9");
return TRUE;
}
More information about the galago-commits
mailing list