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