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