summaryrefslogtreecommitdiff
path: root/Software/startup-notification.mdwn
blob: b6d880ed9a13acf51d2092ab6e30309b675dc5fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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.