2008-05-19 Jorn Baayen <jorn@openedhand.com>
[profile/ivi/GSSDP.git] / NEWS
1 0.6.1
2 =====
3
4 - Bump soname.
5
6 0.6
7 ===
8
9 - Use libsoup 2.4. [Zeeshan Ali Khattak, Jorn Baayen]
10 - Use g_timeout_add_seconds(). [Jorn Baayen]
11
12 0.4.2
13 =====
14
15 - Add User-Agent header to discovery requests including the application name
16   as reported by g_get_application_name(). [Jorn Baayen]
17 - Send messages from dynamic port. [Jorn Baayen]
18 - Send responses to originating port (instead of to SSDP port). [Jorn Baayen]
19 - Emit multiple discovery requests (because UDP is unreliable). [Zeeshan Ali]
20
21 0.4.1
22 =====
23
24 - Pass the correct value to n_columns argument of gtk_list_store_new().
25   Fixes bug#501. [Zeeshan Ali]
26 - Move libsoup requirement to Requires.Private. [Jorn Baayen]
27 - Fix compiler warning. Fixes #421. [Priit Laes]
28
29 0.4
30 ===
31
32 - Minor fixes. [Jorn Baayen]
33
34 0.3
35 ===
36
37 - Handle "byebye" correctly. [Jorn Baayen]
38
39 0.2
40 ===
41
42 - New "Expires" header support. [Jorn Baayen]
43 - Define own error code for use in GErrors. [Jorn Baayen]
44 - Build fixes. [Ross Burton]
45
46 0.1
47 ===
48
49 Initial release. Should be fully functional.