summaryrefslogtreecommitdiff
path: root/Software/startup-notification.mdwn
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-17 22:33:50 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-17 22:33:50 -0700
commitd64f9f07f6ac40f6d49cf0cc05848e28e229e967 (patch)
treeedb3ae1a9424adbcbfa7747b51bcc41ed58ecff7 /Software/startup-notification.mdwn
parent89906d048d9a5d714bf0fc03393db7b32ad2e948 (diff)
moin2mdwn: convert page Software/startup-notification
Diffstat (limited to 'Software/startup-notification.mdwn')
-rw-r--r--Software/startup-notification.mdwn47
1 files changed, 47 insertions, 0 deletions
diff --git a/Software/startup-notification.mdwn b/Software/startup-notification.mdwn
new file mode 100644
index 00000000..b6d880ed
--- /dev/null
+++ b/Software/startup-notification.mdwn
@@ -0,0 +1,47 @@
+
+
+## startup-notification
+
+startup-notification contains a reference implementation of the startup notification protocol. The reference implementation is mostly under an X Window System style license, and has no special dependencies.
+
+This library does not yet make ABI guarantees, but may at some point in the future.
+
+
+### Git
+
+The [[git|GettingInvolved]] project for this spec is "startup-notification".
+
+You can check out the code by cloning git://anongit.freedesktop.org/git/ or [[browse the repository online|http://cgit.freedesktop.org/startup-notification/]].
+
+
+### Download
+
+* [[startup-notification-0.12.tar.gz|http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz]]
+ * Revert a change that breaks the ABI (Julien Cristau)
+* [[startup-notification-0.11.tar.gz|http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.11.tar.gz]]
+ * Replace Xlib backend by x11-xcb (Julien Danjou)
+ * Support APPLICATION_ID key (Colin Walters)
+* [[startup-notification-0.10.tar.gz|http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.10.tar.gz]]
+ * Add XCB backend (Julien Danjou)
+* [[startup-notification-0.9.tar.bz2|http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.9.tar.bz2]]
+ * Plug some leaks (Vincent Untz, Aivars Kalvans)
+ * Fix compilation on sun machines (Laszlo Peter)
+* [[startup-notification-0.8.tar.gz|http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.8.tar.gz]]
+ * Support new focus stealing prevention stuff (Elijah Newren)
+ * Use automake 1.7 (Mark [[McLoughlin|McLoughlin]])
+* [[startup-notification-0.7.tar.gz|http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.7.tar.gz]]
+ * Implement timestamp support (Elijah Newren)
+* [[startup-notification-0.6.tar.gz|http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.6.tar.gz]]
+ * Fix some fairly serious memory leaks (Tommi Leino)
+ * Cygwin build fix (Masahiro Sakai)
+* [[startup-notification-0.5.tar.gz|http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.5.tar.gz]]
+ * Fix use of uninitialized memory when closing down a display (Joe Marcus Clarke)
+ * Make xmessage handling use per-display instead of global variables,
+ * fixing total hosage on multihead X servers
+ * set _NET_STARTUP_ID as a UTF-8 string
+ * fix a crash caused by zero-length message data
+ * include startup-notification.txt specification in the distribution
+* [[startup-notification-0.4.tar.gz|http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.4.tar.gz]]
+ * Some API extensions that proved useful.
+* [[startup-notification-0.3.tar.gz|http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.3.tar.gz]]
+ * Initial package. \ No newline at end of file