Update gssdp to 0.8.2
[platform/upstream/gssdp.git] / NEWS
1 0.8.2
2 =====
3
4 - Fix some potential crashes.
5
6 All Contributors:
7
8 Sven Neumann <s.neumann@raumfeld.com>
9 Zeeshan Ali <zeeshanak@gnome.org>
10
11 0.8.1
12 =====
13
14 - Fix build rules of test application for gold linker.
15 - Don't include private header in a public header.
16
17 Bugs fixed in this release:
18
19 2196 - gssdp fails to link with the gold linker.
20
21 All Contributors:
22
23 Ross Burton <ross@linux.intel.com>
24 Zeeshan Ali <zeeshanak@gnome.org>
25
26 0.8.0
27 =====
28
29 - Chain up in dispose() and finalize() all classes.
30 - Flag string arg of GSSDPClient signal as static.
31 - Don't use deprecated libsoup API.
32 - Properly catch errors in recvfrom syscall.
33 - Fix some typos.
34
35 Bugs fixed in this release:
36
37 2194 - Typo in gssdp_socket_source
38 2193 - Errors caught in recvfrom by pure luck
39 2090 - 0.7.2 Typo in configure.ac
40
41 All Contributors:
42
43 Sven Neumann <s.neumann@raumfeld.com>
44 Jens Georg <mail@jensge.org>
45 Ross Burton <ross@linux.intel.com>
46 Berrie Bloem <berrie@codevio.com>
47
48 0.7.2
49 =====
50
51 - Provide gobject-introspection GIR and typelib.
52 - Use silent build rules.
53 - Fix issues with version-independence magic in SSDP code.
54 - Fix build issues in jhbuild environment.
55
56 Bugs fixed in this release:
57
58 2025 - autogen.sh fails to find autoconf macros when they're installed in a
59        non-standard location
60 1927 - gssdp fails to answer M-SEARCH sometimes
61 1921 - GObject Introspection Makefile for GSSDP
62
63 All Contributors:
64
65 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
66 Zach Goldberg <zach@zachgoldberg.com>
67 Jens Georg <mail@jensge.org>
68 Neil Roberts <neil@linux.intel.com>
69 Ross Burton <ross@linux.intel.com>
70
71 0.7.1
72 =====
73
74 - Don't leak target regex.
75 - Make GSSDPClient ignore Point to Point interfaces.
76 - Use SO_REUSEPORT if present. Darwin and some BSDs don't have SO_REUSEADDR, but
77   SO_REUSEPORT.
78 - If we can't create a request socket don't try to create a multicast socket.
79 - Have specific GError code for interfaces without an IP address.
80 - Actually remove gssdp_client_new_full().
81
82 Bugs fixed:
83
84 1898 - GSSDPClient keeps autoselecting my VPN
85 1810 - Not possible to run multiple ssdp clients on darwin
86 1800 - leak of a gregex in gssdp-resource-browser
87 1796 - gssdp_client_new_full is declared in header but not implemented
88
89 All contributors:
90
91 Olivier CrĂȘte <olivier.crete@collabora.co.uk>
92 Ross Burton <ross@linux.intel.com>
93 Iain Holmes <iain@linux.intel.com>
94 Mattias Wadman <mattias.wadman@gmail.com>
95 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
96
97 0.7
98 ===
99
100 - Join the multicast group on the specified interface.
101 - Put the message src timeout in the specified GMainContext.
102 - "host-ip" property moved from GUPnPContext to parent GSSDPClient.
103 - Use inet_aton instead of inet_addr and handle the error from it.
104 - gssdp-device-sniffer ported to GtkBuilder.
105 - Version-independent target match. This makes client forward and backward
106   compatible with resources that implement different version of the specs than
107   the client.
108 - Version-independent M-SEARCH response. This has the same effect as above but
109   only the other way around.
110 - GSSDPClient now binds to interface rather than IP.
111 - No need to find the default route.
112 - Add "active" property to GSSDPClient.
113 - Fix pkg-config paths.
114 - Add basic .gitignore.
115 - Other minor/internal changes.
116
117 Bugs fixed:
118
119 1621 - new gssdp timeout not added to the specific maincontext
120 1570 - gupnp doesn't set the pkgconfig lib dir correctly in 64 bit env
121
122 Dependencies dropped:
123
124 - libglade
125
126 All contributors:
127
128 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
129 Ross Burton <ross@linux.intel.com>
130 Jens Georg <mail@jensge.org>
131 Olivier CrĂȘte <olivier.crete@collabora.co.uk>
132
133 WARNING: This release is API and ABI incompatible with previous releases.
134
135 0.6.4
136 =====
137
138 - Send ssdp:byebye before sending the first ssdp:alive. [Jussi Kukkonen]
139 - Moderate the outbound SSDP messages. [Jussi Kukkonen]
140 - Documentation fixes. [Jussi Kukkonen]
141 - Send byebyes in dispose without sleep. [Jussi Kukkonen]
142 - Use g_set_error_literal(). [Jorn Baayen]
143 - Depend on glib 2.18. [Jorn Baayen]
144 - Do not byebye unavailable resources. [Jorn Baayen]
145 - All resources must respond to "ssdp:all" messages. [Hugo Calleja, Jorn Baayen]
146
147 0.6.3
148 =====
149
150 - Don't use NULL g_get_application_names [Ross Burton]
151 - Use specified GMainContext for timeouts [Olivier Crete, Jorn Baayen]
152
153 0.6.2
154 =====
155
156 - Reannounce resources after max_age / 2 - 1 instead of after max_age.
157   [Peter Christensen, Jorn Baayen]
158 - Remove unnecessary call to g_thread_init(). [Zeeshan Ali]
159
160 0.6.1
161 =====
162
163 - Bump soname.
164
165 0.6
166 ===
167
168 - Use libsoup 2.4. [Zeeshan Ali Khattak, Jorn Baayen]
169 - Use g_timeout_add_seconds(). [Jorn Baayen]
170
171 0.4.2
172 =====
173
174 - Add User-Agent header to discovery requests including the application name
175   as reported by g_get_application_name(). [Jorn Baayen]
176 - Send messages from dynamic port. [Jorn Baayen]
177 - Send responses to originating port (instead of to SSDP port). [Jorn Baayen]
178 - Emit multiple discovery requests (because UDP is unreliable). [Zeeshan Ali]
179
180 0.4.1
181 =====
182
183 - Pass the correct value to n_columns argument of gtk_list_store_new().
184   Fixes bug#501. [Zeeshan Ali]
185 - Move libsoup requirement to Requires.Private. [Jorn Baayen]
186 - Fix compiler warning. Fixes #421. [Priit Laes]
187
188 0.4
189 ===
190
191 - Minor fixes. [Jorn Baayen]
192
193 0.3
194 ===
195
196 - Handle "byebye" correctly. [Jorn Baayen]
197
198 0.2
199 ===
200
201 - New "Expires" header support. [Jorn Baayen]
202 - Define own error code for use in GErrors. [Jorn Baayen]
203 - Build fixes. [Ross Burton]
204
205 0.1
206 ===
207
208 Initial release. Should be fully functional.