Bump version for deprecation
[profile/ivi/GSSDP.git] / NEWS
1 0.11.1
2 ======
3 - Fullfill restrictions imposed by UPnP CTT 1.5.
4 - Initial OpenBSD support.
5 - Fix a crash on socket creation.
6 - Implement DLNA guideline 7.2.3.4.
7 - Copyright header clean-up.
8
9 All contributors to this release:
10
11 Jens Georg <mail@jensge.org>
12
13 Bugs fixed:
14 - bgo#653733
15 - bgo#653875
16 - bgo#653857
17
18 0.11.0
19 ======
20 - Many fixes to discovery, discoverability and announcement.
21 - Many introspection improvements such as:
22   * Classes that can throw an error on construction now implement
23     GInitable.
24   * Updated introspection annotations.
25 - Code cleanup.
26
27 All contributors to this release:
28
29 Jens Georg <mail@jensge.org>
30 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
31 Alberto Mardegan <mardy@users.sourceforge.net>
32 Sven Neumann <s.neumann@raumfeld.com>
33
34 0.10.0
35 ======
36
37 - Improve interoperability by also announcing lower versions of the service.
38 - More reliable announcements by announcing at least 3 times.
39 - Drop ChangeLog in favour of git history.
40 - Fix IPv6 network calculation.
41
42 All contributors to this release:
43
44 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
45 Luis de Bethencourt <luis@debethencourt.com>
46 Jens Georg <mail@jensge.org>
47
48 0.9.2
49 =====
50
51 - Fix a critical issue in event handling code introduced in last release.
52 - Add 'network' property to GSSDPClient. By default its set to network IP
53   address of the interface the client is associated with.
54 - Plug some leaks.
55
56 Changes in dependencies:
57
58 - Explicitly require libsoup >= 2.26.1.
59
60 Bugs fixed in this release:
61
62 2210 - Socket address leaking in socket_source_cb
63
64 All contributors to this release:
65
66 Jens Georg <mail@jensge.org>
67 Sven Neumann <s.neumann@raumfeld.com>
68 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
69
70 0.9.1
71 =====
72
73 Another micro release in the unstable 0.9.x branch that brings in all new
74 fixes from the stable 0.8.2 release.
75
76 All contributors to this release:
77
78 Sven Neumann <s.neumann@raumfeld.com>
79 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
80
81 0.9.0
82 =====
83
84 This release marks the beginning of the new unstable 0.9.x release cycle.
85 Changes after 0.8.0 that were not included in the subsequent stable release:
86
87 - Port to GIO/GSocket.
88 - Port to Windows.
89 - Don't print the whole packet on failure to send it.
90 - Some other non-functional improvements and fixes.
91
92 All Contributors:
93
94 Jens Georg <mail@jensge.org>
95 Ross Burton <ross@linux.intel.com>
96 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
97
98 0.8.0
99 =====
100
101 - Chain up in dispose() and finalize() all classes.
102 - Flag string arg of GSSDPClient signal as static.
103 - Don't use deprecated libsoup API.
104 - Properly catch errors in recvfrom syscall.
105 - Fix some typos.
106
107 Bugs fixed in this release:
108
109 2194 - Typo in gssdp_socket_source
110 2193 - Errors caught in recvfrom by pure luck
111 2090 - 0.7.2 Typo in configure.ac
112
113 All Contributors:
114
115 Sven Neumann <s.neumann@raumfeld.com>
116 Jens Georg <mail@jensge.org>
117 Ross Burton <ross@linux.intel.com>
118 Berrie Bloem <berrie@codevio.com>
119
120 0.7.2
121 =====
122
123 - Provide gobject-introspection GIR and typelib.
124 - Use silent build rules.
125 - Fix issues with version-independence magic in SSDP code.
126 - Fix build issues in jhbuild environment.
127
128 Bugs fixed in this release:
129
130 2025 - autogen.sh fails to find autoconf macros when they're installed in a
131        non-standard location
132 1927 - gssdp fails to answer M-SEARCH sometimes
133 1921 - GObject Introspection Makefile for GSSDP
134
135 All Contributors:
136
137 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
138 Zach Goldberg <zach@zachgoldberg.com>
139 Jens Georg <mail@jensge.org>
140 Neil Roberts <neil@linux.intel.com>
141 Ross Burton <ross@linux.intel.com>
142
143 0.7.1
144 =====
145
146 - Don't leak target regex.
147 - Make GSSDPClient ignore Point to Point interfaces.
148 - Use SO_REUSEPORT if present. Darwin and some BSDs don't have SO_REUSEADDR, but
149   SO_REUSEPORT.
150 - If we can't create a request socket don't try to create a multicast socket.
151 - Have specific GError code for interfaces without an IP address.
152 - Actually remove gssdp_client_new_full().
153
154 Bugs fixed:
155
156 1898 - GSSDPClient keeps autoselecting my VPN
157 1810 - Not possible to run multiple ssdp clients on darwin
158 1800 - leak of a gregex in gssdp-resource-browser
159 1796 - gssdp_client_new_full is declared in header but not implemented
160
161 All contributors:
162
163 Olivier CrĂȘte <olivier.crete@collabora.co.uk>
164 Ross Burton <ross@linux.intel.com>
165 Iain Holmes <iain@linux.intel.com>
166 Mattias Wadman <mattias.wadman@gmail.com>
167 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
168
169 0.7
170 ===
171
172 - Join the multicast group on the specified interface.
173 - Put the message src timeout in the specified GMainContext.
174 - "host-ip" property moved from GUPnPContext to parent GSSDPClient.
175 - Use inet_aton instead of inet_addr and handle the error from it.
176 - gssdp-device-sniffer ported to GtkBuilder.
177 - Version-independent target match. This makes client forward and backward
178   compatible with resources that implement different version of the specs than
179   the client.
180 - Version-independent M-SEARCH response. This has the same effect as above but
181   only the other way around.
182 - GSSDPClient now binds to interface rather than IP.
183 - No need to find the default route.
184 - Add "active" property to GSSDPClient.
185 - Fix pkg-config paths.
186 - Add basic .gitignore.
187 - Other minor/internal changes.
188
189 Bugs fixed:
190
191 1621 - new gssdp timeout not added to the specific maincontext
192 1570 - gupnp doesn't set the pkgconfig lib dir correctly in 64 bit env
193
194 Dependencies dropped:
195
196 - libglade
197
198 All contributors:
199
200 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
201 Ross Burton <ross@linux.intel.com>
202 Jens Georg <mail@jensge.org>
203 Olivier CrĂȘte <olivier.crete@collabora.co.uk>
204
205 WARNING: This release is API and ABI incompatible with previous releases.
206
207 0.6.4
208 =====
209
210 - Send ssdp:byebye before sending the first ssdp:alive. [Jussi Kukkonen]
211 - Moderate the outbound SSDP messages. [Jussi Kukkonen]
212 - Documentation fixes. [Jussi Kukkonen]
213 - Send byebyes in dispose without sleep. [Jussi Kukkonen]
214 - Use g_set_error_literal(). [Jorn Baayen]
215 - Depend on glib 2.18. [Jorn Baayen]
216 - Do not byebye unavailable resources. [Jorn Baayen]
217 - All resources must respond to "ssdp:all" messages. [Hugo Calleja, Jorn Baayen]
218
219 0.6.3
220 =====
221
222 - Don't use NULL g_get_application_names [Ross Burton]
223 - Use specified GMainContext for timeouts [Olivier Crete, Jorn Baayen]
224
225 0.6.2
226 =====
227
228 - Reannounce resources after max_age / 2 - 1 instead of after max_age.
229   [Peter Christensen, Jorn Baayen]
230 - Remove unnecessary call to g_thread_init(). [Zeeshan Ali]
231
232 0.6.1
233 =====
234
235 - Bump soname.
236
237 0.6
238 ===
239
240 - Use libsoup 2.4. [Zeeshan Ali Khattak, Jorn Baayen]
241 - Use g_timeout_add_seconds(). [Jorn Baayen]
242
243 0.4.2
244 =====
245
246 - Add User-Agent header to discovery requests including the application name
247   as reported by g_get_application_name(). [Jorn Baayen]
248 - Send messages from dynamic port. [Jorn Baayen]
249 - Send responses to originating port (instead of to SSDP port). [Jorn Baayen]
250 - Emit multiple discovery requests (because UDP is unreliable). [Zeeshan Ali]
251
252 0.4.1
253 =====
254
255 - Pass the correct value to n_columns argument of gtk_list_store_new().
256   Fixes bug#501. [Zeeshan Ali]
257 - Move libsoup requirement to Requires.Private. [Jorn Baayen]
258 - Fix compiler warning. Fixes #421. [Priit Laes]
259
260 0.4
261 ===
262
263 - Minor fixes. [Jorn Baayen]
264
265 0.3
266 ===
267
268 - Handle "byebye" correctly. [Jorn Baayen]
269
270 0.2
271 ===
272
273 - New "Expires" header support. [Jorn Baayen]
274 - Define own error code for use in GErrors. [Jorn Baayen]
275 - Build fixes. [Ross Burton]
276
277 0.1
278 ===
279
280 Initial release. Should be fully functional.