4 - Improve interoperability by also announcing lower versions of the service.
5 - More reliable announcements by announcing at least 3 times.
6 - Drop ChangeLog in favour of git history.
7 - Fix IPv6 network calculation.
9 All contributors to this release:
11 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
12 Luis de Bethencourt <luis@debethencourt.com>
13 Jens Georg <mail@jensge.org>
18 - Fix a critical issue in event handling code introduced in last release.
19 - Add 'network' property to GSSDPClient. By default its set to network IP
20 address of the interface the client is associated with.
23 Changes in dependencies:
25 - Explicitly require libsoup >= 2.26.1.
27 Bugs fixed in this release:
29 2210 - Socket address leaking in socket_source_cb
31 All contributors to this release:
33 Jens Georg <mail@jensge.org>
34 Sven Neumann <s.neumann@raumfeld.com>
35 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
40 Another micro release in the unstable 0.9.x branch that brings in all new
41 fixes from the stable 0.8.2 release.
43 All contributors to this release:
45 Sven Neumann <s.neumann@raumfeld.com>
46 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
51 This release marks the beginning of the new unstable 0.9.x release cycle.
52 Changes after 0.8.0 that were not included in the subsequent stable release:
54 - Port to GIO/GSocket.
56 - Don't print the whole packet on failure to send it.
57 - Some other non-functional improvements and fixes.
61 Jens Georg <mail@jensge.org>
62 Ross Burton <ross@linux.intel.com>
63 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
68 - Chain up in dispose() and finalize() all classes.
69 - Flag string arg of GSSDPClient signal as static.
70 - Don't use deprecated libsoup API.
71 - Properly catch errors in recvfrom syscall.
74 Bugs fixed in this release:
76 2194 - Typo in gssdp_socket_source
77 2193 - Errors caught in recvfrom by pure luck
78 2090 - 0.7.2 Typo in configure.ac
82 Sven Neumann <s.neumann@raumfeld.com>
83 Jens Georg <mail@jensge.org>
84 Ross Burton <ross@linux.intel.com>
85 Berrie Bloem <berrie@codevio.com>
90 - Provide gobject-introspection GIR and typelib.
91 - Use silent build rules.
92 - Fix issues with version-independence magic in SSDP code.
93 - Fix build issues in jhbuild environment.
95 Bugs fixed in this release:
97 2025 - autogen.sh fails to find autoconf macros when they're installed in a
99 1927 - gssdp fails to answer M-SEARCH sometimes
100 1921 - GObject Introspection Makefile for GSSDP
104 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
105 Zach Goldberg <zach@zachgoldberg.com>
106 Jens Georg <mail@jensge.org>
107 Neil Roberts <neil@linux.intel.com>
108 Ross Burton <ross@linux.intel.com>
113 - Don't leak target regex.
114 - Make GSSDPClient ignore Point to Point interfaces.
115 - Use SO_REUSEPORT if present. Darwin and some BSDs don't have SO_REUSEADDR, but
117 - If we can't create a request socket don't try to create a multicast socket.
118 - Have specific GError code for interfaces without an IP address.
119 - Actually remove gssdp_client_new_full().
123 1898 - GSSDPClient keeps autoselecting my VPN
124 1810 - Not possible to run multiple ssdp clients on darwin
125 1800 - leak of a gregex in gssdp-resource-browser
126 1796 - gssdp_client_new_full is declared in header but not implemented
130 Olivier CrĂȘte <olivier.crete@collabora.co.uk>
131 Ross Burton <ross@linux.intel.com>
132 Iain Holmes <iain@linux.intel.com>
133 Mattias Wadman <mattias.wadman@gmail.com>
134 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
139 - Join the multicast group on the specified interface.
140 - Put the message src timeout in the specified GMainContext.
141 - "host-ip" property moved from GUPnPContext to parent GSSDPClient.
142 - Use inet_aton instead of inet_addr and handle the error from it.
143 - gssdp-device-sniffer ported to GtkBuilder.
144 - Version-independent target match. This makes client forward and backward
145 compatible with resources that implement different version of the specs than
147 - Version-independent M-SEARCH response. This has the same effect as above but
148 only the other way around.
149 - GSSDPClient now binds to interface rather than IP.
150 - No need to find the default route.
151 - Add "active" property to GSSDPClient.
152 - Fix pkg-config paths.
153 - Add basic .gitignore.
154 - Other minor/internal changes.
158 1621 - new gssdp timeout not added to the specific maincontext
159 1570 - gupnp doesn't set the pkgconfig lib dir correctly in 64 bit env
161 Dependencies dropped:
167 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
168 Ross Burton <ross@linux.intel.com>
169 Jens Georg <mail@jensge.org>
170 Olivier CrĂȘte <olivier.crete@collabora.co.uk>
172 WARNING: This release is API and ABI incompatible with previous releases.
177 - Send ssdp:byebye before sending the first ssdp:alive. [Jussi Kukkonen]
178 - Moderate the outbound SSDP messages. [Jussi Kukkonen]
179 - Documentation fixes. [Jussi Kukkonen]
180 - Send byebyes in dispose without sleep. [Jussi Kukkonen]
181 - Use g_set_error_literal(). [Jorn Baayen]
182 - Depend on glib 2.18. [Jorn Baayen]
183 - Do not byebye unavailable resources. [Jorn Baayen]
184 - All resources must respond to "ssdp:all" messages. [Hugo Calleja, Jorn Baayen]
189 - Don't use NULL g_get_application_names [Ross Burton]
190 - Use specified GMainContext for timeouts [Olivier Crete, Jorn Baayen]
195 - Reannounce resources after max_age / 2 - 1 instead of after max_age.
196 [Peter Christensen, Jorn Baayen]
197 - Remove unnecessary call to g_thread_init(). [Zeeshan Ali]
207 - Use libsoup 2.4. [Zeeshan Ali Khattak, Jorn Baayen]
208 - Use g_timeout_add_seconds(). [Jorn Baayen]
213 - Add User-Agent header to discovery requests including the application name
214 as reported by g_get_application_name(). [Jorn Baayen]
215 - Send messages from dynamic port. [Jorn Baayen]
216 - Send responses to originating port (instead of to SSDP port). [Jorn Baayen]
217 - Emit multiple discovery requests (because UDP is unreliable). [Zeeshan Ali]
222 - Pass the correct value to n_columns argument of gtk_list_store_new().
223 Fixes bug#501. [Zeeshan Ali]
224 - Move libsoup requirement to Requires.Private. [Jorn Baayen]
225 - Fix compiler warning. Fixes #421. [Priit Laes]
230 - Minor fixes. [Jorn Baayen]
235 - Handle "byebye" correctly. [Jorn Baayen]
240 - New "Expires" header support. [Jorn Baayen]
241 - Define own error code for use in GErrors. [Jorn Baayen]
242 - Build fixes. [Ross Burton]
247 Initial release. Should be fully functional.