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