3 - Fix implementation of GInitable such that _init() is callable multiple times
5 - Really ignore invalid MAN headers.
6 - Fix port reuse on NetBSD.
7 - Allow non-sourcedir build from git.
8 - Don't use -Werror by default.
9 - Silence some deprecation warnings.
11 Bugs fixed in this release:
12 - https://github.com/01org/media-service-upnp/issues/54
13 - https://bugzilla.gnome.org/show_bug.cgi?id=685949
14 - https://bugzilla.gnome.org/show_bug.cgi?id=682576
15 - https://bugzilla.gnome.org/show_bug.cgi?id=682308
17 All contributors to this release:
19 Jens Georg <mail@jensge.org>
20 Theppitak Karoonboonyanan <thep@linux.thai.net>
21 Matthias Drochner <M.Drochner@fz-juelich.de>
25 - Run introspection in make distcheck.
26 - Don't fail configure if vapigen could not be found.
28 Bugs fixed in this release:
29 - https://bugzilla.gnome.org/show_bug.cgi?id=686039
31 All contributors to this release:
33 Jens Georg <mail@jensge.org>
38 Start of a new unstable cycle
40 - Add/update license headers.
41 - Fix pkg-config files to not leak libraries.
42 - Add pkg-config name to GIR.
44 All contributors to this release:
46 Andreas Henriksson <andreas@fatal.se>
47 Jens Georg <mail@jensge.org>
50 - https://bugzilla.gnome.org/show_bug.cgi?id=685477
54 - Add missing gssdp-1.0.deps file to tarball
56 All contributors to this release:
58 Jens Georg <mail@jensge.org>
61 - https://bugzilla.gnome.org/show_bug.cgi?id=682228
67 - Ignore announcements from services with a lower version.
68 - Make internal resource cache version-independant.
69 - Update gtk-doc annotations.
70 - Update pkg-config files.
71 - Create Vala bindings from GIR.
73 All contributors to this release:
75 Jens Georg <mail@jensge.org>
76 Stef Walter <stefw@gnome.org>
77 Riko Yamada <rik0yamada@yahoo.co.jp>
78 Mark Ryan <mark.d.ryan@intel.com>
81 - https://bugzilla.gnome.org/show_bug.cgi?id=673150
82 - https://bugzilla.gnome.org/show_bug.cgi?id=678744
83 - https://bugzilla.gnome.org/show_bug.cgi?id=679781
84 - https://bugzilla.gnome.org/show_bug.cgi?id=682099
85 - https://bugzilla.gnome.org/show_bug.cgi?id=675355
89 - Increase UDP buffer size.
90 - Fix searching for an UDN that started with [a-f]
92 All contributors to this release:
94 Steffen Sledz <sledz@dresearch-fe.de>
95 Jens Georg <mail@jensge.org>
98 - https://bugzilla.gnome.org/show_bug.cgi?id=664177
102 - Remove unnecessary and annoying deprecation warnings.
103 - When sending duplicate announcement packets, always repeat complete sets.
105 All contributors to this release:
107 Jens Georg <mail@jensge.org>
112 DLNA requirements addressed:
118 - Modernize autotools.
119 - Create .xz dist tarballs only.
120 - Deprecate main_context argument and property. Use
121 g_main_context_push_thread_default() instead.
122 - Fix warnings from gtk-doc.
124 All contributors to this release:
126 Jens Georg <mail@jensge.org>
133 Changes in dependencies (when compiling from git):
139 - Fullfill restrictions imposed by UPnP CTT 1.5.
140 - Initial OpenBSD support.
141 - Fix a crash on socket creation.
142 - Implement DLNA guideline 7.2.3.4.
143 - Copyright header clean-up.
145 All contributors to this release:
147 Jens Georg <mail@jensge.org>
156 - Many fixes to discovery, discoverability and announcement.
157 - Many introspection improvements such as:
158 * Classes that can throw an error on construction now implement
160 * Updated introspection annotations.
163 All contributors to this release:
165 Jens Georg <mail@jensge.org>
166 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
167 Alberto Mardegan <mardy@users.sourceforge.net>
168 Sven Neumann <s.neumann@raumfeld.com>
173 - Improve interoperability by also announcing lower versions of the service.
174 - More reliable announcements by announcing at least 3 times.
175 - Drop ChangeLog in favour of git history.
176 - Fix IPv6 network calculation.
178 All contributors to this release:
180 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
181 Luis de Bethencourt <luis@debethencourt.com>
182 Jens Georg <mail@jensge.org>
187 - Fix a critical issue in event handling code introduced in last release.
188 - Add 'network' property to GSSDPClient. By default its set to network IP
189 address of the interface the client is associated with.
192 Changes in dependencies:
194 - Explicitly require libsoup >= 2.26.1.
196 Bugs fixed in this release:
198 2210 - Socket address leaking in socket_source_cb
200 All contributors to this release:
202 Jens Georg <mail@jensge.org>
203 Sven Neumann <s.neumann@raumfeld.com>
204 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
209 Another micro release in the unstable 0.9.x branch that brings in all new
210 fixes from the stable 0.8.2 release.
212 All contributors to this release:
214 Sven Neumann <s.neumann@raumfeld.com>
215 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
220 This release marks the beginning of the new unstable 0.9.x release cycle.
221 Changes after 0.8.0 that were not included in the subsequent stable release:
223 - Port to GIO/GSocket.
225 - Don't print the whole packet on failure to send it.
226 - Some other non-functional improvements and fixes.
230 Jens Georg <mail@jensge.org>
231 Ross Burton <ross@linux.intel.com>
232 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
237 - Chain up in dispose() and finalize() all classes.
238 - Flag string arg of GSSDPClient signal as static.
239 - Don't use deprecated libsoup API.
240 - Properly catch errors in recvfrom syscall.
243 Bugs fixed in this release:
245 2194 - Typo in gssdp_socket_source
246 2193 - Errors caught in recvfrom by pure luck
247 2090 - 0.7.2 Typo in configure.ac
251 Sven Neumann <s.neumann@raumfeld.com>
252 Jens Georg <mail@jensge.org>
253 Ross Burton <ross@linux.intel.com>
254 Berrie Bloem <berrie@codevio.com>
259 - Provide gobject-introspection GIR and typelib.
260 - Use silent build rules.
261 - Fix issues with version-independence magic in SSDP code.
262 - Fix build issues in jhbuild environment.
264 Bugs fixed in this release:
266 2025 - autogen.sh fails to find autoconf macros when they're installed in a
267 non-standard location
268 1927 - gssdp fails to answer M-SEARCH sometimes
269 1921 - GObject Introspection Makefile for GSSDP
273 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
274 Zach Goldberg <zach@zachgoldberg.com>
275 Jens Georg <mail@jensge.org>
276 Neil Roberts <neil@linux.intel.com>
277 Ross Burton <ross@linux.intel.com>
282 - Don't leak target regex.
283 - Make GSSDPClient ignore Point to Point interfaces.
284 - Use SO_REUSEPORT if present. Darwin and some BSDs don't have SO_REUSEADDR, but
286 - If we can't create a request socket don't try to create a multicast socket.
287 - Have specific GError code for interfaces without an IP address.
288 - Actually remove gssdp_client_new_full().
292 1898 - GSSDPClient keeps autoselecting my VPN
293 1810 - Not possible to run multiple ssdp clients on darwin
294 1800 - leak of a gregex in gssdp-resource-browser
295 1796 - gssdp_client_new_full is declared in header but not implemented
299 Olivier CrĂȘte <olivier.crete@collabora.co.uk>
300 Ross Burton <ross@linux.intel.com>
301 Iain Holmes <iain@linux.intel.com>
302 Mattias Wadman <mattias.wadman@gmail.com>
303 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
308 - Join the multicast group on the specified interface.
309 - Put the message src timeout in the specified GMainContext.
310 - "host-ip" property moved from GUPnPContext to parent GSSDPClient.
311 - Use inet_aton instead of inet_addr and handle the error from it.
312 - gssdp-device-sniffer ported to GtkBuilder.
313 - Version-independent target match. This makes client forward and backward
314 compatible with resources that implement different version of the specs than
316 - Version-independent M-SEARCH response. This has the same effect as above but
317 only the other way around.
318 - GSSDPClient now binds to interface rather than IP.
319 - No need to find the default route.
320 - Add "active" property to GSSDPClient.
321 - Fix pkg-config paths.
322 - Add basic .gitignore.
323 - Other minor/internal changes.
327 1621 - new gssdp timeout not added to the specific maincontext
328 1570 - gupnp doesn't set the pkgconfig lib dir correctly in 64 bit env
330 Dependencies dropped:
336 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
337 Ross Burton <ross@linux.intel.com>
338 Jens Georg <mail@jensge.org>
339 Olivier CrĂȘte <olivier.crete@collabora.co.uk>
341 WARNING: This release is API and ABI incompatible with previous releases.
346 - Send ssdp:byebye before sending the first ssdp:alive. [Jussi Kukkonen]
347 - Moderate the outbound SSDP messages. [Jussi Kukkonen]
348 - Documentation fixes. [Jussi Kukkonen]
349 - Send byebyes in dispose without sleep. [Jussi Kukkonen]
350 - Use g_set_error_literal(). [Jorn Baayen]
351 - Depend on glib 2.18. [Jorn Baayen]
352 - Do not byebye unavailable resources. [Jorn Baayen]
353 - All resources must respond to "ssdp:all" messages. [Hugo Calleja, Jorn Baayen]
358 - Don't use NULL g_get_application_names [Ross Burton]
359 - Use specified GMainContext for timeouts [Olivier Crete, Jorn Baayen]
364 - Reannounce resources after max_age / 2 - 1 instead of after max_age.
365 [Peter Christensen, Jorn Baayen]
366 - Remove unnecessary call to g_thread_init(). [Zeeshan Ali]
376 - Use libsoup 2.4. [Zeeshan Ali Khattak, Jorn Baayen]
377 - Use g_timeout_add_seconds(). [Jorn Baayen]
382 - Add User-Agent header to discovery requests including the application name
383 as reported by g_get_application_name(). [Jorn Baayen]
384 - Send messages from dynamic port. [Jorn Baayen]
385 - Send responses to originating port (instead of to SSDP port). [Jorn Baayen]
386 - Emit multiple discovery requests (because UDP is unreliable). [Zeeshan Ali]
391 - Pass the correct value to n_columns argument of gtk_list_store_new().
392 Fixes bug#501. [Zeeshan Ali]
393 - Move libsoup requirement to Requires.Private. [Jorn Baayen]
394 - Fix compiler warning. Fixes #421. [Priit Laes]
399 - Minor fixes. [Jorn Baayen]
404 - Handle "byebye" correctly. [Jorn Baayen]
409 - New "Expires" header support. [Jorn Baayen]
410 - Define own error code for use in GErrors. [Jorn Baayen]
411 - Build fixes. [Ross Burton]
416 Initial release. Should be fully functional.