Release 0.10.0
[profile/ivi/GSSDP.git] / NEWS
1 0.10.0
2 ======
3
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.
8
9 All contributors to this release:
10
11 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
12 Luis de Bethencourt <luis@debethencourt.com>
13 Jens Georg <mail@jensge.org>
14
15 0.9.2
16 =====
17
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.
21 - Plug some leaks.
22
23 Changes in dependencies:
24
25 - Explicitly require libsoup >= 2.26.1.
26
27 Bugs fixed in this release:
28
29 2210 - Socket address leaking in socket_source_cb
30
31 All contributors to this release:
32
33 Jens Georg <mail@jensge.org>
34 Sven Neumann <s.neumann@raumfeld.com>
35 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
36
37 0.9.1
38 =====
39
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.
42
43 All contributors to this release:
44
45 Sven Neumann <s.neumann@raumfeld.com>
46 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
47
48 0.9.0
49 =====
50
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:
53
54 - Port to GIO/GSocket.
55 - Port to Windows.
56 - Don't print the whole packet on failure to send it.
57 - Some other non-functional improvements and fixes.
58
59 All Contributors:
60
61 Jens Georg <mail@jensge.org>
62 Ross Burton <ross@linux.intel.com>
63 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
64
65 0.8.0
66 =====
67
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.
72 - Fix some typos.
73
74 Bugs fixed in this release:
75
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
79
80 All Contributors:
81
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>
86
87 0.7.2
88 =====
89
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.
94
95 Bugs fixed in this release:
96
97 2025 - autogen.sh fails to find autoconf macros when they're installed in a
98        non-standard location
99 1927 - gssdp fails to answer M-SEARCH sometimes
100 1921 - GObject Introspection Makefile for GSSDP
101
102 All Contributors:
103
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>
109
110 0.7.1
111 =====
112
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
116   SO_REUSEPORT.
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().
120
121 Bugs fixed:
122
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
127
128 All contributors:
129
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>
135
136 0.7
137 ===
138
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
146   the client.
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.
155
156 Bugs fixed:
157
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
160
161 Dependencies dropped:
162
163 - libglade
164
165 All contributors:
166
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>
171
172 WARNING: This release is API and ABI incompatible with previous releases.
173
174 0.6.4
175 =====
176
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]
185
186 0.6.3
187 =====
188
189 - Don't use NULL g_get_application_names [Ross Burton]
190 - Use specified GMainContext for timeouts [Olivier Crete, Jorn Baayen]
191
192 0.6.2
193 =====
194
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]
198
199 0.6.1
200 =====
201
202 - Bump soname.
203
204 0.6
205 ===
206
207 - Use libsoup 2.4. [Zeeshan Ali Khattak, Jorn Baayen]
208 - Use g_timeout_add_seconds(). [Jorn Baayen]
209
210 0.4.2
211 =====
212
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]
218
219 0.4.1
220 =====
221
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]
226
227 0.4
228 ===
229
230 - Minor fixes. [Jorn Baayen]
231
232 0.3
233 ===
234
235 - Handle "byebye" correctly. [Jorn Baayen]
236
237 0.2
238 ===
239
240 - New "Expires" header support. [Jorn Baayen]
241 - Define own error code for use in GErrors. [Jorn Baayen]
242 - Build fixes. [Ross Burton]
243
244 0.1
245 ===
246
247 Initial release. Should be fully functional.