doc: Re-organize rygel.conf man file
[profile/ivi/rygel.git] / NEWS
1 0.21.0
2 ======
3
4 A new unstable release of Rygel.
5
6 Changes compared to 0.19.7:
7
8 - Port to new libsoup vapi.
9 - Several i18n fixes.
10 - Make missing gtk-doc non fatal and just don't build api docs then unless
11   explicitly requested.
12 - Rename --enable-valadoc to --enable-apidocs.
13 - Several style fixes.
14 - Add "devel" and "release" shortcuts to autogen.
15 - Drop strict vala compiler because of deprecations.
16
17 Core:
18  - Get MediaDevice port from MetaConfig.
19
20 Server:
21  - Generate proper contentFeatures.dlna.org header for DIDL_S resources.
22  - Use xmlNs instead of specifying the namespace in string form in Samsung
23    subtitle support.
24  - Make MediaObject.serialize public to enable custom XML modifications.
25  - Use URL-aware base64 encoding to prevent issues with "/".
26
27 Renderer:
28  - Fix REL_TIME seeking.
29  - Fix error codes when seeking beyond the file.
30  - Fix error codes when time-seek is not available.
31  - Add PossiblePlaybackStorageMedia values.
32  - Set track info for empty or non-http uris.
33  - Fix AbsoluteCounterPosition type.
34  - Listen to MediaPlayer.volume changes.
35  - Don't loop on image-only playlists.
36  - Lower LastChange accumulation timeout.
37
38 GStreamer renderer:
39  - Handle seeking beyond end of file.
40  - Remove invalid DLNA profile MPEG_TS_HD_EU_ISO.
41  - Fix GStreamer dependency to use 1.0 instead of 0.10.
42
43 MediaExport:
44  - Fix GstDiscoverer error handling.
45
46 MPRIS:
47  - Fix seeking.
48  - Query seeking ability from DBus.
49  - Ignore read-only MPRIS peers.
50
51 Simple media engine:
52  - Support files > 4GB on 32bit systems.
53
54 Examples:
55  - Simplify C renderer example a bit.
56  - Simulate image rendering in vala renderer example.
57
58 Changes in dependencies:
59  GLib >= 2.34 due to g_file_delete_async
60  Vala >= 0.22 for new libsoup-2.4 vapi
61
62 Bugs fixed in this release:
63  - https://bugzilla.gnome.org/show_bug.cgi?id=677405
64  - https://bugzilla.gnome.org/show_bug.cgi?id=686628
65  - https://bugzilla.gnome.org/show_bug.cgi?id=692509
66  - https://bugzilla.gnome.org/show_bug.cgi?id=704317
67  - https://bugzilla.gnome.org/show_bug.cgi?id=707054
68  - https://bugzilla.gnome.org/show_bug.cgi?id=709077
69  - https://bugzilla.gnome.org/show_bug.cgi?id=709170
70  - https://bugzilla.gnome.org/show_bug.cgi?id=709190
71  - https://bugzilla.gnome.org/show_bug.cgi?id=709287
72  - https://bugzilla.gnome.org/show_bug.cgi?id=709551
73  - https://bugzilla.gnome.org/show_bug.cgi?id=709627
74  - https://bugzilla.gnome.org/show_bug.cgi?id=709723
75  - https://bugzilla.gnome.org/show_bug.cgi?id=709887
76  - https://bugzilla.gnome.org/show_bug.cgi?id=710377
77  - https://bugzilla.gnome.org/show_bug.cgi?id=710781
78  - https://bugzilla.gnome.org/show_bug.cgi?id=710877
79  - https://bugzilla.gnome.org/show_bug.cgi?id=710999
80
81 All contributors to this release:
82  - Jens Georg <jensg@openismus.com>
83  - Inaki Larranaga Murgoitio <dooteo@zundan.com>
84  - Yuri Myasoedov <ymyasoedov@yandex.ru>
85  - Piotr Drąg <piotrdrag@gmail.com>
86  - Marek Černocký <marek@manet.cz>
87  - Jean-Baptiste Dubois <jean-baptiste.dubois@parrot.com>
88  - Balázs Úr <urbalazs@src.gnome.org>
89  - victory <victory.deb@gmail.com>
90  - Tobias Endrigkeit <tobiasendrigkeit@outlook.com>
91  - Rūdolfs Mazurs <rudolfsm@src.gnome.org>
92  - Richard Röjfors <richard.rojfors@gmail.com>
93  - Milo Casagrande <milo@ubuntu.com>
94  - Milan Plzik <milan.plzik@gmail.com>
95  - Matej Urbančič <mateju@svn.gnome.org>
96  - Josep Sànchez <papapep@gmx.com>
97  - Gil Forcada <gforcada@gnome.org>
98  - Gabor Kelemen <kelemeng@gnome.hu>
99  - Fionn Cleary <fcleary@netsoc.tcd.ie>
100  - Enrico Nicoletto <liverig@gmail.com>
101  - Dimitis Spingos <dmtrs32@gmail.com>
102  - Claudio Arseni <claudio.arseni@ubuntu.com>
103  - Carles Ferrando <carles.ferrando@gmail.com>
104  - Benjamin Steinwender <b@stbe.at>
105  - Aurimas Černius <aurisc4@gmail.com>
106  - Andika Triwidada <andika@gmail.com>
107
108 Added/updated translations
109  - ca, courtesy of Josep Sànchez Mesegué
110  - ca@valencia, courtesy of Josep Sànchez Mesegué
111  - cs, courtesy of Marek Černocký
112  - de, courtesy of Tobias Endrigkeit
113  - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
114  - eu, courtesy of Iñaki Larrañaga Murgoitio
115  - hu, courtesy of Balázs Úr
116  - id, courtesy of Andika Triwidada
117  - it, courtesy of Claudio Arseni
118  - ja, courtesy of Jiro Matsuzawa
119  - lt, courtesy of Aurimas Černius
120  - lv, courtesy of Rūdolfs Mazurs
121  - pl, courtesy of Piotr Drąg
122  - pt_BR, courtesy of Enrico Nicoletto
123  - ru, courtesy of Yuri Myasoedov
124  - sl, courtesy of Matej Urbančič
125
126 0.19.7
127 ======
128
129 A new unstable release of Rygel.
130
131 Changes compared to 0.19.6:
132
133 Renderer:
134  - Fix compatible actions.
135  - Fix missing , in renderer protocol info.
136  - Initialize mute state from player.
137
138 MediaExport:
139  - Fix a crash after disabling virtual folders.
140
141 Rygel:
142  - Print version number on startup.
143
144 Bugs fixed/addressed in this release:
145  - https://bugzilla.gnome.org/show_bug.cgi?id=677552
146  - https://bugzilla.gnome.org/show_bug.cgi?id=701934
147  - https://bugzilla.gnome.org/show_bug.cgi?id=706978
148  - https://bugzilla.gnome.org/show_bug.cgi?id=707962
149
150 All contributors to this release:
151  - Jens Georg <jensg@openismus.com>
152  - Matej Urbančič <mateju@svn.gnome.org>
153  - Мирослав Николић <miroslavnikolic@rocketmail.com>
154  - Ville-Pekka Vainio <vpvainio@iki.fi>
155  - Rūdolfs Mazurs <rudolfsm@src.gnome.org>
156  - Milan Plzik <milan.plzik@streamunlimited.com>
157  - Kjartan Maraas <kmaraas@gnome.org>
158  - Dmitriy S. Seregin <dseregin@59.ru>
159  - Claudio Arseni <claudio.arseni@ubuntu.com>
160  - Changwoo Ryu <cwryu@debian.org>
161  - Bruce Cowan <bruce@bcowan.me.uk>
162  - Ask H. Larsen <asklarsen@gmail.com>
163  - Andika Triwidada <andika@gmail.com>
164
165 Added/updated translations
166  - da, courtesy of Ask Hjorth Larsen
167  - en_GB, courtesy of Bruce Cowan
168  - fi, courtesy of Jiri Grönroos
169  - id, courtesy of Andika Triwidada
170  - it, courtesy of Claudio Arseni
171  - ko, courtesy of Changwoo Ryu
172  - lv, courtesy of Rūdolfs Mazurs
173  - nb, courtesy of Kjartan Maraas
174  - ru, courtesy of Yuri Myasoedov
175  - sl, courtesy of Matej Urbančič
176  - sr, courtesy of Мирослав Николић
177  - sr@latin, courtesy of Miroslav Nikolić
178
179
180 0.19.6
181 ======
182
183 A new unstable release of Rygel.
184
185 Changes compared to 0.19.5:
186
187 - Improve Android compatiblity.
188
189 Server:
190  - Fix upload of files.
191  - Fix CreateReference call.
192
193 GStreamer Renderer:
194  - Fix warning with newer valac about copying unowned structs.
195
196 MediaExport:
197  - Fix warning with newer valac about copying unowned structs.
198
199 Bugs fixed in this release:
200  - https://bugzilla.gnome.org/show_bug.cgi?id=706525
201  - https://bugzilla.gnome.org/show_bug.cgi?id=706797
202  - https://bugzilla.gnome.org/show_bug.cgi?id=707065
203  - https://bugzilla.gnome.org/show_bug.cgi?id=707146
204
205 All contributors to this release:
206  - Jens Georg <jensg@openismus.com>
207  - Alexandre Franke <alexandre.franke@gmail.com>
208  - Reynaldo H. Verdejo Pinochet <reynaldo@collabora.com>
209  - Regis Merlino <regis.merlino@intel.com>
210  - Rafael Ferreira <rafael.f.f1@gmail.com>
211  - Piotr Drąg <piotrdrag@gmail.com>
212  - Matej Urbančič <mateju@svn.gnome.org>
213  - Maciej Piechotka <uzytkownik2@gmail.com>
214  - Kjartan Maraas <kmaraas@gnome.org>
215  - Funda Wang <fundawang@gmail.com>
216  - Fran Diéguez <fran.dieguez@mabishu.com>
217  - Aurimas Černius <aurisc4@gmail.com>
218
219 Added/updated translations
220  - fr, courtesy of Alain Lojewski
221  - gl, courtesy of Fran Dieguez
222  - lt, courtesy of Aurimas Černius
223  - nb, courtesy of Kjartan Maraas
224  - pl, courtesy of Piotr Drąg
225  - pt_BR, courtesy of Rafael Ferreira
226  - sl, courtesy of Matej Urbančič
227  - zh_CN, courtesy of 甘露(Gan  Lu)
228
229 0.19.5
230 ======
231
232 A new unstable release of Rygel.
233
234 Changes compared to 0.19.4:
235
236 Core:
237  - Use proper PNG depth value of 24 bit.
238  - Fix several error codes.
239
240 Server:
241  - Validate <createClass> nodes during object creation.
242  - Fix recursive item removal and notification thereof.
243  - Fix several error codes.
244  - Remove manually removed items from the ItemRemovalQueue.
245  - Report missing "Filter" argument in browse call.
246  - Use searchClasses to find a compatible container in DLNA.ORG_AnyContainer
247    container creation scenario.
248  - Add X_GetDLNAUploadProfiles call.
249  - Move the knowledge about supported DLNA profiles from the MediaEngine to the
250    MediaServerPlugin.
251
252 Renderer:
253  - Add possibility to define a set of supported DLNA profiles and not only mime
254    types to the renderer.
255  - Add missing <X_DLNADOC> node and content.
256  - Remove unused state variables.
257
258 Playbin plugin:
259  - Make it work with simple engine.
260
261 MediaExport plugin:
262  - Fix invalid browse response in "Artist" folder that broke compatibility with
263    certain Samsung TV sets.
264  - Actually use the sort criteria when browsing/searching in virtual folders.
265  - Fix a critical/crash on automatic item removal.
266  - Implement container removal.
267  - Emit containerUpdateID signals when a playlist container changes.
268  - Add several messages when database operations fail.
269  - Fix memory corruption in SQLite string collation functions.
270  - Use fall-back search when client searches for @refID to capture the virtual
271    container as well as manually created references.
272  - Use correct OCM flags for playlist containers.
273  - Remove hack for searching UPnP containers.
274  - Fix recursion in virtual containers on certain search requests.
275  - Fix a critical in the custom SQLite "CONTAINS" keyword implementation.
276
277 External plugin:
278  - Fix an untranslatable message.
279
280 Bugs fixed in this release:
281  - https://bugzilla.gnome.org/show_bug.cgi?id=699698
282  - https://bugzilla.gnome.org/show_bug.cgi?id=702228
283  - https://bugzilla.gnome.org/show_bug.cgi?id=702253
284  - https://bugzilla.gnome.org/show_bug.cgi?id=702452
285  - https://bugzilla.gnome.org/show_bug.cgi?id=702633
286  - https://bugzilla.gnome.org/show_bug.cgi?id=702741
287  - https://bugzilla.gnome.org/show_bug.cgi?id=703135
288  - https://bugzilla.gnome.org/show_bug.cgi?id=704146
289  - https://bugzilla.gnome.org/show_bug.cgi?id=705084
290  - https://bugzilla.gnome.org/show_bug.cgi?id=705576
291  - https://bugzilla.gnome.org/show_bug.cgi?id=705587
292  - https://bugzilla.gnome.org/show_bug.cgi?id=705899
293  - https://bugzilla.gnome.org/show_bug.cgi?id=706058
294  - https://bugzilla.gnome.org/show_bug.cgi?id=706059
295  - https://bugzilla.gnome.org/show_bug.cgi?id=706142
296  - https://bugzilla.gnome.org/show_bug.cgi?id=706143
297  - https://bugzilla.gnome.org/show_bug.cgi?id=706182
298
299 All contributors to this release:
300  - Jens Georg <jensg@openismus.com>
301  - Marek Černocký <marek@manet.cz>
302  - Parthiban Balasubramanian <p.balasubramanian@cablelabs.com>
303  - Daniel Mustieles <daniel.mustieles@gmail.com>
304  - Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
305  - Piotr Drąg <piotrdrag@gmail.com>
306  - Kjartan Maraas <kmaraas@gnome.org>
307  - 甘露(Gan  Lu) <rhythm.gan@gmail.com>
308  - Yuri Myasoedov <omerta13@yandex.ru>
309  - Yaron Shahrabani <sh.yaron@gmail.com>
310  - Rafael Ferreira <rafael.f.f1@gmail.com>
311  - Fran Diéguez <fran.dieguez@mabishu.com>
312  - Dušan Kazik <prescott66@gmail.com>
313  - Craig Pratt <craig@ecaspia.com>
314  - Christian Kirbach <christian.kirbach@gmail.com>
315  - Aurimas Černius <aurisc4@gmail.com>
316
317 Added/updated translations
318  - cs, courtesy of Marek Černocký
319  - de, courtesy of Christian Kirbach
320  - es, courtesy of Daniel Mustieles
321  - gl, courtesy of Fran Dieguez
322  - he, courtesy of Yaron Shahrabani
323  - lt, courtesy of Aurimas Černius
324  - nb, courtesy of Kjartan Maraas
325  - pl, courtesy of Piotr Drąg
326  - pt_BR, courtesy of Rafael Ferreira
327  - ru, courtesy of Yuri Myasoedov
328  - sk, courtesy of Dušan Kazik
329  - zh_CN, courtesy of 甘露(Gan  Lu)
330  - zh_HK, courtesy of Chao-Hsiung Liao
331  - zh_TW, courtesy of Chao-Hsiung Liao
332
333 0.19.4
334 ======
335
336 A new unstable release of Rygel.
337
338 Changes compared to 0.19.3:
339
340 - Fix building with --enable-debug.
341 - Fix device templates to have "correct" element order.
342 - Add a target to generate the HTML versions of manpages; they are available
343   at http://rygel-project.org/doc/latest/rygel.html and
344   http://rygel-project.org/doc/latest/rygel.conf.html
345
346 Core:
347  - Fix DescriptionFile.set_dlna_caps to properly create missing nodes.
348  - Keep order of elements when manipulating the device description in
349    DescriptionClass.
350  - Refactor code to only manipulate the device description from one place.
351
352 Server:
353  - Fix seeking with full-range seeks on time-based seek requests.
354  - Fix a rare issue with item creation returning the wrong meta-data.
355  - Fix UpdateObject UPnP call to actually work.
356  - Use object.container by default and fall-back to
357    object.container.storageFolder for XBox 360.
358  - Fix error codes for serveral SOAP calls.
359  - Add support for dc:creator.
360  - Fix an accidental C ABI break.
361  - Always add a user agent to the agent cache even if it doesn't match the
362    current hack.
363  - Force HTTP 1.1 as recommended by DLNA.
364  - Fix upload of DIDL_S playlist items.
365  - Make it possible to override OCM flags in children of MediaObject.
366
367 MediaExport:
368  - Use proper (full) iso8601 date format as required by DLNA.
369  - Use object.container by default and fall-back to
370    object.container.storageFolder for XBox 360.
371  - Use DLNA-compliant create-classes.
372  - Allow reference creation everywhere.
373  - Use dc:creator.
374  - Don't leak file descriptors in the JPEG writer.
375  - Set proper OCM flags on the playlist root container.
376  - Set proper <upnp:searchClass> on containers.
377
378 Changes in dependencies:
379   Vala >= 0.20 is now required.
380
381 All bugs fixed in this release:
382  - https://bugzilla.gnome.org/show_bug.cgi?id=701637
383  - https://bugzilla.gnome.org/show_bug.cgi?id=701948
384  - https://bugzilla.gnome.org/show_bug.cgi?id=702083
385  - https://bugzilla.gnome.org/show_bug.cgi?id=702231
386  - https://bugzilla.gnome.org/show_bug.cgi?id=702254
387  - https://bugzilla.gnome.org/show_bug.cgi?id=702255
388  - https://bugzilla.gnome.org/show_bug.cgi?id=702256
389  - https://bugzilla.gnome.org/show_bug.cgi?id=702258
390  - https://bugzilla.gnome.org/show_bug.cgi?id=702262
391  - https://bugzilla.gnome.org/show_bug.cgi?id=702451
392  - https://bugzilla.gnome.org/show_bug.cgi?id=702555
393  - https://bugzilla.gnome.org/show_bug.cgi?id=702743
394  - https://bugzilla.gnome.org/show_bug.cgi?id=703044
395  - https://bugzilla.gnome.org/show_bug.cgi?id=703140
396  - https://bugzilla.gnome.org/show_bug.cgi?id=703241
397  - https://bugzilla.gnome.org/show_bug.cgi?id=704066
398
399 All contributors to this release:
400   Jens Georg <jensg@openismus.com>
401   Jussi Kukkonen <jussi.kukkonen@intel.com>
402   Daniel Mustieles <daniel.mustieles@gmail.com>
403   Parthiban Balasubramanian <p.balasubramanian@cablelabs.com>
404   Piotr Drąg <piotrdrag@gmail.com>
405   Kjartan Maraas <kmaraas@gnome.org>
406   Fran Diéguez <fran.dieguez@mabishu.com>
407   Victor Ibragimov <victor.ibragimov@gmail.com>
408   Marek Černocký <marek@manet.cz>
409   Enrico Nicoletto <liverig@gmail.com>
410   Edson Silva <edsonlead@gmail.com>
411   Dimitris Spingos <dmtrs32@gmail.com>
412   Christian Kirbach <christian.kirbach@gmail.com>
413   Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
414   Benjamin Steinwender <b@stbe.at>
415   Andika Triwidada <andika@gmail.com>
416
417 Added/updated translations
418  - cs, courtesy of Marek Černocký
419  - de, courtesy of Christian Kirbach
420  - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
421  - es, courtesy of Daniel Mustieles
422  - gl, courtesy of Fran Dieguez
423  - id, courtesy of Andika Triwidada
424  - nb, courtesy of Kjartan Maraas
425  - pl, courtesy of Piotr Drąg
426  - pt_BR, courtesy of Edson Silva
427  - tg, courtesy of Victor Ibragimov
428  - zh_HK, courtesy of Chao-Hsiung Liao
429  - zh_TW, courtesy of Chao-Hsiung Liao
430
431 0.19.3
432 ======
433
434 A new unstable release of Rygel.
435
436 Changes compared to 0.19.2:
437
438 Server:
439  - Add container serialisation to EXTM3U.
440  - Fix DLNA transfer modes for generated playlists.
441
442 Rygel:
443  - Add -s,--shutdown options to shut down a running instance without using
444    d-feet or dbus-send.
445
446 GStreamer media engine:
447  - Some string fixes.
448  - Fix a typo in the avenc_aac preset.
449  - Issue a proper warning when we fail to setup a data source.
450  - Don't crash if there's no RTP depayloader available.
451
452 MediaExport:
453  - Make it possible to remove playlists.
454  - Expose the playlists for XBox 360.
455
456 Preferences UI:
457  - Some glade file clean-ups.
458  - Move toolbar style from code to glade file.
459  - Support setting of multiple network interfaces as introduced in 0.19.2.
460
461 All contributors to this release:
462   Jens Georg <jensg@openismus.com>
463   Piotr Drąg <piotrdrag@gmail.com>
464   Marek Černocký <marek@manet.cz>
465   Fran Diéguez <fran.dieguez@mabishu.com>
466   Daniel Mustieles <daniel.mustieles@gmail.com>
467   Aurimas Černius <aurisc4@gmail.com>
468
469 Added/updated translations
470  - cs, courtesy of Marek Černocký
471  - es, courtesy of Daniel Mustieles
472  - gl, courtesy of Fran Dieguez
473  - lt, courtesy of Aurimas Černius
474
475 0.19.2
476 ======
477
478 A new unstable release for Rygel.
479
480 Changes compared to 0.19.1:
481
482 - Minor build fixes and clean-up.
483 - Documentation updates and typos fixed.
484
485 Core:
486  - Make the interface= configuration multi-valued.
487
488 Rygel:
489  - Make the commandline options translatable.
490  - Show a message when we run in streaming-only mode.
491
492 Server:
493  - Some coding style fixes.
494
495 Renderer:
496  - Provide a proper fall-back to GET if peer does not support HEAD.
497
498 Preferences:
499  - Don't lose the current network interface.
500
501 MediaExport:
502  - Don't lose child containers when we add the parent container.
503  - Fix sorting by date.
504
505 Bugs fixed in this release:
506  - https://bugzilla.gnome.org/show_bug.cgi?id=648003
507  - https://bugzilla.gnome.org/show_bug.cgi?id=694357
508  - https://bugzilla.gnome.org/show_bug.cgi?id=700570
509
510 All contributors to this release:
511   Jens Georg <jensg@openismus.com>
512   Daniel Mustieles <daniel.mustieles@gmail.com>
513   Yuri Myasoedov <omerta13@yandex.ru>
514   Yaron Shahrabani <sh.yaron@gmail.com>
515   Mihai Moldovan <ionic@ionic.de>
516   Matej Urbančič <mateju@svn.gnome.org>
517   Kjartan Maraas <kmaraas@gnome.org>
518   Fran Diéguez <fran.dieguez@mabishu.com>
519   Dušan Kazik <prescott66@gmail.com>
520   Aurimas Černius <aurisc4@gmail.com>
521   Andreas Henriksson <andreas@fatal.se>
522
523 Added/updated translations
524  - es, courtesy of Daniel Mustieles
525  - gl, courtesy of Fran Dieguez
526  - he, courtesy of Yaron Shahrabani
527  - lt, courtesy of Aurimas Černius
528  - nb, courtesy of Kjartan Maraas
529  - ru, courtesy of Yuri Myasoedov
530  - sk, courtesy of Dušan Kazik
531  - sl, courtesy of Matej Urbančič
532
533 0.19.1
534 ======
535
536 A new unstable series for Rygel.
537
538 Changes compared to 0.18.1:
539
540 - Some build simplifications.
541 - Fix translation comments.
542 - Update the architecture diagram.
543 - Stop blindly loading every dynamic library we can find in the plug-in
544   folder.
545
546 Rygel:
547  - Show a warning if the user configuration could not be found.
548
549 Core:
550  - Fix a memory leak in Rygel.DescriptionFile.
551  - Rename a variable called "template" to avoid issues when using Rygel from
552    C++.
553
554 Server:
555  - Don't add DIDL_S <res> nodes on childless containers.
556
557 Renderer:
558  - Treat MALFORMED requests as BAD_REQUESTS.
559
560 MediaExport:
561  - Add infrastructure for testing the plug-in.
562  - Add two regression tests for bgo#689326.
563  - Unbreak synchronization use-cases.
564  - Support server-side playlists.
565
566 Tracker:
567  - Make it possible to upload to DLNA.ORG_AnyContainer even if there's nothing
568    of that type of media shared yet.
569
570 GStreamer media engine:
571  - Some clean-up.
572  - Work around a vala bug causing issues on non-Intel architectures.
573
574 Preferences:
575  - Only set "enable" checkmark if the user's config file and the autostart file
576    exist and enable-upnp is set in the configuration.
577  - Fix issue with newly created user configuration being mostly empty on first
578    start.
579  - Use a GtkSwitch for enabling/disabling sharing.
580  - Fix starting Rygel after enabling it in the dialog.
581
582 Changes in dependencies:
583  - Require GTK+ 3.0 instead of 2.90.x (optional)
584
585 Bugs fixed in this release:
586  - https://bugzilla.gnome.org/show_bug.cgi?id=660885
587  - https://bugzilla.gnome.org/show_bug.cgi?id=695593
588  - https://bugzilla.gnome.org/show_bug.cgi?id=698260
589  - https://bugzilla.gnome.org/show_bug.cgi?id=698572
590  - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703281
591  - https://bugs.launchpad.net/ubuntu/+source/rygel/+bug/827030
592  - https://bugzilla.gnome.org/show_bug.cgi?id=697793
593  - https://bugzilla.gnome.org/show_bug.cgi?id=697949
594
595 All contributors to this release:
596   Jens Georg <jensg@openismus.com>
597   Piotr Drąg <piotrdrag@gmail.com>
598   Enrico Nicoletto <liverig@gmail.com>
599   Chandan Kumar <Chandankumar.093047@gmail.com>
600   Balázs Úr <urbalazs@src.gnome.org>
601   Ville-Pekka Vainio <vpvainio@iki.fi>
602   Rūdolfs Mazurs <rudolfsm@src.gnome.org>
603   os_ <syriatalks@hotmail.com>
604   Nirbheek Chauhan <nirbheek.chauhan@collabora.co.uk>
605   Nilamdyuti Goswami <ngoswami@redhat.com>
606   Murray Cumming <murrayc@murrayc.com>
607   Milo Casagrande <milo@ubuntu.com>
608   Mattias Põldaru <mahfiaz@gmail.com>
609   Martin Srebotnjak <miles@filmsi.net>
610   Mario Blättermann <mariobl@gnome.org>
611   Marek Černocký <marek@manet.cz>
612   Marcin Kazmierczak <marcin.kazmierczak@live.com>
613   Joe Hansen <joedalton2@yahoo.dk>
614   Joan Duran <jodufi@gmail.com>
615   Jens Georg <mail@jensge.org>
616   Jasper Lievisse Adriaanse <jasper@humppa.nl>
617   Inaki Larranaga Murgoitio <dooteo@zundan.com>
618   Fran Diéguez <fran.dieguez@mabishu.com>
619   Duarte Loreto <happyguy_pt@hotmail.com>
620   Dr.T.Vasudevan <drtvasudevan@gmail.com>
621   Dimitris Spingos <dmtrs32@gmail.com>
622   Daniel Mustieles <daniel.mustieles@gmail.com>
623   Choe Hwanjin <choe.hwanjin@gmail.com>
624   Changwoo Ryu <cwryu@debian.org>
625   Carles Ferrando <carles.ferrando@gmail.com>
626   Bruce Cowan <bruce@bcowan.me.uk>
627   Andika Triwidada <andika@gmail.com>
628   Alexandre Franke <alexandre.franke@gmail.com>
629   Akom Chotiphantawanon <knight2000@gmail.com>
630
631 Added/updated translations
632  - ar, courtesy of os_
633  - as, courtesy of Nilamdyuti Goswami
634  - ca, courtesy of Joan Duran
635  - ca@valencia, courtesy of Joan Duran
636  - cs, courtesy of Marek Černocký
637  - da, courtesy of Joe Hansen
638  - de, courtesy of Mario Blättermann
639  - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
640  - en_GB, courtesy of Bruce Cowan
641  - es, courtesy of Daniel Mustieles
642  - et, courtesy of Mattias Põldaru
643  - eu, courtesy of Iñaki Larrañaga Murgoitio
644  - fi, courtesy of Jiri Grönroos
645  - fr, courtesy of Alain Lojewski
646  - gl, courtesy of Fran Dieguez
647  - hi, courtesy of chandankumar
648  - hu, courtesy of Balázs Úr
649  - id, courtesy of Andika Triwidada
650  - it, courtesy of Milo Casagrande
651  - ko, courtesy of Changwoo Ryu
652  - lv, courtesy of Rūdolfs Mazurs
653  - pt_BR, courtesy of Enrico Nicoletto
654  - pt, courtesy of Duarte Loreto
655  - sl, courtesy of Matej Urbančič
656  - ta, courtesy of Dr.T.Vasudevan
657  - th, courtesy of Akom Chotiphantawanon
658
659 0.17.9
660 ======
661
662 A new unstable release for Rygel.
663
664 Changes compared to 0.17.8:
665
666 - Fixed NEWS file from last release, adding missing translation credits and
667   bugs.
668 - Fix ContainerUpdateIDs variable.
669 - Add DLNA "create-child-container" capabilities.
670 - Add possibility to create containers in addition to items.
671 - Always downgrade each service to V1 for device quirks.
672 - Downgrade to V1 for libupnp-based devices.
673 - Downgrade to V1 for iOS clients using system libraries for HTTP.
674 - Some spelling fixes.
675 - Implement CreateReference UPnP call.
676
677 MediaExport:
678  - Allow to create containers.
679  - Use title set by CreateObject or UpdateObject instead of the one detected
680    from meta-data extraction.
681  - Some code clean-up.
682  - Drop unused database column.
683
684 Bugs fixed in this release:
685  - https://bugzilla.gnome.org/show_bug.cgi?id=694019
686  - https://bugzilla.gnome.org/show_bug.cgi?id=694155
687  - https://bugzilla.gnome.org/show_bug.cgi?id=683926
688  - https://bugzilla.gnome.org/show_bug.cgi?id=694270
689  - https://bugzilla.gnome.org/show_bug.cgi?id=694179
690  - https://bugzilla.gnome.org/show_bug.cgi?id=694926
691
692 All contributors to this release:
693   Jens Georg <jensg@openismus.com>
694   Krzesimir Nowak <krnowak@openismus.com>
695   Gheyret Kenji <gheyret@gmail.com>
696   Yaron Shahrabani <sh.yaron@gmail.com>
697   Stas Solovey <whats_up@tut.by>
698   Matej Urbančič <mateju@svn.gnome.org>
699   Kjartan Maraas <kmaraas@gnome.org>
700   Dimitris Spingos <dmtrs32@gmail.com>
701   Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
702   Aurimas Černius <aurisc4@gmail.com>
703   A S Alam <aalam@users.sf.net>
704
705 Added/updated translations
706  - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
707  - he, courtesy of Yaron Shahrabani
708  - lt, courtesy of Aurimas Černius
709  - nb, courtesy of Kjartan Maraas
710  - pa, courtesy of A S Alam
711  - ru, courtesy of Yuri Myasoedov
712  - sl, courtesy of Matej Urbančič
713  - ug, courtesy of Gheyret Kenji
714  - zh_HK, courtesy of Chao-Hsiung Liao
715  - zh_TW, courtesy of Chao-Hsiung Liao
716
717 0.17.8
718 ======
719
720 A new unstable release for Rygel
721
722 Changes compared to 0.17.7:
723
724 - Various documentation fixes.
725 - Fix an issue with using DLNA.ORG_AnyContainer on upload.
726 - Linker fixes.
727 - Some minor nullable fixes.
728 - Modify .pc files to include useful information for external media engines
729   and plug-ins.
730 - Hide rygel-preferences in GNOME environment since it's handled by system
731   settings.
732
733 MediaExport:
734  - Various clean-ups.
735  - Fix comparing GFiles properly.
736  - Properly check for hidden files instead of using .has_prefix (".").
737  - Don't emit multiple extraction errors.
738  - Fix some unnecessary sting copying.
739  - Fix plug-in start-up on on database error.
740  - Fix harvesting of dates from media files.
741  - More LastChange event emitting fixes.
742  - React if configuration of uris changes.
743  - Add an option to disable the virtual container hierarchy.
744  - Also extract basic file information if no GstDiscoverer can be created.
745
746 GStreamer Renderer:
747  - Support flash videos as announced by grl-ms2 and its youtube plug-in.
748  - Honor http_proxy environment variable and desktop proxy settings.
749
750 Bugs fixed in this release:
751  - https://bugzilla.gnome.org/show_bug.cgi?id=692362
752  - https://bugzilla.gnome.org/show_bug.cgi?id=693577
753  - https://bugzilla.gnome.org/show_bug.cgi?id=692696
754
755 All contributors to this release:
756   Krzesimir Nowak <krnowak@openismus.com>
757   Murray Cumming <murrayc@murrayc.com>
758   Jens Georg <jensg@openismus.com>
759   Murray Cumming <murrayc@openismus.com>
760   Мирослав Николић <miroslavnikolic@rocketmail.com>
761   Piotr Drąg <piotrdrag@gmail.com>
762   Jens Georg <mail@jensge.org>
763   Fran Diéguez <fran.dieguez@mabishu.com>
764   Daniel Mustieles <daniel.mustieles@gmail.com>
765   Anish A <aneesh.nl@gmail.com>
766   Yaron Shahrabani <sh.yaron@gmail.com>
767   Nathaniel McCallum <nathaniel@themccallums.org>
768   Milo Casagrande <milo@ubuntu.com>
769   Matej Urbančič <mateju@svn.gnome.org>
770   Marek Černocký <marek@manet.cz>
771   Kjartan Maraas <kmaraas@gnome.org>
772   Gheyret Kenji <gheyret@gmail.com>
773   Christian Kirbach <Christian.Kirbach@googlemail.com>
774   Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
775
776 Added/updated translations
777  - cs, courtesy of Marek Černocký
778  - de, courtesy of Christian Kirbach
779  - es, courtesy of Daniel Mustieles
780  - gl, courtesy of Fran Dieguez
781  - he, courtesy of Yaron Shahrabani
782  - it, courtesy of Milo Casagrande
783  - ml, courtesy of Razee Marikar
784  - nb, courtesy of Kjartan Maraas
785  - pl, courtesy of Piotr Drąg
786  - sl, courtesy of Matej Urbančič
787  - sr, courtesy of Мирослав Николић
788  - sr@latin, courtesy of Miroslav Nikolić
789  - ug, courtesy of Gheyret Kenji
790  - zh_HK, courtesy of Chao-Hsiung Liao
791  - zh_TW, courtesy of Chao-Hsiung Liao
792
793 0.17.7
794 ======
795
796 A new unstable release for Rygel
797
798 Changes compared to 0.17.6:
799
800 - Add keywords to .desktop file.
801 - Documentation updates.
802 - Fix documentation installation when building from tarball.
803 - Convert all public classes to use GObject-style construction.
804 - Add hack for Windows 7 system SSDP to show up in network neighbourhood as
805   media device and not as a generic UPnP device.
806 - Support .smi subtitles.
807 - Also apply device downgrade hacks to the media renderer.
808 - Fix an issue with translation strings being split.
809
810 MediaExport:
811  - Drop unused DBus service. Same result will be achievable via manipulating
812    the settings in the next release.
813  - Some internal refactoring.
814  - Correctly use @refID on items in the virtual folders.
815  - Use proper container class for virtual folders.
816  - Don't loop endlessly when database upgrade fails.
817  - Port to new GUPnP-DLNA API.
818  - Fix an issue when the XDG_ variables are not properly defined.
819
820 GStreamer Renderer:
821  - Fix LPCM mime type to be case-insensitive.
822
823 GStreamer Media Engine:
824  - Port to new GUPnP-DLNA API.
825
826 Changes in dependencies:
827  - GUPnP-DLNA >= 0.9.4.
828
829 Bugs fixed in this release:
830  - https://bugzilla.gnome.org/show_bug.cgi?id=690770
831  - https://bugzilla.gnome.org/show_bug.cgi?id=690360
832  - https://github.com/01org/media-service-upnp/issues/117
833  - https://bugzilla.gnome.org/show_bug.cgi?id=690533
834  - https://bugzilla.gnome.org/show_bug.cgi?id=675186
835  - https://bugzilla.gnome.org/show_bug.cgi?id=692189
836  - https://bugzilla.gnome.org/show_bug.cgi?id=691595
837
838 All contributors to this release:
839   Murray Cumming <murrayc@murrayc.com>
840   Jens Georg <jensg@openismus.com>
841   Krzesimir Nowak <krnowak@openismus.com>
842   Daniel Mustieles <daniel.mustieles@gmail.com>
843   Мирослав Николић <miroslavnikolic@rocketmail.com>
844   Regis Merlino <regis.merlino@intel.com>
845   Milo Casagrande <milo@ubuntu.com>
846   Kjartan Maraas <kmaraas@gnome.org>
847   Javier Jardón <javier.jardon@codethink.co.uk>
848   Gheyret Kenji <gheyret@gmail.com>
849   Dušan Kazik <prescott66@gmail.com>
850   Dominique Leuenberger <dimstar@opensuse.org>
851   Choe Hwanjin <choe.hwanjin@gmail.com>
852   Alexander Shopov <ash@kambanaria.org>
853   Akom Chotiphantawanon <knight2000@gmail.com>
854
855 Added/updated translations
856  - bg, courtesy of Alexander Shopov
857  - es, courtesy of Daniel Mustieles
858  - it, courtesy of Milo Casagrande
859  - nb, courtesy of Kjartan Maraas
860  - sk, courtesy of Dušan Kazik
861  - sr, courtesy of Мирослав Николић
862  - sr@latin, courtesy of Miroslav Nikolić
863  - th, courtesy of Akom Chotiphantawanon
864  - ug, courtesy of Gheyret Kenji
865
866 0.17.6
867 ======
868
869 A new unstable release for Rygel
870
871 Changes compared to 0.17.5.1:
872
873 - Fix parsing of configuration from environment variables.
874 - Remove an ugly hack using leaking symbols in GStreamer media engines.
875 - Documentation updates.
876 - Example code updates.
877 - Silence uncaught error from Thumbnailer when there's no DBus session bus.
878 - Add a SD_NA MPEG2 transcoding profile for north american SD-only
879   televisions.
880 - Fix bitrates for the AVC_MP4_BL_CIF15_AAC_520 DLNA profile.
881
882 GStreamer Renderer:
883  - Fix pc file install and dependencies.
884
885 GStreamer Media Engine:
886  - Clean-ups.
887  - Print a proper warning if the transcoding profile is empty instead of
888    showing a critical.
889
890 MediaExport:
891  - Add "All" container below each artist.
892  - Make some settings changeable at runtime: "extract-metadata" and
893    "monitor-changes" can now be changed and they will be picked up without the
894    need to restart or kill -HUP rygel.
895  - Fix missing objAdd event in change tracking.
896  - Suppress objMod events from containers that are not tracked.
897  - Remove some triple update events for one update.
898
899 MPRIS:
900  - Show a less scary message when no DBus session bus is available.
901
902 External:
903  - Show a less scary message when no DBus session bus is available.
904
905 Examples:
906  - Various updates and enhancements.
907  - Update fullscreen rendenderer to be closable by keyboard and hide the mouse
908    cursor.
909  - Add a high-quality MPEG2 transcoding preset.
910
911 Docs:
912  - Many improvements.
913
914 Bugs fixed in this release:
915  - https://bugzilla.gnome.org/show_bug.cgi?id=676136
916  - https://bugzilla.gnome.org/show_bug.cgi?id=679262
917  - https://bugzilla.gnome.org/show_bug.cgi?id=686676
918
919 Bugs addresses in this release, but not fixed completely:
920  - https://bugzilla.gnome.org/show_bug.cgi?id=690772
921
922 All contributors to this release:
923   Jens Georg <jensg@openismus.com>
924   Murray Cumming <murrayc@murrayc.com>
925   Yaron Shahrabani <sh.yaron@gmail.com>
926   Piotr Drąg <piotrdrag@gmail.com>
927   Mattias Põldaru <mahfiaz@gmail.com>
928   Kjartan Maraas <kmaraas@gnome.org>
929   Fran Diéguez <fran.dieguez@mabishu.com>
930   Aurimas Černius <aurisc4@gmail.com>
931
932 Added/updated translations
933  - et, courtesy of Mattias Põldaru
934  - gl, courtesy of Fran Dieguez
935  - he, courtesy of Yaron Shahrabani
936  - lt, courtesy of Aurimas Černius
937  - nb, courtesy of Kjartan Maraas
938  - pl, courtesy of Piotr Drąg
939
940 0.17.5.1
941 ========
942
943 A paperbag release for Rygel
944
945 Changes compared to 0.17.5:
946
947 - Fix underlinking of some plug-ins.
948
949 MediaExport:
950  - Fix database upgrade from schema version 11 to 12
951
952 All contributors to this release:
953    Jens Georg <mail@jensge.org>
954
955 0.17.5
956 ======
957
958 A new unstable release for Rygel
959
960 Changes compared to 0.17.4:
961
962 - Correctly announce "content-synchronization" DLNA capability if supported.
963 - Move some public classes to GObject-style construction.
964 - Drop some obsolete code.
965 - Large refactoring and clean-up of the build setup.
966
967 Renderer:
968  - Fix issue with internal plug-in in librygel-renderer.
969  - Delay creation of the PlayerController. This fixes a critical in the
970    wrapping GStreamer renderer.
971  - Fix an issue with X_DLNA_SeekTime being always available, even for images.
972  - Fix a typo in the initial state variable notify.
973  - Add renderer-side PlaySpeed support.
974
975 Server:
976  - Fix issue with ServiceResetToken being regenerated at each start.
977  - Fix issue with missing search capabilities when the plug-in supports change
978    tracking.
979  - Fix schema location in generated LastChange XML.
980  - Fix issue where only the most recent LastChange event was added to the
981    LastChange XML.
982  - Fix an issue with default parameter set to "this" being ambigous.
983  - Get the SystemUpdateID from the back-end when it supports change tracking.
984
985 GStreamer renderer:
986  - Base RygelPlaybinRenderer on RygelMediaRenderer instead of directly
987    extending RygelMediaDevice.
988  - Move the plugin class back into the Playbin plugin.
989
990 Examples:
991  - Add a fullscreen renderer.
992  - Fix C renderer plugin example to actually work.
993
994 Tests:
995  - Massive overall improvements to drop deprecated Vala constructs, unused and
996    unreachable code to make it possible to compile them with strict valac.
997  - Disable one test for GStreamer media engine.
998
999 MediaExport:
1000  - Implement tracking of changes.
1001  - Persist ServiceResetToken.
1002  - Persist systemUpdateID, containerUpdateID and totalDeletedChildCount.
1003  - Some file renaming to match coding style.
1004  - Don't try to parse each and every text file.
1005  - Don't run gst-discoverer on text files.
1006
1007 Docs:
1008  - Various updates.
1009
1010 Bugs fixed in this release:
1011  - https://bugzilla.gnome.org/show_bug.cgi?id=689603
1012  - https://bugzilla.gnome.org/show_bug.cgi?id=689134
1013  - https://bugzilla.gnome.org/show_bug.cgi?id=689135
1014  - https://bugzilla.gnome.org/show_bug.cgi?id=689960
1015  - https://bugzilla.gnome.org/show_bug.cgi?id=690056
1016
1017 All contributors to this release:
1018   Jens Georg <jensg@openismus.com>
1019   Murray Cumming <murrayc@murrayc.com>
1020   Regis Merlino <regis.merlino@intel.com>
1021   Dr.T.Vasudevan <drtvasudevan@gmail.com>
1022   Christophe Guiraud <christophe.guiraud@intel.com>
1023
1024 Added/updated translations
1025  - ta, courtesy of Dr.T.Vasudevan
1026
1027 0.17.4
1028 ======
1029
1030 A new unstable release for Rygel
1031
1032 Changes compared to 0.17.3:
1033
1034 - Various documentation fixes.
1035 - Fix .pc file to point to correct version of libgee.
1036 - Hopefully final fix for building with --disable-valadoc.
1037 - Change --with-media-engine=none to =simple.
1038
1039 MediaExport:
1040  - Add DLNA profile for playlists.
1041  - Ignore files starting with ".".
1042  - Handle text/plain to accomodate issues with shared-mime-info and missing
1043    file extensions.
1044
1045 All contributors to this release:
1046   Murray Cumming <murrayc@murrayc.com>
1047   Jens Georg <jensg@openismus.com>
1048
1049 Bugs fixed in this release:
1050  - https://bugzilla.gnome.org/show_bug.cgi?id=689517
1051
1052 0.17.3
1053 ======
1054
1055 A new unstable release for Rygel
1056
1057 Changes compared to 0.17.2:
1058
1059 - Really bump Vala requirement as announced in previous version.
1060 - Remove obsolete --enable-test-plugin configure option.
1061 - Don't run tests by default.
1062
1063 Server:
1064  - Add serialisation of containers to DIDL_S playlist format.
1065  - Generate thumbnails for native files only.
1066  - Add support for playlist items.
1067  - Support DIDL_S DLNA profile.
1068
1069 Doc:
1070  - Update "Implementing server plugins" docs.
1071  - Add "Implementing renderer" docs.
1072  - Some general improvements.
1073
1074 Tracker:
1075  - Fix building against recent tracker releases.
1076
1077 Renderer:
1078  - Mark some strings for translation.
1079  - Add PresetNameList to initial notify.
1080  - Set correct track numbers.
1081  - Support DIDL_S playlists.
1082  - Some state notification fixes.
1083  - Add GetCurrentTransportActions UPnP call.
1084
1085 Playbin:
1086  - Add 3GPP mime-type.
1087  - Properly query duration using DURATION_CHANGED message and really check if
1088    the pipeline knows its TIME and not just its size.
1089
1090 Examples:
1091  - C version of the example renderer.
1092
1093 Media-Export:
1094  - Reenable media art extraction.
1095  - Fix a critical on harvesting.
1096  - Fix an upload issue with the method to mark an item as a place-holder.
1097  - Support playlist items.
1098
1099 All contributors to this release:
1100   Jens Georg <jensg@openismus.com>
1101   Murray Cumming <murrayc@murrayc.com>
1102   Krzesimir Nowak <krnowak@openismus.com>
1103   Mark Ryan <mark.d.ryan@intel.com>
1104
1105 Bugs fixed in this release
1106   - https://bugzilla.gnome.org/show_bug.cgi?id=686638
1107
1108 Known issues:
1109  - Transcoding to WMV is not working properly, streams are audio-only.
1110
1111 Changes in dependencies
1112   - Vala 0.18
1113
1114 0.17.2
1115 ======
1116
1117 A new unstable release for Rygel
1118
1119 Changes compared to 0.17.1:
1120
1121 - Fix , unescaping and CSV parsing in UpdateObject call.
1122 - Fix thumbnails for XBox 360.
1123 - Look for the proper device description XML.
1124 - Fix regression that caused missing Content-Length headers.
1125 - More GObject API changes.
1126 - Fix pkg-config files to not include GStreamer dependency.
1127 - Port to libgee-0.8 API
1128 - Remove unneccessary GStreamer dependencies.
1129
1130 MediaExport:
1131  - Fix regression introduced in 0.17.2 causing empty containers.
1132
1133 Playbin:
1134  - Only report duration of a file if it's really known.
1135
1136 Examples:
1137  - C version of the server plug-in.
1138
1139 Media-Engine GStreamer:
1140  - Port to GStreamer 1.0 API.
1141
1142 Known issues:
1143  - Transcoding to WMV is not working properly, streams are audio-only.
1144  - Media art extraction is disabled as it caused crashes/lock-ups.
1145
1146 Changes in dependencies:
1147  - GUPnP-DLNA 0.7.0 for GStreamer 1.0 support.
1148  - Necessary versions of GStreamer libs have been bumped to 1.0.
1149  - Vala version 0.18 for included GStreamer vapis.
1150
1151 0.17.1
1152 ======
1153
1154 A new unstable release for Rygel
1155
1156 Changes compared to 0.17.0:
1157
1158 - Many documentation updates.
1159 - Fix random failure of HTTPGetTest.
1160 - Clean-up linking, trying to fix over- and underlinking.
1161 - Adapt to new GUPnP vapi.
1162 - Fix crash if force-downgrade-for is empty.
1163 - Fix a namespace issue in the public API.
1164 - Fix the pkg-config files after API and bump.
1165 - Only create a seek when the client requests seeking.
1166 - Don't search for modules in hidden folders, except .libs to support
1167   --enable-uninstalled.
1168 - Drop the "test" plugin.
1169 - Switch some of the public members in API to GObject properties.
1170 - Some style fixes.
1171 - Change Device version to MediaServer:3.
1172 - Change Service version to ContentDirectory:3.
1173 - Implement "Track Changes" feature of ContentDirectory:3.
1174 - Add an API for plugins to show capabilities such as upload or change
1175   tracking.
1176 - Implement UpdateObject in ContentDirectory:3.
1177
1178 Media-Engine GStreamer:
1179  - Fix a crash in transcoding.
1180  - Fix a mix-up in DLNA profiles causing upload to fail.
1181  - Ignore full-range seeks, fixing a transcoding issue with certain versions
1182    of mpegtsmux.
1183
1184 MediaExport:
1185  - Don't expose a colorDepth of 0.
1186  - Allow updating of objects via UPnP call "UpdateObject".
1187
1188 Renderer-Gst:
1189  - Add convenience method to access GstPlaybin of renderer plug-in.
1190
1191 Examples:
1192  - Fix service description in SysV init script.
1193  - Add an example server plugin.
1194  - Add an example renderer plugin.
1195
1196 External:
1197  - Support "audio.music" as documented in the spec.
1198
1199 MPRIS:
1200  - Fix a crash when a peer does not implement mandatory properties.
1201
1202 Playbin:
1203  - Add mime-types for AAC audio.
1204
1205 Changes in dependencies:
1206  - GUPnP >= 0.19.0 for new VAPI.
1207  - GUPnP-AV >= 0.11.2 for XML fragment support.
1208  - GUPNP-DLNA is optional only when building the GStreamer media engine.
1209
1210 Bugs fixed in this release:
1211  - https://bugzilla.gnome.org/show_bug.cgi?id=680496
1212  - https://bugzilla.gnome.org/show_bug.cgi?id=684868
1213  - https://bugzilla.gnome.org/show_bug.cgi?id=683934
1214  - https://bugzilla.gnome.org/show_bug.cgi?id=674738
1215  - https://bugzilla.gnome.org/show_bug.cgi?id=674738
1216  - https://bugzilla.gnome.org/show_bug.cgi?id=686018
1217  - https://bugzilla.gnome.org/show_bug.cgi?id=679023
1218  - https://bugzilla.gnome.org/show_bug.cgi?id=676024
1219
1220 All contributors to this release:
1221   Murray Cumming <murrayc@openismus.com>
1222   Jens Georg <jensg@openismus.com>
1223   Krzesimir Nowak <krnowak@openismus.com>
1224   Andreas Henriksson <andreas@fatal.se>
1225   Mark Ryan <mark.d.ryan@intel.com>
1226
1227 0.17.0
1228 ======
1229
1230 A new unstable release for Rygel
1231
1232 Changes compared to 0.16.0:
1233
1234 - Implement notification on configuration changes.
1235 - Fix compatibility issues with newer Reciva firmwares.
1236 - Add missing header, vapi and deps files.
1237 - Make it possible to compile and run Rygel without GStreamer. Please note
1238   that the functionality is reduced when run without GStreamer. Serveral
1239   plug-ins are disabled and no transcoding is possible.
1240 - API version is bumped to 2.0.
1241 - .so version is bumped to 1.
1242
1243 Examples:
1244  - Fix standalone-server example to not return 404 all the time.
1245
1246 Changes in dependencies:
1247  - Tracker plug-in does not depend on GUPnP-DLNA anymore.
1248
1249 Bugs fixed in this release:
1250  - https://bugzilla.gnome.org/show_bug.cgi?id=685183
1251
1252 All contributors to this release:
1253   Jens Georg <jensg@openismus.com>
1254   Krzesimir Nowak <krnowak@openismus.com>
1255
1256 0.15.2
1257 ======
1258
1259 A new release in Rygel's unstable cycle!
1260
1261 Changes compared to 0.15.2:
1262
1263 - Prevent a critical if the thumbnail for a file does not exist.
1264 - Fix all warnings from newer Vala.
1265 - Let the plugins do the sorting to prevent that we slice before we sort.
1266 - Move the default sort criteria into MediaContainer to allow containers to
1267   override it if necessary.
1268 - Canonicalize common error messages.
1269 - Add TwoPlayer to V1 downgrades.
1270 - Small refactoring of the V1 handling.
1271 - Fix debug builds.
1272 - Add "description" property to MediaItem.
1273 - Remove misc.vapi.
1274 - Disable installing if --enable-uninstalled was used.
1275
1276 Tracker:
1277  - Sort browse results using SPARQL.
1278  - Sort album containers by disc, track and title.
1279
1280 MediaExport:
1281  - Sort browse and search results using SQL.
1282  - Fix a crash when a client tried to access a non-existent query container.
1283  - Sort album containers by disc, track and title.
1284  - Properly collate query containers.
1285
1286 Mediathek:
1287  - Extract date and description from RSS feed.
1288  - Sort by date descending (newest entry first) by default.
1289
1290 Changes in dependencies:
1291  - Vala 0.16.1 for Posix.execvp.
1292
1293 Bugs fixed in this release:
1294  - https://bugzilla.gnome.org/show_bug.cgi?id=661482
1295  - https://bugzilla.gnome.org/show_bug.cgi?id=668376
1296  - https://bugzilla.gnome.org/show_bug.cgi?id=652375
1297  - https://bugzilla.gnome.org/show_bug.cgi?id=639809
1298  - https://bugzilla.gnome.org/show_bug.cgi?id=681452
1299  - https://bugzilla.gnome.org/show_bug.cgi?id=680742
1300
1301 All contributors to this release:
1302   Jens Georg <mail@jensge.org>
1303   Lukasz Pawlik <lukasz.pawlik@comarch.com>
1304   Fran Diéguez <fran.dieguez@mabishu.com>
1305   Мирослав Николић <miroslavnikolic@rocketmail.com>
1306   Yaron Shahrabani <sh.yaron@gmail.com>
1307   Nilamdyuti Goswami <nilamdyuti@gmail.com>
1308   Matej Urbančič <mateju@svn.gnome.org>
1309   Kentaro KAZUHAMA <kazken3@gmail.com>
1310   Daniel Mustieles <daniel.mustieles@gmail.com>
1311   Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
1312
1313 Added/updated translations
1314  - as, courtesy of Nilamdyuti Goswami
1315  - es, courtesy of Daniel Mustieles
1316  - gl, courtesy of Leandro Regueiro
1317  - he, courtesy of Yaron Shahrabani
1318  - ja, courtesy of Kentaro KAZUHAMA
1319  - sl, courtesy of Matej Urbančič
1320  - sr, courtesy of Мирослав Николић
1321  - sr@latin, courtesy of Miroslav Nikolić
1322  - zh_HK, courtesy of Chao-Hsiung Liao
1323  - zh_TW, courtesy of Chao-Hsiung Liao
1324
1325 0.15.1
1326 ======
1327
1328 A new release in Rygel's unstable cycle!
1329
1330 Changes compared to 0.15.1:
1331
1332 - Fix setting of meta-data in AVTransport.
1333 - Fix compatibility with various new Samsung devices.
1334 - Fix content-range checking.
1335 - Relay meta-data to player instances in AVTransport.
1336 - Fall-back to template description if cached description is not readable.
1337 - Add librygel-core, librygel-server and librygel-renderer.
1338 - Generate documentation for newly created libraries.
1339 - Use GIO for thumbnail requests and don't fail if there's no thumbnail
1340   directory as tumbler creates that.
1341
1342 MediaExport:
1343  - Use display_name instead of filename to prevent encoding issues in DIDL.
1344  - Speed up browsing of virtual folders.
1345  - Fix upgrade from Rygel 0.6 (be nice to Debian stable users).
1346  - Fix translation of virtual folders.
1347  - Massively speed up initial meta-data extraction.
1348
1349 Playbin:
1350  - Uptime content-types for various XIPH formats.
1351  - Fix LPCM playback.
1352
1353 External:
1354  - Don't browse external containers recursively.
1355  - Guard against empty mandatory properties.
1356
1357 Tracker;
1358  - Port to libtracker-sparql.
1359  - Use nfo:fileName as alternative title if nie:title is not available.
1360  - Remove some dead code.
1361  - Unify query code.
1362
1363 New dependencies:
1364  - libtracker-sparql-0.14
1365  - libunistring (optional)
1366
1367 Bugs fixed:
1368  https://bugzilla.gnome.org/show_bug.cgi?id=677959
1369  https://bugzilla.gnome.org/show_bug.cgi?id=677966
1370  https://bugzilla.gnome.org/show_bug.cgi?id=674542
1371  https://bugzilla.gnome.org/show_bug.cgi?id=676037
1372  https://bugzilla.gnome.org/show_bug.cgi?id=661988
1373  https://bugzilla.gnome.org/show_bug.cgi?id=644491
1374  https://bugzilla.gnome.org/show_bug.cgi?id=679648
1375
1376 Added/updated translations
1377  - as, courtesy of Nilamdyuti Goswami
1378  - bg, courtesy of Alexander Shopov
1379  - el, courtesy of Tom Tryfonidis
1380  - es, courtesy of Daniel Mustieles
1381  - gl, courtesy of Fran Dieguez
1382  - he, courtesy of Yaron Shahrabani
1383  - lt, courtesy of Aurimas Černius
1384  - nb, courtesy of Kjartan Maraas
1385  - sl, courtesy of Matej Urbančič
1386  - te, courtesy of Hari Krishna
1387  - zh_HK, courtesy of Chao-Hsiung Liao
1388  - zh_TW, courtesy of Chao-Hsiung Liao
1389
1390 All contributors to this release:
1391  Jens Georg <mail@jensge.org>
1392  Murray Cumming <murrayc@murrayc.com>
1393  Yaron Shahrabani <sh.yaron@gmail.com>
1394  Daniel Mustieles <daniel.mustieles@gmail.com>
1395  Nilamdyuti Goswami <nilamdyuti@gmail.com>
1396  Matej Urbančič <mateju@svn.gnome.org>
1397  Luis de Bethencourt <luis@debethencourt.com>
1398  Kjartan Maraas <kmaraas@gnome.org>
1399  Fran Diéguez <fran.dieguez@mabishu.com>
1400  Tom Tryfonidis <tomtryf@gmail.com>
1401  Sasi Bhushan Boddepalli <sasi@swecha.net>
1402  Murray Cumming <murrayc@openismus.com>
1403  Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
1404  Aurimas Černius <aurisc4@gmail.com>
1405  Alexander Shopov <ash@kambanaria.org>
1406
1407 0.15.0
1408 ======
1409
1410 A new unstable cycle for GNOME 3.6!
1411
1412 Changes compared to 0.14.0:
1413
1414 - Port to Vala 0.16 vapis.
1415 - Use new GMutex/GCond api.
1416 - Use GLib 2.30 Unix signal handling code.
1417 - Parse "Range:" HTTP headers using libsoup functions.
1418 - Fix SinkProtocolInfo generation in SinkConnectionManager.
1419 - Fix URI escaping in AVTransport ChangeLog generation.
1420 - Use the correct XML namespace for upnp:author and upnp:album in
1421   GetSortCapabilities.
1422 - Use GStreamer presets to set the encoding bitrates in our transcoders.
1423 - Lower the MP3 and MPEG2 bitrates a bit.
1424 - Remove the current AAC transcoder and add a working one.
1425 - Fix state machine transitions in AVTransport.
1426 - Set correct number of tracks and reset when URI is empty.
1427 - Implement GetMediaInfo_Ext.
1428 - Check InstanceID in AVTransport and RenderingControl.
1429 - Use "FactoryDefault" as default RenderingControl preset.
1430 - Update service description files to include the proper allowed values.
1431 - Verify if the URI passed in SetAVTransportURI is accessible and the media
1432   matches any of the advertised mime types.
1433 - Fix initial LastChange event to include all state variables.
1434 - Fix RecordMedium state variable to return "NOT_IMPLEMENTED".
1435 - Fix serveral error codes in AVTransport.
1436 - Add some checks for "Mute" and "Volume" in RenderingControl.
1437 - Push meta-data, mime type and contentFeatures.dlna.org to the MediaPlayer
1438   instance.
1439 - Select streamingMode.dlna.org header based on DLNA flags.
1440
1441 IOP:
1442  - Force version downgrade for devices using the Mediabolic UPnP stack.
1443
1444 Playbin:
1445  - Fix duration notification
1446  - Avoid Warning from GStreamer when an empty URI is set.
1447  - Use "NO_MEDIA_PRESENT" as initial state instead of "STOPPED".
1448
1449 GstLaunch:
1450  - Add an option to set the DLNA profile of a stream if applicable
1451
1452 Ui:
1453  - Fix initial set-up.
1454  - Fix removing autostart file when Rygel is not running.
1455
1456 Changes in dependencies:
1457  - Vala >= 0.16 for newer vapis
1458  - glib >= 2.32 for Unix signal handlers and new GMutex/GCond APIs
1459
1460 Bugs fixed in this release:
1461  https://bugzilla.gnome.org/show_bug.cgi?id=675234
1462  https://bugzilla.gnome.org/show_bug.cgi?id=674071
1463  https://bugzilla.gnome.org/show_bug.cgi?id=674733
1464
1465 All contributors to this release:
1466  Jens Georg <mail@jensge.org>
1467  Yaron Shahrabani <sh.yaron@gmail.com>
1468  Sasi Bhushan <sasi@swecha.net>
1469  Jonh Wendell <jwendell@gnome.org>
1470  Yuri Myasoedov <omerta13@yandex.ru>
1471  Matej Urbančič <mateju@svn.gnome.org>
1472  Marek Černocký <marek@manet.cz>
1473  Luca Ferretti <lferrett@gnome.org>
1474  Kentaro KAZUHAMA <kazken3@gmail.com>
1475  Joe Hansen <joedalton2@yahoo.dk>
1476  Gil Forcada <gforcada@gnome.org>
1477  Gabor Kelemen <kelemeng@gnome.hu>
1478  Fran Diéguez <fran.dieguez@mabishu.com>
1479  Daniel Nylander <po@danielnylander.se>
1480  Christian Kirbach <Christian.Kirbach@googlemail.com>
1481  Bruno Brouard <annoa.b@gmail.com>
1482  Alexander Shopov <ash@kambanaria.org>
1483
1484 Added/updated translations
1485  - bg, courtesy of Alexander Shopov
1486  - ca, courtesy of Joan Duran
1487  - cs, courtesy of Marek Černocký
1488  - da, courtesy of Joe Hansen
1489  - de, courtesy of Christian Kirbach
1490  - fr, courtesy of Pierre Henry
1491  - gl, courtesy of Fran Dieguez
1492  - he, courtesy of Yaron Shahrabani
1493  - hu, courtesy of Gabor Kelemen
1494  - it, courtesy of Luca Ferretti
1495  - ja, courtesy of Kentaro KAZUHAMA
1496  - pt_BR, courtesy of Jonh Wendell
1497  - ru, courtesy of Yuri Myasoedov
1498  - sl, courtesy of Matej Urbančič
1499  - sv, courtesy of Daniel Nylander
1500
1501 0.13.4
1502 ======
1503
1504 A new release in the current unstable release cycle
1505
1506 Changes compared to 0.13.3:
1507
1508 - Add the new logo.
1509 - Don't abort if a client requests an invalid thumbnail or subtitle.
1510 - Don't crash if a GStreamer element is missing.
1511 - Set X_DLNACAP according to the allow-upload/allow-deletion configuration.
1512 - Drop the "maximum version" requirements in configure.ac.
1513 - Revert the ¨npt=0- is not a seek" patch since it broke DLNA requirement
1514   7.3.33.4.
1515 - Don't crash if a User-Agent contains non-UTF-8 characters.
1516
1517 Mediathek:
1518  - Reduce severity of a warning message.
1519
1520 Playbin:
1521  - Emit duration change once the playbin can know it.
1522
1523 Tracker:
1524  - Refactor alternative properties.
1525
1526 MPRIS:
1527  - Don't abort if a server doesn't use the proper type for the "Metadata"
1528    property.
1529
1530 MediaExport:
1531  - Set proper UPnP class for virtual containers.
1532
1533 Bugs fixed in this release:
1534  - https://bugzilla.gnome.org/show_bug.cgi?id=672048
1535  - https://bugzilla.gnome.org/show_bug.cgi?id=667781
1536
1537 Added/updated translations
1538  - lv, courtesy of Rūdolfs Mazurs
1539  - pl, courtesy of Piotr Drąg
1540
1541 All contributors to this release:
1542  Jens Georg <mail@jensge.org>
1543  Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
1544  Piotr Drąg <piotrdrag@gmail.com>
1545  Lukasz Pawlik <lukasz.pawlik@comarch.com>
1546
1547 0.13.3
1548 ======
1549
1550 A new release in the current unstable release cycle
1551
1552 Changes compared to 0.13.2:
1553
1554 - Fix a regression introduced in 0.13.2 that caused the XBox 360 to show empty
1555   Album, Artist and Genre folders with the Tracker plugin.
1556 - Fix the time-out used on item creation.
1557 - Only ask tumbler to create thumbnails if it's not a remote resource.
1558
1559 Added/updated translations
1560  - sl, courtesy of Matej Urbančič
1561  - sr, courtesy of Мирослав Николић
1562  - sr@latin, courtesy of Miroslav Nikolić
1563
1564 All contributors to this release
1565  Jens Georg <mail@jensge.org>
1566  Мирослав Николић <miroslavnikolic@rocketmail.com>
1567  Matej Urbančič <mateju@svn.gnome.org>
1568
1569 0.13.2
1570 ======
1571
1572 A new release in the current unstable release cycle
1573
1574 Changes compared to 0.13.1:
1575
1576 - Work around a reference issue when using vala-0.16.
1577 - Really add the hack for WMP 12.
1578 - Fix XBox 360 showing the same songs multiple times in the "Songs" listing
1579   when not using MediaExport back-end.
1580 - Drop obsolete gconf dependency.
1581 - Don't crash when loading the same module twice accidently.
1582 - Add tests for ItemCreator class.
1583 - Refactor, document and clean-up ItemCreator class.
1584 - Use supplied <dc:date> in CreateObject call.
1585
1586 Tracker:
1587  - Revert the change that lets the fs-miner chose the RDF type. This broke
1588    uploading very badly.
1589  - Use the item's date when creating a new item.
1590
1591 Bugs fixed:
1592  https://bugzilla.gnome.org/show_bug.cgi?id=664184
1593  https://bugzilla.gnome.org/show_bug.cgi?id=669858
1594  https://bugzilla.gnome.org/show_bug.cgi?id=660477
1595
1596 Added/updated translations
1597  - cs, courtesy of Marek Černocký
1598  - es, courtesy of Daniel Mustieles
1599
1600 All contributors to this release:
1601  Jens Georg <mail@jensge.org>
1602  Marek Černocký <marek@manet.cz>
1603  Daniel Mustieles <daniel.mustieles@gmail.com>
1604
1605 0.13.1
1606 ======
1607
1608 A new release in the current unstable release cycle
1609
1610 Changes compared to 0.13.0:
1611
1612 - Fix MPEG2 transcoding to not fail due to a typo in the container caps.
1613 - Output debug information about the used transcoding profile.
1614 - Fix AVC transcoding: Framerate and resource resolution.
1615 - Some documentation updates.
1616 - Simplify the RTP depayloader guessing code by using GStreamer functionality.
1617 - Stop leaking HTTPRequests due to a ref cycle.
1618 - Some stability errors and conformance changes.
1619 - Add coverage reports for unittests.
1620 - Increase the coverage of some classes.
1621 - Fix basic search implementation for offset > 0 and limit == 0.
1622 - Add an environment variable to set the time-out for plug-in loading to help
1623   when running in valgrind.
1624
1625 IOP:
1626  - More refactoring: Version downgrade is not longer bound to the XBox 360
1627    hacks and configurable. That makes the ugly trailing colon disappear for
1628    devices that are not a XBox 360 but still need the downgrade.
1629  - Add hacks for XBMC which has problems to play AAC/M4A files shared with the
1630    "correct" DLNA mime-type.
1631  - Fix Slideshow option in XBox 360 when called from top-level image browser.
1632  - If a time-seek requests everything, just ignore that it's a seek.
1633  - Add a file extension to all served URIs to help those devices that need
1634    them.
1635  - Fix an issue where Windows Media Player 12 only showed the first 200 items.
1636
1637 UI:
1638  - Minor clean-up and polishing.
1639  - Tooltips.
1640
1641 Tracker:
1642  - Get rid of work-around for gnome-bug 623685
1643
1644 MediaExport:
1645  - Fix a regression in the file monitor that caused moved files to be missed.
1646  - Update the documentation to clarify how to enter URIs in the configuration
1647    file.
1648  - Fix an endless loop when adding media to an empty but watched directory.
1649  - Delay the creation of the virtual folder hierarchy until the initial walk
1650    is done.
1651
1652 Mediathek:
1653  - Update the documentation on how to configure it and distribute those.
1654
1655 MPRIS:
1656  - Add possibility to disable the whole module.
1657
1658 External:
1659  - Don't crash if the D-Bus server doesn't behave as specified when sending
1660    updates.
1661  - Transcoding/Proxying if the uri contained the @ADDRESS@ template
1662  - Fix icons; it was still using the MediaItem1 interface.
1663  - Update child count properly if container changes.
1664  - Add possibility to disable the whole module.
1665
1666 Changes in dependencies:
1667  - Require Vala 0.14.1 for GStreamer VAPI fixes.
1668
1669 Bugs fixed:
1670  https://bugzilla.gnome.org/show_bug.cgi?id=659432
1671  https://bugzilla.redhat.com/show_bug.cgi?id=759206
1672  https://bugzilla.gnome.org/show_bug.cgi?id=666363
1673  https://bugzilla.gnome.org/show_bug.cgi?id=644538
1674  https://bugzilla.gnome.org/show_bug.cgi?id=668335
1675  https://bugzilla.gnome.org/show_bug.cgi?id=663826
1676  https://bugzilla.gnome.org/show_bug.cgi?id=653120
1677  https://bugzilla.gnome.org/show_bug.cgi?id=663631
1678  https://bugzilla.gnome.org/show_bug.cgi?id=669677
1679  https://bugzilla.gnome.org/show_bug.cgi?id=669680
1680
1681 Updated/Added translations:
1682  - es, courtesy of Daniel Mustieles
1683  - fr, courtesy of Alexandre Franke
1684  - ja, courtesy of Jiro Matsuzawa
1685  - pl, courtesy of Piotr Drąg
1686
1687 All contributors to this release:
1688  Jens Georg <mail@jensge.org>
1689  Marcin Kazmierczak <marcin.kazmierczak@comarch.com>
1690  Krzesimir Nowak <qdlacz@gmail.com>
1691  Piotr Drąg <piotrdrag@gmail.com>
1692  Lukasz Pawlik <lucas.pawlik@gmail.com>
1693  Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
1694  David King <amigadave@amigadave.com>
1695  Daniel Mustieles <daniel.mustieles@gmail.com>
1696  Alexandre Franke <alexandre.franke@gmail.com>
1697
1698
1699 0.13.0
1700 ======
1701
1702 The beginning of a new unstable release cycle.
1703
1704 Many of the commits in this release already have been released in one of
1705 our stable 0.12.x versions. A list of all changes that already were released
1706 is available in the stable branch's NEWS file:
1707
1708 http://git.gnome.org/browse/rygel/tree/NEWS?h=RYGEL_0_12_5
1709
1710 Changes compared to 0.12.5:
1711
1712 - Use context-less API from gupnp-0.18.
1713 - Switch to .xz tarballs as default.
1714 - Get rid of a nested MainLoop in HTTP POST handling that caused a lot of
1715   trouble with vala's async support.
1716 - Refactor ClientHacks into a generic part and XBox support.
1717 - Add a hack for Panasonic TVs that can only handle PNG thumbnails if you
1718   tell them they're JPEG.
1719 - Always build and run tests when using autogen.sh.
1720 - Write uploaded data to a temporary hidden file first and move to real file
1721   later, helping file monitors to only create a single event.
1722 - Add a 128x128 version of the icon.
1723 - Move the 48x48 JPEG icon and 120x120 icons necessary for DLNA out of the
1724   icon theme.
1725 - Drop XML comments from the content description files which might cause
1726   issues in IOP.
1727 - Stabilize the error handling in HTTP POST.
1728 - Clean-up GTK+ checks in configure.ac.
1729 - Only pass -g to valac when --enable-debug was passed.
1730 - More robust transcoding on faulty input.
1731 - Clean-up and refactor audio- and video-transcoders.
1732 - Clean-up RTP depayloader guessing.
1733 - Fix deadlock on Ctrl-C.
1734 - Fix a crash on filesystem error while uploading.
1735
1736 - MediaExport:
1737   - Refactor and clean QueryContainer.
1738   - Use proper UPnP classes like object.container.album.musicAlbum for virtual
1739     folders.
1740   - Support audio-less videos.
1741
1742 - Mediathek:
1743   - Set proper DLNA profile on the WMV streams.
1744
1745 - Playbin:
1746   - Add support for image/jpeg and image/png.
1747
1748 - Tracker:
1749   - Fix querybuilder for graphed statements.
1750   - Let tracker-fs-miner override properties and chose the proper RDF type
1751     for an uploaded file.
1752   - Cache ContainerUpdateIDs for metadata-based containers.
1753
1754 - Bugs fixed in this release:
1755   gnome:660107 - Mediathek HTTP proxy URL doesn't have a DLNA profile for WMV
1756   gnome:661336 - No thumbnails for Panasonic
1757   gnome:637226 - rygel installs 120x120 icons, instead of 128x128
1758
1759 - All contributors to this release:
1760   - Jens Georg <mail@jensge.org>
1761   - Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1762   - Grzegorz Grabowski <grzegorz.grabowski@comarch.com>
1763   - Mario Blättermann <mariobl@gnome.org>
1764   - Marek Černocký <marek@manet.cz>
1765   - Matej Urbančič <mateju@svn.gnome.org>
1766   - Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
1767   - Jorge González <jorgegonz@svn.gnome.org>
1768
1769 - Added/updated translations:
1770   - de, courtesy of Mario Blättermann
1771   - sl, courtesy of Matej Urbančič
1772   - cz, courtesy of Marek Černocký
1773   - eo, courtesy of Kristjan SCHMIDT
1774   - es, courtesy of Jorge González
1775
1776
1777 0.11.3
1778 ======
1779
1780 Another release in the unstable release cycle.
1781
1782 Changes since 0.11.2:
1783
1784 - Dependency-related changes:
1785   - Bump GStreamer version to 0.10.35 for important encodebin fixes.
1786   - Bump Vala version to version 0.14.
1787   - Bump libsoup maximum version.
1788
1789 - Fixed an abort if the client requested chunks of data being too small.
1790 - Fix memory leaking related to file upload.
1791 - Work-around a crash when the service description file is invalid.
1792 - Make rygel a single-instance app. If a new instance is started, the old
1793   instance will be shut down. This is likely to be reveresed in a future
1794   release.
1795 - Fix an UPnP compatibility regression.
1796 - Fix resolution and framerate for MPEG_TS_HD_NA_ISO transcoder.
1797 - Adapt to changes in upcoming vala-0.14
1798 - Allow UPnP class generalization on upload to DLNA_ORG.AnyContainer.
1799 - Add transcoders for AAC_ISO_320 and AVC_MP4_BL_CIF15_AAC_520. Note that both
1800   are disabled by default since GStreamer has some issues with these
1801   pipelines.
1802
1803 - IOP:
1804   - Fix IOP with XBox 360's music browsing.
1805   - Fix IOP with Samsung Galaxy S.
1806   - Fix IOP with Allegro clients.
1807
1808 - Tracker:
1809   - Properly escape meta-data strings.
1810   - Update search containers if tracker content changes.
1811   - Fix wrong search result when "exists true" was searched for artist, album
1812     and genre.
1813   - Implement @refID.
1814   - Add an option to share only those files that have a nmm:dlnaProfile set.
1815
1816 - MediaExport:
1817   - Refactor database access code.
1818
1819 All contributors to this release:
1820   - Jens Georg <mail@jensge.org>
1821   - Luis de Bethencourt <luis.debethencourt@collabora.com>
1822   - Daniel Mustieles <daniel.mustieles@gmail.com>
1823   - Мирослав Николић <miroslavnikolic@rocketmail.com>
1824   - Yuri Myasoedov <omerta13@yandex.ru>
1825   - Thijs Vermeir <thijsvermeir@gmail.com>
1826   - Mario Blättermann <mariobl@gnome.org>
1827   - Marek Černocký <marek@manet.cz>
1828   - Kjartan Maraas <kmaraas@gnome.org>
1829   - Andrej Žnidaršič <andrej.znidarsic@gmail.com>
1830
1831 Added/updated translations
1832   - cs, courtesy of Marek Černocký
1833   - de, courtesy of Mario Blättermann
1834   - es, courtesy of Daniel Mustieles
1835   - nb, courtesy of Kjartan Maraas
1836   - ru, courtesy of Yuri Myasoedov
1837   - sl, courtesy of Andrej Žnidaršič
1838   - sr, courtesy of Мирослав Николић
1839   - sr@latin, courtesy of Miroslav Nikolić
1840
1841 - UPnP requirements addressed:
1842   - UPnP CTT 2.0 cases AV-CD:1-4.1
1843
1844 - DLNA requirements addressed:
1845   - 7.3.66.3
1846   - 7.3.120.4
1847   - 7.3.136.1
1848   - 7.3.136.4
1849
1850 - Bugs fixed:
1851   bgo#629582 - MediaServer doesn't work with Samsung Galaxy S
1852   bgo#654833 - compiler warning in media-export plugin
1853
1854 0.11.2
1855 ======
1856
1857 Another release in the unstable release cycle.
1858
1859 Changes since 0.11.1:
1860
1861 - Fix regression introduced in 0.11.1 which made tracker plugin fail to
1862   start.
1863 - Add commandline options -c, --config to override the user
1864   configuration file.
1865 - Add a config file options to override the upload directories.
1866 - Use proper UPnP service description syntax.
1867 - Tracker:
1868   - Clean-up left-over place-holder items on plugin start-up.
1869
1870 All contributors to this release:
1871   - Jens Georg <mail@jensge.org>
1872   - Topi Santakivi <topi.santakivi@digia.com>
1873   - Matej Urbančič <mateju@svn.gnome.org>
1874   - Marek Černocký <marek@manet.cz>
1875   - Jorge González <jorgegonz@svn.gnome.org>
1876
1877 Added/updated translations
1878   - cs, courtesy of Marek Černocký
1879   - es, courtesy of Jorge González
1880   - sl, courtesy of Matej Urbančič
1881
1882 - UPnP requirements addressed:
1883   - UPnP CTT 1.5 cases 1.x.y.z.
1884
1885 - DLNA requirements addressed:
1886   - 7.3.139.1
1887   - Improved robustness for the CreateObject tests.
1888
1889 0.11.1
1890 ======
1891
1892 Another release in the unstable release cycle.
1893
1894 This is mostly a comatibility release to be able to build against latest
1895 unstable releases of GSSDP & GUPnP.
1896
1897 Changes since 0.11.0:
1898
1899 - Fix warnings and critical messages when Rygel is run without a DBus session
1900   bus available.
1901 - Modify XBox support to not disturb UPnP conformance.
1902 - Bump required minimum versions of GSSDP, GUPnP, GUPnP-AV and GUPnP-Vala.
1903 - Implement upnp:searchClass.
1904 - Several improvements to SOAP action parameter validation.
1905 - MediaExport:
1906   - Add APE to the supported media formats.
1907
1908 All contributors to this release:
1909   - Jens Georg <mail@jensge.org>
1910   - Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1911   - Topi Santakivi <topi.santakivi@digia.com>
1912   - Andrej Žnidaršič <andrej.znidarsic@gmail.com>
1913   - Mario Blättermann <mariobl@gnome.org>
1914
1915 Dependency-related changes:
1916 - Bump GSSDP requirement to 0.11.0
1917 - Bump GUPnP requirement to 0.17.0
1918 - Bump GUPnP-AV requirement to 0.9.0
1919 - Bump GUPnP-Vala requirement to 0.9.0
1920
1921 - UPnP requirements addressed:
1922   - UDA-1.1.1
1923   - UDA-1.1.2
1924   - UDA-1.1.3
1925   - UDA-1.1.4
1926   - UDA-3.1.3
1927   - UDA-4.2.2
1928   - AV-CD:1-6.1
1929 - DLNA requirements addressed:
1930   - 7.3.67.4
1931   - 7.3.134.1
1932
1933 Updated translations:
1934   - de, courtesy of Mario Blättermann.
1935   - sl, courtesy of Andrej Žnidaršič.
1936
1937 0.11.0
1938 ======
1939
1940 This release marks the beginning of a new unstable release-cycle which will
1941 eventually be integrated into GNOME 3.2. Changes since 0.10.2:
1942
1943 - Serve video thumbnails to XBox 360
1944 - Change ImportResource not to use GVFS
1945 - Validate passed sort criteria string
1946 - More validation and robustness of input arguments for actions
1947 - Complete supported formats for TimeSeekRange parsing
1948 - Ignore unknown commandline options and print help string when
1949   encountering those
1950 - Make sure an uploaded file is closed after HTTP POST
1951 - Several fixes related to seeking
1952 - Add restrictions to correct transfer modes
1953 - MediaExport:
1954   - Wait for filesystem events to settle before harvesting new files
1955   - General code clean-up, especially in the file monitor
1956   - Add option to disable file monitoring
1957   - Add more exotic media to be harvested:
1958     - .mpc/.mpc: MusePack
1959     - .wv: WavPack
1960     - .aac: Stand-alone AAC (raw/ADTS)
1961     - .mp2: MPEG 1, Audio Profile 2
1962     - .webm: WebM video files
1963     - .mka: Audio in a Matroska file
1964   - Ignore unknown file from discoverer
1965 - Tracker:
1966   - Print the used upload directories
1967   - Use D-Bus filtering for GraphUpdated, be waken much less by tracker
1968   - Support adding of existing but non-indexed files as well as general
1969     objects with all kinds of URIs through the CreateObject call
1970   - Generally rework the handling of place holder items which are uploaded
1971     later by the Content-Directory
1972   - Set item size in the tracker-miner graph
1973
1974 All contributors to this release:
1975   - Jens Georg <mail@jensge.org>
1976   - Topi Santakivi <topi.santakivi@digia.com>
1977   - Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
1978   - Muhammet Kara <muhammet.k@gmail.com>
1979   - Marek Černocký <marek@manet.cz>
1980   - Luis de Bethencourt <luis.debethencourt@collabora.co.uk>
1981   - Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
1982   - Lê Trường An <xinemdungkhoc1@gmail.com>
1983   - Jorge González <jorgegonz@svn.gnome.org>
1984   - Gabriel F. Vilar <cogumm@gmail.com>
1985   - Daniel Mustieles <daniel.mustieles@gmail.com>
1986   - Andrej Žnidaršič <andrej.znidarsic@gmail.com>
1987
1988 - Many other non-functional and/or minor improvements and fixes.
1989
1990 Dependency-related changes:
1991
1992 - Bump libsoup requirements
1993
1994 Bugs fixed in this release:
1995
1996 bgo#651965 - Rygel Uses 100% CPU while working on an incomplete MKV file
1997
1998 - UPnP requirements satisfied:
1999   - AV-CD:1-4.2
2000   - AV-CD:1-4.3
2001   - AV-CD:1-9.1
2002   - AV-CD:1-11.1
2003   - AV-CD:1-12.1
2004   - AV-CM:1-5.1
2005 - DLNA requirements satisfied:
2006   - 7.3.128.7
2007   - 7.4.31.2
2008   - 7.4.38.6
2009   - 7.4.40.3
2010   - 7.4.40.8
2011   - 7.4.49.4
2012 Added/updated translations:
2013   - cs, courtesy of Marek Černocký
2014   - es, courtesy of Daniel Mustieles
2015   - pt_BR, courtesy of Gabriel F. Vilar
2016   - sl, courtesy of Andrej Žnidaršič
2017   - tr, courtesy of Muhammet Kara
2018   - vi, courtesy of Lê Trường An
2019
2020 0.10.2
2021 ======
2022
2023 A new release in the stable 0.10.x series for GNOME 3.0. Changes since 0.10.1:
2024
2025 - Fix sorting on dates without time
2026 - Fix MediaExport plugin skipping m4a files
2027 - Fix serving of album art
2028 - Fix an assertion when harvesting files still being downloaded
2029 - Don't entity-quote UTF-8 characters
2030 - Fix a hidden potential crasher with vala async functions
2031
2032 Bugs fixed in this release:
2033
2034 648486 - Rygel doesn't show up in Samsung PS50C77 TV
2035
2036 All contributors to this release:
2037
2038 Jens Georg <mail@jensge.org>
2039
2040 0.10.1
2041 ======
2042
2043 A new release in the stable 0.10.x series for GNOME 3.0. Changes since 0.10.0:
2044
2045 - Fix severe performance regression introduced in 0.9.9
2046 - Fix a crash on corrupt files
2047 - Generate ChangeLog from git on make dist
2048
2049 All contributors to this release:
2050
2051 Jens Georg <mail@jensge.org>
2052
2053 0.10.0
2054 ======
2055
2056 The first release in the new stable 0.10.x series for GNOME 3.0. Changes since
2057 0.9.9:
2058
2059 - More user-friendly short description. Downstream integrators might want to
2060   update their packages (check README).
2061 - Simplified transcoding by use of new 'encodebin' GStreamer element. This also
2062   implies fixing of MPEG TS transcoder to work with recent GStreamer (plugins).
2063 - Much more consistent and simpler HTTP stream handling by increased reliability
2064   on GStreamer.
2065 - Many fixes and improvements to HTTP streams.
2066 - More robust tests for HTTP streams.
2067 - Fix .po files being all uppercase.
2068 - Don't crash if log_domain is unset.
2069 - Apply Xbox hacks on Philips DLNA TV.
2070 - Time seek header must be locale-independent.
2071 - Correct supported SeekMode values.
2072 - Support 'background' mode for all streams.
2073 - More complete DOAP file.
2074 - Don't offer audio transcoding for videos.
2075 - Expose 'dc:date' for items when available.
2076 - Add some more check.
2077 - Add support for 'refID' attribute. Although currently no plugin uses this, we
2078   are already adding this basic support to satisfy DLNA.
2079 - Throw error if 'dlnaManaged' attribute or wrong DLNA profile is provided in an
2080   item creation request.
2081 - Throw error with correct code on creation of item of wrong class.
2082 - Prevent a crash in 'ImportResource' action handling.
2083 - Report slightly more accurate time seek range.
2084 - Don't error out on attempt to delete an inexistent file.
2085 - MediaExport:
2086   - Avoid crawling $HOME by default.
2087   - Query user folders only once.
2088   - Remove huge cache directive.
2089   - Implement search by duration.
2090   - Properly cancel the file monitor.
2091   - Fix crash on file removal.
2092 - Tracker:
2093   - Mark newly added items as available.
2094   - Set 'nie:contentCreated' on created items.
2095   - Take mime-type from gupnp-dlna to work-around bug#647575.
2096   - Properly escape regular expression in title containers.
2097   - Create a unique URI for new items.
2098   - Mark resources we created as ours.
2099 - More DLNA requirements satisfied:
2100   - 7.3.25.1
2101   - 7.3.50.1
2102   - 7.3.67.1
2103   - 7.3.133.6
2104   - 7.3.134.3
2105 - Localization:
2106   - Add more translations:
2107     - Bengali India translation
2108     - Indonesian translation
2109     - Latvian translation
2110   - Translation updates:
2111     - Japanese
2112     - Russian
2113     - French
2114     - Korean
2115     - Slovenian
2116     - Norwegian bokmål
2117     - Swedish
2118     - Bulgarian
2119     - Thai
2120     - Simplified Chinese
2121     - Kannada
2122     - Catalan
2123     - Portuguese
2124     - British English
2125     - Polish
2126     - Czech
2127     - Romanian
2128     - German
2129     - Galician
2130     - Hungarian
2131     - Serbian
2132     - Dutch
2133     - Spanish
2134     - UG
2135 - Many other non-functional and/or minor improvements and fixes.
2136
2137 Dependency-related changes:
2138
2139 - Require gst-plugins-base.
2140 - Require gstreamer-pbutils.
2141
2142 Bugs fixed in this release:
2143
2144 647551 - Improperly escaped regexes in tracker plugin
2145 643854 - Rygel is not shown as media source on a Philips TV
2146 644985 - TimeSeekRange.dlna.org HTTP header is locale dependent
2147 645159 - PS3 doesn't recognize transcoded MP3 content
2148
2149 All contributors to this release:
2150
2151 Jens Georg <mail@jensge.org>
2152 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2153 Luis de Bethencourt <luis@debethencourt.com>
2154 Topi Santakivi <topi.santakivi@digia.com>
2155 Abduxukur Abdurixit <abdurixit@gmail.com>
2156 Akom Chotiphantawanon <knight2000@gmail.com>
2157 Alexander Shopov <ash@kambanaria.org>
2158 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
2159 Aron Xu <aronxu@gnome.org>
2160 Bruce Cowan <bruce@bcowan.me.uk>
2161 Bruno Brouard <annoa.b@gmail.com>
2162 Changwoo Ryu <cwryu@debian.org>
2163 Daniel Mustieles <daniel.mustieles@gmail.com>
2164 Daniel Nylander <po@danielnylander.se>
2165 Dirgita <dirgitadevina@yahoo.co.id>
2166 Duarte Loreto <happyguy_pt@hotmail.com>
2167 Fran Diéguez <fran@openhost.es>
2168 Gabor Kelemen <kelemeng@gnome.hu>
2169 Joan Duran <jodufi@gmail.com>
2170 Kentaro KAZUHAMA <kazken3@gmail.com>
2171 Kjartan Maraas <kmaraas@gnome.org>
2172 Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
2173 Marek Černocký <marek@manet.cz>
2174 Mario Blättermann <mariobl@gnome.org>
2175 Matej Urbančič <mateju@svn.gnome.org>
2176 Piotr Drąg <piotrdrag@gmail.com>
2177 Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
2178 Runa Bhattacharjee <runab@redhat.com>
2179 Shankar Prasad <svenkate@redhat.com>
2180 Wouter Bolsterlee <wbolster@gnome.org>
2181 Yuri Myasoedov <omerta13@yandex.ru>
2182 Мирослав Николић <miroslavnikolic@rocketmail.com>
2183
2184 0.9.9
2185 =====
2186
2187 A new release in the current unstable 0.9.x series for upcoming GNOME 2.91.90
2188 release.
2189
2190 - Define separate log domains for core and each plugin.
2191 - Improved log output control: We now allow you to specify log levels separately
2192   for each log domain.
2193 - HTTP Connection stalling supported for ALL streams.
2194 - Entertain priority in GStreamer-based HTTP streams.
2195 - Rename 'upnp_enabled' in configuration to 'upnp-enabled'.
2196 - Add section about MPRIS plugin to manpage.
2197 - Several fixes/improvements to manpages.
2198 - Fix some environment variables' names.
2199 - Use both user & system configuration. So far, we have been ignoring the system
2200   configuration file when the user configuration file exists. This leads into
2201   problems whenever our configuration keys change. Now we load configuration
2202   from both sources and get the config value from system configuration if user
2203   configuration doesn't offer a value for it.
2204 - Use 'data' directory in source tree as the system config location when
2205   configured to run uninstalled.
2206 - Configure option to enable fatal valac warings. Also make this default when
2207   running autogen.sh.
2208 - Make configure --help less ugly.
2209 - Make use of modern autotools.
2210 - Show VALA flags in configure summary.
2211 - Remove special configure flag to enable maemo configuration as it should just
2212   be the default in maemo-specific branch.
2213 - Clear the ChangeLog file content.
2214 - UI:
2215   - Trim-down the UI to only provide options that end-user needs.
2216   - Use the correct key for 'UPnP enabled' option.
2217   - All widgets must be disabled when sharing is.
2218   - Option to use 'any' network.
2219 - MediaExport:
2220   - Hide empty virtual folders.
2221   - Don't keep empty containers in DB.
2222   - More debug output.
2223 - Tracker:
2224   - Only share available files: As tracker also indices removable media we need
2225     to filter out those files that are currently unavailable.
2226 - Localization:
2227   - Add Kannada translation.
2228   - Update UG translation.
2229   - Update German translation.
2230   - Update UK translation.
2231   - Update Gujarati translations.
2232   - Update Ukranian translation.
2233   - Update Hebrew translation.
2234   - Update Norwegian bokmål translation.
2235   - Update Spanish translation.
2236   - Update Estonian translation.
2237 - Many other non-functional and/or minor improvements and fixes.
2238
2239 Dependency-related changes:
2240
2241 - Require & adapt to Vala 0.11.6
2242 - Explicitly require gssdp >= 0.9.2
2243
2244 Bugs fixed in this release:
2245
2246 641882 - 0.9.8 does not build
2247
2248 All contributors to this release:
2249
2250 Jens Georg <mail@jensge.org>
2251 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2252 Luis de Bethencourt <luis@debethencourt.com>
2253 Abduxukur Abdurixit <abdurixit@gmail.com>
2254 Daniel Korostil <ted.korostiled@gmail.com>
2255 Ivar Smolin <okul@linux.ee>
2256 Jorge González <jorgegonz@svn.gnome.org>
2257 Kjartan Maraas <kmaraas@gnome.org>
2258 Mario Blättermann <mariobl@gnome.org>
2259 Shankar Prasad <svenkate@redhat.com>
2260 Sweta Kothari <swkothar@redhat.com>
2261 Yaron Shahrabani <sh.yaron@gmail.com>
2262
2263 0.9.8
2264 =====
2265
2266 Another micro release that fixes the broken Vala check.
2267
2268 All contributors to this release:
2269
2270 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2271
2272 0.9.7
2273 =====
2274
2275 A new release in the current unstable 0.9.x series for upcoming GNOME 2.91.6
2276 release.
2277
2278 - Ability to bind to specific networks.
2279 - Prevent possible crash on SIGINT.
2280 - Remove encoding information from .desktop file.
2281 - Fix build against Vala 0.11.4.
2282 - Don't initialize/create disabled plugin.
2283 - Explicitly unregister D-Bus service on shutdown.
2284 - Mediathek:
2285   - Don't block the rest of rygel while waiting on network.
2286   - Plug libXml memory leaks.
2287   - Workaround for bgo#639702.
2288   - Make update-interval configurable.
2289   - Add option to choose between H.264 and WMV videos.
2290 - Localization:
2291   - Update Bulgarian translation.
2292   - Update Greek translation.
2293   - Update Traditional Chinese translation (Hong Kong and Taiwan).
2294   - QA of Galician translations.
2295
2296 Dependency-related changes:
2297
2298 - Require gupnp-vala >= 0.7.5
2299
2300 Bugs fixed in this release:
2301
2302 638269 - Mediathek plugin breaks streaming during update
2303 639534 - Remove encoding info from .desktop file
2304 639738 - build failure: rygel-item-creator.vala: error: syntax error, expected
2305          method call
2306
2307 All contributors to this release:
2308
2309 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2310 Jens Georg <mail@jensge.org>
2311 Alexander Shopov <ash@kambanaria.org>
2312 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
2313 Fran Diéguez <fran.dieguez@mabishu.com>
2314 Marios Zindilis <m.zindilis@dmajor.org>
2315 radykal <radykal_dj@hotmail.com>
2316
2317 0.9.6
2318 =====
2319
2320 Another micro release to mainly fix a critical bug in 0.9.5. Other changes:
2321
2322 - Correct meaning for 'upnp_enabled' configuration option. Its now set to 'true'
2323   by default and if you set this to 'false' and run rygel, you can still stream
2324   media (currently only over HTTP) from it.
2325 - Add option to disable UPnP to all configuration sources.
2326 - Environment variables for boolean options now follow general unix conventions.
2327 - Localization:
2328   - New partial translation for Afrikaans (af).
2329
2330 All contributors to this release:
2331
2332 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2333 Friedel Wolff <friedel@translate.org.za>
2334
2335 0.9.5
2336 =====
2337
2338 Changes since 0.9.4:
2339
2340 - Only advertize searchable containers as such.
2341 - Do not execute search in non-searchable containers.
2342 - Only refuse to advertise a transcoder for an item if it's DLNA profile
2343   is the same as that of the item in question.
2344 - Don't wait for new item if its already available under the container.
2345 - Add timeouts to container update waiting code.
2346 - Sort in ascending order by default. I had gotten the idea of ascending and
2347   descending reversed in my head so ended-up sorting by title in wrong order.
2348 - Empty sort criteria in browse/search requests means no sort criteria.
2349 - Use shorter HTTP URLs.
2350 - Add support for search of media containers by their child count.
2351 - Delay addition of child containers to actual (exposed) hierarchy until they
2352   produce some offspring. Very often it happens that we don't have enough
2353   metadata available to populate our hierarchies and we end-up exposing empty
2354   containers. Not only its contrary to user's expectations but apparently DLNA
2355   CTT isn't able to digest them.
2356 - Move magic '@ADDRESS@' substitution from external plugin to core so all
2357   plugins can use it.
2358 - If the root container of a MediaServer plugin is empty, deactivate the plugin
2359   until the situation changes.
2360 - Tracker:
2361   - Add title-based hierarchies: One container for each unique starting
2362     character of all the titles available for the contegory in question.
2363   - Add "New" container: Under each category container, add a child container
2364     that lists all items of that category that were added (to tracker-store)
2365     less than 3 days ago.
2366   - Use property function for sorting. Tracker claims to be more efficient when
2367     using property functions instead of variables.
2368 - MediaExport:
2369   - More reliable fallback extraction.
2370   - Speed-up browse and search handling.
2371 - Localization:
2372   - Add Vietnamese translation.
2373   - Update Slovenian translation.
2374   - Update Norwegian bokmål translation.
2375   - Update Estonian translation.
2376   - Update Hebrew translation.
2377   - Update Spanish translation.
2378   - Update UG translation.
2379   - Update Czech translation.
2380   - Update Swedish translation.
2381   - Update Punjabi Translaiton.
2382   - Update Galician translation.
2383 - Many other non-functional and/or minor improvements and fixes.
2384
2385 Dependency-related changes:
2386
2387 - Require & adapt to gupnp-dlna >= 0.5.
2388 - Require gupnp-vala >= 0.7.2.
2389
2390 All contributors to this release:
2391
2392 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2393 Jens Georg <mail@jensge.org>
2394 Arun Raghavan <arun.raghavan@collabora.co.uk>
2395 Sunil Mohan Adapa <sunil@medhas.org>
2396 A S Alam <aalam@users.sf.net>
2397 Daniel Nylander <po@danielnylander.se>
2398 Gheyret T.Kenji <gheyret@gmail.com>
2399 Ivar Smolin <okul@linux.ee>
2400 Jorge González <jorgegonz@svn.gnome.org>
2401 Kjartan Maraas <kmaraas@gnome.org>
2402 Matej Urbančič <mateju@svn.gnome.org>
2403 Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
2404 Petr Kovar <pknbe@volny.cz>
2405 Yaron Shahrabani <sh.yaron@gmail.com>
2406 Fran Diéguez <fran.dieguez@mabishu.com>
2407 Marek Cernocky
2408
2409 0.9.4
2410 =====
2411
2412 A new release in the current unstable 0.9.x series for upcoming GNOME 2.91.3
2413 release.
2414
2415 - After adding a new item in a container, wair for it to actually appear under
2416   the container in the hierarchy. This is needed to satisfy DLNA CTT testcase
2417   7.3.26.4,5.
2418 - Wait for updated signal from the parent container after pushing content to a
2419   child item before returning an 'OK' to the client. This is needed to satisfy
2420   the bogus check at the end of the DLNA CTT testcase 7.3.136.4.
2421 - If the template device description was modified after cached description was
2422   modified/created, use the template device description. Without this change,
2423   user had to manually remove the cached description documents each time we
2424   modified the templates.
2425 - Only set dlnaManaged flags if any of the contained flag is set. This is
2426   needed to comply with DLNA requirements 7.3.118.2-3.
2427 - Use correct resolution for MPEG_TS_SD_EU_ISO transcoded streams.
2428 - Remove now redundant vala work-arounds.
2429 - MediaExport:
2430   - Fix update signal emission.
2431   - Disable plugin on error during it's initialization.
2432   - Only on-disk container should be marked as writable. That excludes both
2433     special containers like "Filesystem" and virtual/metadata containers.
2434   - Optimize searches by preventing a full-table scan and custom function.
2435 - Tracker:
2436   - Adapt to new update signals API.
2437   - Handle update signals (only) in All* containers. In these containers we can
2438     easily know if the update affect the container or not. This is is not true
2439     for other containers and we end-up launching a lot of redundant Tracker
2440     queries and network traffic.
2441   - Keep a single hierarchy for all network interfaces to reduce resource
2442     consumption.
2443 - Localization:
2444   - Update Simplified Chinese translation.
2445   - Update Thai Translation.
2446   - Update Romanian translation.
2447   - Update UG translation.
2448   - Update Hebrew translation.
2449   - Update Estonian translation.
2450   - Update Galician translations.
2451 - Many other non-functional and/or minor improvements and fixes.
2452
2453 Dependency-related changes:
2454
2455 - Require vala 0.11.2.
2456
2457 Bugs fixed in this release:
2458
2459 635957 - Typo in copyright year in some source files.
2460 635598 - Rygel 0.8.x does not remove deleted files.
2461
2462 All contributors to this release:
2463
2464 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2465 Jens Georg <mail@jensge.org>
2466 Aron Xu <aronxu@gnome.org>
2467 Akom Chotiphantawanon <knight2000@gmail.com>
2468 Gheyret T.Kenji <gheyret@gmail.com>
2469 Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
2470 Daniel Șerbănescu <cyber19rider@gmail.com>
2471 Fran Diéguez <fran.dieguez@mabishu.com>
2472 Ivar Smolin <okul@linux.ee>
2473 Yaron Shahrabani <sh.yaron@gmail.com>
2474
2475 0.9.3
2476 =====
2477
2478 Another micro release to fix the build against gtk+-3.0. Other changes:
2479
2480 - Ability to enable/disable upload of media.
2481 - Ability to enable/disable deletion of media.
2482 - Localization:
2483   - Update Spanish translation.
2484
2485 Dependency-related changes:
2486
2487 - Drop support for gtk+-2.0 and require gtk+-3.0.
2488
2489 All contributors to this release:
2490
2491 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2492
2493 0.9.2
2494 =====
2495
2496 A new release in the current unstable 0.9.x series for upcoming GNOME 2.91.2
2497 release.
2498
2499 - Add support for destruction of media objects.
2500 - Implement DLNA's 'auto-destroy' requirement.
2501 - Set dlnaManaged attribute on DIDL-Lite objects. This along with some other
2502   recent changes, allows us to pass the following DLNA CTT testcases:
2503   - 7.3.118.2,3
2504   - 7.3.121.1
2505   - 7.3.139.1
2506 - Sort Search and Browse results alphabetically (in descending order) by title
2507   when no sorting criteria is specified by the client.
2508 - Use URI when provided in item creation requests.
2509 - There is no need to actually create the file for new items. The file will
2510   automatically be created when/if contents are copied to the new empy item.
2511 - Only allow pushing content to our own items that are place-holder (empty).
2512 - Remove redundant call to Gst.init().
2513 - Unique short commandline argument for disabling WMV transcoding.
2514 - Make use of new gupnp-av APIs.
2515 - Port to vala 0.11.1 and 0.11.2.
2516 - Tracker:
2517   - Tracker keeps the size set by us originally even after the size changes. A
2518     simple work-around is to just not set the size if its an empty file.
2519   - Save title when adding item to store.
2520   - Update container upon item addition.
2521 - MediaExport:
2522   - Export media even if metadata extraction fails for it.
2523   - Improved debug log.
2524 - MPRIS:
2525   - Fix service destination.
2526 - Localization:
2527   - Add Catalan (Valencian) translation.
2528   - Add Thai translation.
2529   - Update British English translation.
2530   - Update Simplified Chinese translation.
2531 - Many other non-functional and/or minor improvements and fixes.
2532
2533 Dependency-related changes:
2534
2535 - Require vala >= 0.11.1.
2536 - Require gupnp-av & gupnp-vala >= 0.7.0.
2537
2538 0.9.1
2539 =====
2540
2541 A new release in the current unstable 0.9.x series for upcoming GNOME 2.91.1
2542 release.
2543
2544 - Don't assume user's config folder to be present everywhere. This assumption is
2545   only true for modern (free)desktops and fails us badly on headless machines.
2546 - Properly require automake 1.11.
2547 - Custom rule to remove .stamp files to enforce rebuild from vala sources.
2548 - Destroy the device list before quiting main loop. For some reason, the SSDP
2549   'BYE' message doesn't get sent out for all devices before rygel exits. This
2550   change makes sending of these packet a lot more (could actually be 100%)
2551   reliable.
2552 - Tracker:
2553   - Make sure we only expose items that are either explicity marked to be shared
2554     over UPnP network or not marked at all.
2555   - Assume UPnP-created items to be shared. We create items on demand from UPnP
2556     clients so its logical to assume that the client would want it to be
2557     available on the UPnP network immediately after their creation.
2558   - Some non-functional changes.
2559   - URI escape metadata titles for IDs to correctly handle titles that have
2560     charachters like ',' and ':' in them.
2561 - Localization:
2562   - Update Slovenian translation.
2563   - Update Korean translation.
2564   - Update Estonian translation.
2565
2566 All contributors to this release:
2567
2568 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2569 Jens Georg <mail@jensge.org>
2570 Changwoo Ryu <cwryu@debian.org>
2571 Ivar Smolin <okul@linux.ee>
2572 Jorge González <jorgegonz@svn.gnome.org>
2573 Matej Urbančič <mateju@svn.gnome.org>
2574
2575 0.9.0
2576 =====
2577
2578 This release marks the start of the new unstable release-cycle. This is also the
2579 release cycle that will be integrated into GNOME 3. Changes since 0.7.8 that
2580 were not present in subsequent stable (0.8.x) releases:
2581
2582 - Port from dbus-glib and GValue usage to GDBus and GVariant.
2583 - Do not offer HTTP GET/HEAD URIs for place-holder (0-sized) items. This is
2584   needed to avoid crashes when a newly created item is fetched before the client
2585   pushes any contents to it.
2586 - Hack XBox search for upnp:class to make it happy.
2587 - Direct XBox's genre search to root container.
2588 - Set item's size on creation.
2589 - Always set VAPIDIR to ${datadir}/vala/vapi.
2590 - Tracker:
2591   - Add 'Genre' hierarchy.
2592   - Provide specific UPnP class for artist and album containers so that they
2593     could be searched by this property. This fixes music browsing on XBox 360.
2594   - Fix item ID creation logic.
2595   - Optimize handling of invalid searches and in turn searches in general.
2596   - Improved handling of search by "upnp:class".
2597   - Unknown size means size of 0.
2598   - Expose more information for music items:
2599     - sample rate
2600     - number of channels
2601     - bits per sample
2602     - bitrate
2603 - MediaExport:
2604   - Proper default values for item metdata. This fixes the misterious "0" Album
2605     and Artist on XBox.
2606   - Handle requests for audio and image item types, not just music and pictures.
2607 - Localization:
2608   - Add Brazilian Portuguese translation.
2609   - Add Catalan translation.
2610   - Add Italian translation.
2611   - Update Traditional Chinese translation (Hong Kong and Taiwan).
2612   - Update simplified Chinese translation.
2613   - Update Estonian translation.
2614   - Update Danish translation.
2615   - Update Bulgarian translation.
2616   - Update Czech translation.
2617   - Update Galician translations.
2618   - Update Hebrew translation.
2619   - Update French translation.
2620   - Update Hungarian translation.
2621   - Update Japanese translation.
2622   - Update Polish translation.
2623   - Update Dutch translation.
2624   - Update Greek translation.
2625   - Update Lithuanian translation
2626 - Some other non-functional and/or minor improvements and fixes.
2627
2628 Dependency-related changes:
2629
2630 - Require gio >= 2.26.
2631
2632 All contributors to this release:
2633
2634 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2635 Jens Georg <mail@jensge.org>
2636 Aron Xu <aronxu@gnome.org>
2637 Bruno Brouard <annoa.b@gmail.com>
2638 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
2639 Djavan Fagundes <djavan@comum.org>
2640 Fran Diéguez <fran.dieguez@mabishu.com>
2641 Gabor Kelemen <kelemeng@gnome.hu>
2642 Gil Forcada <gforcada@gnome.org>
2643 Ivar Smolin <okul@linux.ee>
2644 Joan Duran <jodufi@gmail.com>
2645 Kenneth Nielsen <k.nielsen81@gmail.com>
2646 Marek Černocký <marek@manet.cz>
2647 Mario Blättermann <mariobl@gnome.org>
2648 Mattias Põldaru <mahfiaz gmail com>
2649 Milo Casagrande <milo@ubuntu.com>
2650 Piotr Drąg <piotrdrag@gmail.com>
2651 Rosi Dimova <pocu@bk.ru>
2652 Simos Xenitellis <simos@gnome.org>
2653 Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
2654 Yaron Shahrabani <sh.yaron@gmail.com>
2655 Žygimantas Beručka <zygis@gnome.org>
2656
2657 0.7.8
2658 =====
2659
2660 A new release in the current unstable 0.7.x series for upcoming GNOME 2.31.92
2661 release.
2662
2663 - If the client didn't pass a Range header in the request, don't append
2664   Accept-Ranges and Content-Range headers to response. This fixes picture
2665   browsing on XBox 360 (again).
2666 - Don't put empty nodes in device description.
2667 - Use '\r\n' instead of '\n' in XML files. Some UPnP devices in the market are
2668   apparently unable to handle the unix EOL character so we better provide the
2669   XML files in DOS format.
2670 - MediaExport:
2671   - Fix an assertion failure.
2672 - Localization:
2673   - Remove markup from a translatable string in preferences UI.
2674   - Don't build translatable strings by substitution.
2675   - Prefer the term 'folder' over 'directory' in translated strings.
2676   - Miscellaneous string fixes.
2677   - Don't translate debug messages.
2678   - Add Serbian translation.
2679   - Add Korean translation.
2680   - Add Japanese translation.
2681   - Add Hungarian translation.
2682   - Update Spanish translation.
2683   - Update Galician translation.
2684   - Update British English translation.
2685   - Update Hebrew translation.
2686   - Update Norwegian bokmål translation.
2687   - Update Tamil translation.
2688   - Update Slovenian translation.
2689   - Update Swedish translation.
2690   - Update Punjabi translation.
2691   - Update French translation.
2692   - Update Polish translation.
2693   - Update Greek translation.
2694   - Update Czech translation.
2695   - Update Portuguese translation.
2696   - Update German translation.
2697
2698 Bugs fixed in this release:
2699
2700 626196 - OPPO DBP-80/83
2701 629348 - Do not mark debug messages for translation
2702
2703 All contributors to this release:
2704
2705 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2706 Jens Georg <mail@jensge.org>
2707 Philip Withnall <philip@tecnocode.co.uk>
2708 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
2709 A S Alam <aalam@users.sf.net>
2710 Bruce Cowan <bruce@bcowan.me.uk>
2711 Christian Kirbach <Christian.Kirbach@googlemail.com>
2712 Claude Paroz <claude@2xlibre.net>
2713 Daniel Nylander <po@danielnylander.se>
2714 drtv <vasudeven@git.gnome.org>
2715 Duarte Loreto <happyguy_pt@hotmail.com>
2716 Fran Diéguez <fran.dieguez@mabishu.com>
2717 Gabor Kelemen <kelemeng@gnome.hu>
2718 Homin Lee <ff4500@gmail.com>
2719 Jorge González <jorgegonz@svn.gnome.org>
2720 Kentaro KAZUHAMA <kazken3@gmail.com>
2721 Kjartan Maraas <kmaraas@gnome.org>
2722 Michael Kotsarinis <mk73628@gmail.com>
2723 Petr Kovar <pknbe@volny.cz>
2724 Piotr Drąg <piotrdrag@gmail.com>
2725 Tomasz Dominikowski <dominikowski@gmail.com>
2726 Yaron Shahrabani <sh.yaron@gmail.com>
2727 Милош Поповић <gpopac@gmail.com>
2728 Marek Cernocky
2729 Gabor Kelement
2730
2731 0.7.7
2732 =====
2733
2734 A new release in the current unstable 0.7.x series for upcoming GNOME 2.31.91
2735 release.
2736
2737 - Add manpages for rygel and rygel.conf.
2738 - Add support for search by album and artist.
2739 - Don't advertize support for search by '@refID' as we don't really support
2740   and use it at all.
2741 - Drop support for search by 'res' and 'res@protocolInfo'. Since we didn't
2742   handle proxy and transcoding resources this gave wrong impression to the
2743   clients and was causing rygel to fail DLNA test cases.
2744 - Don't error out on empty search results.
2745 - Error out on HTTP request for invalid transfer mode.
2746 - Fix typo in serialization of "upnp:createClass".
2747 - Case-insensitive string comparisons.
2748 - 'TransferIDs' state variable should list IDs for all transfers we have, even
2749   the ones that are complete.
2750 - Correct sending of error to client when import of resource fails.
2751 - Make sure we don't make invalid comparisons during the search.
2752 - Do not set the 'sp-flag' as we never really are the clock source for the
2753   content, even in case of live/transcoded streams.
2754 - Add MPRIS2 plugin. This plugin turns any media player that implements
2755   MPRIS2[1] D-Bus interface into a UPnP MediaRenderer.
2756 - MediaExport:
2757   - Don't forget containers in children count.
2758   - Fix handling of "exists" operator in search.
2759   - Add m4v, m4a and png to list of file extensions to entertain.
2760   - Apply filter to monitoring of files as well.
2761   - Add support for the "Genre" folder of XBox.
2762   - Fix IOP with Windows Media Player 12.
2763   - Allow user to specify standard XDG media directories using variables.
2764   - Export XDG standard media directories by default but this time through
2765     default user configuration.
2766 - Tracker:
2767   - Correct some checks.
2768   - Escape regex for SPARQL.
2769 - GstLaunch:
2770   - Use '-' instead of '_' in user configrution options.
2771 - Playbin:
2772   - Had forgotten to rename the plugin in the user configuration.
2773   - Remove last remaining "all rights reserved" from copyright headers.
2774 - Localization:
2775   - Add Greek translation.
2776   - Add British English translation.
2777   - Update French translation.
2778   - Update Traditional Chinese translation (Hong Kong and Taiwan).
2779   - Update Czech translation.
2780   - Update Danish translation.
2781 - DLNA test cases fixed in this release:
2782   - 7.3.41.1 (now N.A)
2783   - 7.3.66.2
2784   - 7.3.66.3,4
2785   - 7.4.49.4
2786 - Various other performance, plugin API and non-functional improvements.
2787
2788 Dependency-related changes:
2789   - Lower gtk+-2.0 requirement to 2.20.0.
2790
2791 Bugs fixed in this release:
2792
2793 627243 - String operators during Search() should be case insensitive.
2794 627982 - All Playbins on a network have the same hard coded name.
2795
2796 All contributors to this release:
2797
2798 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2799 Jens Georg <mail@jensge.org>
2800 Philip Withnall <philip@tecnocode.co.uk>
2801 Ask H. Larsen <asklarsen@gmail.com>
2802 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
2803 Claude Paroz <claude@2xlibre.net>
2804 Giannis Katsampirhs <juankatsamprishs@gmail.com>
2805 Kenneth Nielsen <k.nielsen81@gmail.com>
2806 Marek Černocký <marek@manet.cz>
2807 Petr Kovar <pknbe@volny.cz>
2808
2809 [1] http://www.mpris.org/2.0/spec/
2810
2811 0.7.6
2812 =====
2813
2814 Another micro release to fix the critical regression in 'Year' hierarchy of
2815 Tracker plugin.
2816
2817 All contributors to this release:
2818
2819 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2820
2821 0.7.4
2822 =====
2823
2824 A new release in the current unstable 0.7.x series for upcoming GNOME 2.32.0
2825 release.
2826
2827 - Fix wildcard handling in search request.
2828 - Distribute correct copy of scallable icons.
2829 - Provide icons in DLNA standard sizes.
2830 - Provide icons in JPEG format as well.
2831 - Don't offer transcoding from video to audio and viceversa. This makes sense
2832   anyway and reduces network traffic.
2833 - Only offer time seeking if duration is known.
2834 - Report correct DLNA profile for MPEG-TS HD and WMV transcoder.
2835 - List DLNA formats first in the list of supported formats.
2836 - Provide correct values for out parameters of GetCurrentConnectionInfo action.
2837 - Correctly handle HTTP 'POST' requests.
2838 - Correct checks for vala bindings.
2839 - Use new 64-bit size property in GUPnP resource API so that we can deal with
2840   resources bigger than 2GB.
2841 - Fix some (potential) crashes.
2842 - Correctly handle a translated string involving plurals.
2843 - Don't use deprecated libsoup API.
2844 - Correct flaws in code related to search for media object by ID. This combined
2845   with some changes in Tracker plugin (see below) improves the reliability and
2846   especially the performance of Tracker plugin a lot.
2847 - Use the mime-type and DLNA profile when provided in item creation requests.
2848 - Advertize byte-seek support for thumbnails.
2849 - Correct algorithm to decide whether to seek or not.
2850 - Set standard header on XML files.
2851 - Prefix service URLs with a "/". This seems like the right way to do it and it
2852   might actually improve our IOP.
2853 - Make use of new APIs to report all known DLNA profiles in list of supported
2854   formats (MediaServer only).
2855 - Add support for the "Genre" tag in music items.
2856 - External:
2857   - Handle AlbumArt property.
2858   - Fix a few crashes.
2859   - Remove workaround for bug#602003.
2860 Tracker:
2861   - Make sure metadata container get unique IDs.
2862   - Performance improvements to search for media object by ID.
2863   - Make use of DLNA profile when provided.
2864   - Don't use Tracker's logo as icon.
2865   - Ignore duration of '0'.
2866   - Print debug after item creation in store.
2867 MediaExport:
2868   - Disable plugin when Tracker plugin is/becomes available.
2869   - Require sqlite3 VAPI only for this plugin.
2870   - Code clean-up and general speed improvements
2871   - Extract embedded album art
2872   - Remove the ability for user-defined virtual folders, providing a set of
2873     built-in folders similar to that of tracker's.
2874   - Fix some minor regressions introduced by the switch to gupnp-dlna metadata
2875     extraction
2876   - Move configured files and folders into their own "Files & Folders" container
2877     to de-clutter root.
2878 - Localization:
2879   - Add ta translation.
2880   - Update Galician translations.
2881   - Update Hebrew translation.
2882   - Update Spanish translation.
2883   - Update Romanian translation.
2884   - Update Slovenian translation.
2885 - DLNA test cases fixed in this release:
2886   - 7.2.14.2
2887   - 7.2.28.1
2888   - 7.3.25.1
2889   - 7.3.26.3
2890   - 7.3.26.4
2891   - 7.3.29.3
2892   - 7.3.29.4
2893   - 7.3.33.4
2894   - 7.3.33.5
2895
2896 Dependency-related changes:
2897   - Require and adapt to Vala 0.9.5.
2898   - Require gupnp-av >= 0.5.9.
2899   - Require gupnp-dlna >= 0.3.0.
2900   - MediaExport
2901     - Require gstreamer-tag >= 0.10.28.
2902     - Require gstreamer-app >= 0.10.28.
2903
2904 All contributors to this release:
2905
2906 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2907 Jens Georg <mail@jensge.org>
2908 Yaron Shahrabani <sh.yaron@gmail.com>
2909 Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
2910 Kjartan Maraas <kmaraas@gnome.org>
2911 Jorge González <jorgegonz@svn.gnome.org>
2912 Fran Diéguez <fran.dieguez@mabishu.com>
2913 drtv <vasudeven@git.gnome.org>
2914 Claude Paroz <claude@2xlibre.net>
2915 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
2916
2917 0.7.3
2918 =====
2919
2920 A new release in the current unstable 0.7.x series for upcoming GNOME 2.31.6
2921 release.
2922
2923 - Add Album-art support.
2924 - Add support for sorted Browse/Search.
2925 - Don't push data after HTTP response is cancelled.
2926 - Advertise support for search by "createClass".
2927 - Revive accidently removed XBox hacks.
2928 - Fix icon export for uninstalled case.
2929 - Simplify plugin APIs to further abstract plugin developers from UPnP details.
2930 - Add convenient MediaRenderer APIs for plugins. This involved moving most of
2931   the GstRenderer code to core.
2932 - Fix seeking once again.
2933 - Improve error handling in HTTP request handling code.
2934 - Port to new DIDL-Lite contributor APIs.
2935 - Port to Vala 0.9.3 and 0.9.4.
2936 - Clean-up README and specify build and run-time dependencies.
2937 - More debug output.
2938 - MediaExport:
2939   - Make use of gupnp-dlna for faster, more complete and reliable metadata
2940     extraction.
2941   - Print a debug message if extraction fails for a file.
2942   - Add windows formats to positive list of file extensions to include in the
2943     metadata extraction.
2944   - Don't share anyt folder by default.
2945   - Fix url-escaped folder names on PS3.
2946   - Fix issue of empty title of top-level virtual folders on PS3.
2947   - Process 256 children at a time. This improves performance of harvesting of
2948     large folders.
2949 - GstRenderer:
2950   - Rename to Playbin.
2951   - Advertize support for 'video/mp4'
2952   - Advertize support for RTSP
2953   - Handle error from playbin.
2954   - Don't claim support for unsupported UPnP actions and state variables.
2955 - External:
2956   - Fix a crasher bug.
2957 - Localization:
2958   - Add French translation.
2959   - Update Simplified Chinese translations.
2960   - Update German translation.
2961   - Update Galician translation.
2962   - Update Swedish translation.
2963   - Update Slovenian translation.
2964 - Lots of other non-functional and/or minor improvements and fixes.
2965
2966 Dependency-related changes:
2967
2968 - Require Vala >= 0.9.3
2969 - Require gupnp >= 0.13.4
2970 - Require gupnp-av >= 0.5.8
2971 - Require gupnp-dlna >= 0.2.1 (new dependency)
2972 - Require libgee >= 0.5.2
2973 - Use gtk+-2.0 (>= 2.21.5) if available rather than gtk+-3.0
2974
2975 Bugs fixed in this release:
2976
2977 607411 - Need to mention non-compile time deps.
2978 624445 - Samsung can't FF/REW/PAUSE when playing video/avi from Rygel.
2979 625556 - New configure flag to switch GTK+ version.
2980
2981 All contributors to this release:
2982
2983 Aron Xu <aronxu@gnome.org>
2984 Arun Raghavan <arun.raghavan@collabora.co.uk>
2985 Claude Paroz <claude@2xlibre.net>
2986 Eleanor Chen <chenyueg@gmail.com>
2987 Frédéric Péters <fpeters@0d.be>
2988 Javier Jardón <jjardon@gnome.org>
2989 Jens Georg <mail@jensge.org>
2990 Mario Blättermann <mariobl@gnome.org>
2991 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
2992
2993 0.7.2
2994 =====
2995
2996 A new release in the current unstable 0.7.x series for upcoming GNOME 2.31.5
2997 release.
2998
2999 * MediaExport:
3000   * Support DLNA's 'AnyContainer' upload extenstion.
3001   * Only harvest media files. We use a positive list for file extensions to
3002     include in the metadata extraction.
3003   * Implement fallback to the default (slow) search implementation.
3004   * Lower severity for some of the console messages.
3005   * Update code according to latest GStreamer Vala API fixes.
3006 * Tracker:
3007   * Improve Sparql query builder to achieve much better performance and reduced
3008     D-Bus traffic.
3009 * GstRenderer:
3010   * Relicense from GPL to LGPL.
3011   * More descriptive default title.
3012 - Localization:
3013   - Add Simplified Chinese translation.
3014   - Add Traditional Chinese translation (Hong Kong and Taiwan).
3015   - Updated Spanish translation.
3016 - Various non-functional improvements to core and plugins.
3017
3018 All contributors to this release:
3019
3020 Aron Xu <aronxu@gnome.org>
3021 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
3022 Jens Georg <mail@jensge.org>
3023 Jorge González <jorgegonz@svn.gnome.org>
3024 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
3025
3026 0.7.1
3027 =====
3028
3029 A new release in the current unstable 0.7.x series for upcoming GNOME 2.31.4
3030 release.
3031
3032 - Implement DLNA's 'AnyContainer' upload extenstion. This allows clients to
3033   upload items without having to specify target container. Currently it only
3034   works for the Tracker backend.
3035 - Report types of items that could be created/uploaded in a container and allow
3036   clients to search containers by this property.
3037 - Port last bits of C code to Vala. Now Rygel is completely written in Vala.
3038 - Make Rygel build/work against both current stable and unstable Vala releases.
3039 - Offer SD transcoding in EU profile. Seems certain Sony Bravia TVs only
3040   support EU profiles. With this change, they should at least be able to use the
3041   SD transcoding.
3042 - Two more unit tests.
3043 - Provide default configuration for WMV transcoding.
3044 - Correctly handle boolean commandline option for disabling WMV transcoder.
3045 - External:
3046   - Port the external plugin to use the new D-Bus MediaServer specification:
3047     http://live.gnome.org/Rygel/MediaServer2Spec. The new specification is meant
3048     to be very generic and scale well to large media hierarchies.
3049   - Make use of search API when implemented by the external application.
3050   - Various other performance improvements.
3051 - Preferences UI:
3052   - Improve resize behavior.
3053   - Add missing bevel to URI tree view.
3054   - Replace GtkVBox by GtkVButtonBox where appropriate.
3055 - Localization:
3056   - Added Punjabi Translation.
3057   - Updated Norwegian bokmål translation.
3058   - Updated Galician translations.
3059   - Updated Spanish translation.
3060   - Updated Hebrew translation.
3061 - Various non-functional improvements.
3062
3063 Dependency-related changes:
3064
3065 - Require gtk+-3.0 >= 2.90.3.
3066 - Require gupnp-av >= 0.5.7.
3067 - Require gupnp-vala >= 0.6.7.
3068
3069 Bugs fixed in this release:
3070
3071 593628 - mp2ts transcoder not working with certain Bravia TV models.
3072 596214 - URI table is missing bevel.
3073
3074 All contributors to this release:
3075
3076 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
3077 Eric Anderson <ejona86@gmail.com>
3078 A S Alam <aalam@users.sf.net>
3079 Fran Diéguez <fran.dieguez@mabishu.com>
3080 Jorge González <jorgegonz@svn.gnome.org>
3081 Kjartan Maraas <kmaraas@gnome.org>
3082 Yaron Shahrabani <sh.yaron@gmail.com>
3083
3084 0.7.0
3085 =====
3086
3087 This release marks the start of the new unstable release-cycle. This is also the
3088 release cycle that will be integrated into GNOME 2.31 (and 3.0 eventually).
3089 Changes since 0.6.0:
3090
3091 - Exit on failure to load any plugins in 5 seconds.
3092 - Add icon to preferences UI's desktop file.
3093 - Correct error on missing 'Elements' node in 'CreateObject' action from client.
3094 - Advertize upload features in 'X_DLNACAP' in device description.
3095 - Remove comments from description files as per DLNA requirement (7.2.30.1).
3096 - Don't allow comments in DIDL-Lite from client either. This is to satisfy the
3097   DLNA Confirmation Test Tool rather than DLNA itself.
3098 - Don't advertize unimplemented actions.
3099 - autogen.sh should create m4 directory if it doesn't exist already.
3100 - Correct Icon path in preferences UI for uninstalled case.
3101 - Specify on debug log where rygel is currently looking for plugins.
3102 - Localization:
3103   - Don't translate all strings in media-export plugin.
3104   - No need to translate Mediathek plugin.
3105   - Add Hebrew translation.
3106   - Add Swedish translation.
3107   - Add Czech translation.
3108   - More Spanish translations.
3109   - More Slovenian translations.
3110   - More German translations.
3111 - MediaExport:
3112   - Fix search result. Search was returning the the result for the current
3113     limits, not the overall result count. This lead to strange behaviour on
3114     e.g. XBox 360.
3115   - Optimize searches. Noticable speed improvements on XBox music browsing.
3116   - Fix broken SQL query to get object by path.
3117   - Remove redundant custom tag for duration.
3118   - Make harvesting of metadata optional.
3119   - Re-enable simple mode which means we exporting media on the UPnP network
3120     even if no meta-data extractor is available.
3121   - Remove redundant URI table from database.
3122   - Work around a problem in GStreamer element playbin2.
3123   - Explain the term 'harvest' for translators.
3124   - Many non-functional improvements.
3125
3126 All contributors to this release:
3127
3128 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
3129 Jens Georg <mail@jensge.org>
3130 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
3131 Daniel Nylander <po@danielnylander.se>
3132 Fran Diéguez <fran.dieguez@mabishu.com>
3133 Jorge González <jorgegonz@svn.gnome.org>
3134 Mario Blättermann <mariobl@gnome.org>
3135 Petr Kovar <pknbe@volny.cz>
3136 Yaron Shahrabani <sh.yaron@gmail.com>
3137
3138 0.6.0
3139 =====
3140
3141 This release marks the start of the new stable release-cycle. Changes since
3142 0.5.2:
3143
3144 - Localization:
3145   - Fix translation framework.
3146   - Mark all (possibly) user-visible string for translation.
3147   - Use more translator-friendly language.
3148   - Provide comments for translators.
3149   - Correctly case abbreviations.
3150   - Translations:
3151     - German (de) 100%
3152     - Slovenian (sl): 100%
3153     - Spanish (es): 57%
3154 - Fix time-seeking.
3155 - Fix a potential race-condition in aborted HTTP requests.
3156 - Don't stream if request is for subtitles.
3157 - Use bigger (64Ki) buffers when streaming from gstreamer source element.
3158 - Remux only if transcoding is not needed.
3159 - Configuration option for specifying plugin load path.
3160 - Add configuration from Environment.
3161 - Fix port specification through commandline.
3162 - Add and expose Rygel logo.
3163 - Pause streaming pipeline when/if client isn't reading fast enough.
3164 - Add more unit tests.
3165 - Use gnome-autogen.sh.
3166 - Add missing libuuid to build and linker flags for all plugins.
3167 - Plugins are now able to provide a model description.
3168 - MediaExport:
3169   - File size change suggests file change.
3170   - Move media DB and metadata harvesting code from core to module as this is
3171     the only module that is using it.
3172 - External plugin now sets model description.
3173 - Lots of non-functional improvements and fixes.
3174
3175 Dependency-related changes:
3176
3177 - Sqlite now only needed for media-export plugin.
3178
3179 Bugs fixed in this release:
3180
3181 617762 Wrong file size exported to PS3
3182 590649 LiveResponse does not rate limit the GStreamer pipeline
3183 615834 Uses ALL_LINGUAS in configure.ac
3184 616189 Translation issues
3185 617750 Only re-encode audio and video when necessary
3186
3187 All contributors to this release:
3188
3189 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
3190 Jens Georg <mail@jensge.org>
3191 Mario Blättermann <mariobl@gnome.org>
3192 Jorge González <jorgegonz@svn.gnome.org>
3193 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
3194
3195 0.5.2
3196 =====
3197
3198 Another release in the unstable 0.5.x series. Changes since 0.5.0:
3199
3200 - Add support for Xbox 360 and Window Media Player 11.
3201 - Add support for subtitles. Currently only useful for certain Samsung DLNA TVs.
3202 - Add Windows Media Video (WMV) transcoder.
3203 - Add unit tests for a few modules.
3204 - Fix some (potential) crashes.
3205 - Make database operations cancellable.
3206 - Throw error on database creation failure.
3207 - Simpler (hopefully) build rules.
3208 - Fix race-condition in streaming code so we don't terminate the connection
3209   before all the bytes are sent to the client.
3210 - Fix leaking of HTTP messages of live streams on termination.
3211 - Fix 'Content-Length' header values for partial requests.
3212 - Fix parsing of search expression containing characters not within the original
3213   latin1 range.
3214 - Use bigger (64Ki) buffers when streaming media to reduce cpu usage and
3215   therefore improve battery life.
3216 - Include spec version in description document.
3217 - Remove now unneeded work-around for vala bug#568972.
3218 - Advertize photos with their specific class, i-e 'photo' rather than 'image'.
3219 - MediaExport:
3220   - Implement search by URIs.
3221   - Implement search by album.
3222   - Error-out on invalid search expression.
3223   - Add support for virtual containers. This allows creation of metadata-based
3224     hierarchies in the user-config.
3225   - Fix deletion of containers.
3226   - URI-escape meta-data fields.
3227   - Catch previously uncaught exceptions.
3228   - Fix upgrade of database from older schemas.
3229 - Lots of code clean-ups and documentation fixes.
3230
3231 Dependency-related changes:
3232
3233 - Require gupnp >= 0.13.3.
3234 - Require gupnp-av >= 0.5.5.
3235 - Require gupnp-vala >= 0.6.5.
3236 - Require valac >= 0.8.0.
3237
3238 Bugs fixed in this release:
3239
3240 608886 - media export plugin corrupts its database when you change directories
3241 609944 - Files not harvested on update
3242 606305 - Samsung subtitles
3243
3244 All contributors to this release:
3245
3246 Jens Georg <mail@jensge.org>
3247 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
3248 Cyrille Chepelov <cyrille.chepelov@keyconsulting.fr>
3249
3250 0.5.0
3251 =====
3252
3253 The first release in the unstable 0.5.x series. Changes since 0.4.6 that were
3254 not provided by any subsequent 0.4.x releases:
3255
3256 - New URI generation scheme that avoids problematic characters which makes some
3257   crappy renderers choke.
3258 - Allow creation of new media items and tranfering data into existing ones (
3259   upload). This is relavent to, and works for both MediaExport and Tracker.
3260 - Implement GetTransferProgress and StopTransferResource actions.
3261 - Advertise:
3262   - support for connection stalling.
3263   - live response to be sender-paced.
3264 - Rewrite SearchCriteria parser to make it more reliable.
3265 - Tracker:
3266   - Port to the Tracker 0.7 APIs.
3267   - Provide richer & more intuitive media hierarchy.
3268   - Signal container update on changes to subjects.
3269   - Act on config options allowing user to define which categories to share.
3270   - Support for search by URI.
3271   - Descriptive IDs for containers.
3272 - MediaExport
3273   - Implement custom search that translates to an SQLite query and therefore
3274     performs much faster than before.
3275   - Print message on console when harvesting is done.
3276   - Don't modify DB if harvester was cancelled.
3277   - Cancel harvester before starting new one.
3278 - Lots of non-functional improvements and fixes.
3279
3280 All contributors to this release:
3281
3282 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
3283 Jens Georg <mail@jensge.org>
3284
3285 0.4.6
3286 =====
3287
3288 Brief summary of changes since 0.4.4:
3289
3290 - Implement optional UPnP Search action. This is not only a must have feature
3291   for a commercial MediaServer but is also a big first step towards proper
3292   XBox 360 support.
3293 - Simplify Browse action handling.
3294 - Simplify MediaServer plugin implementation.
3295 - Make sure autostart dir exists before attempting to write to it.
3296 - Fix a potential crash that is trigered by MediaContainer reporting incorrect
3297   (higher) number of children.
3298 - External:
3299   - Work around (vala) bug#602003.
3300   - Optimizations and code clean-ups.
3301 - Tracker:
3302   - Provide an efficient Search implementation using Tracker's search API.
3303   - Minor code clean-ups.
3304
3305 Dependency-related changes:
3306
3307 - Require gupnp-av >= 0.5.2.
3308 - Require gupnp-vala >= 0.6.2.
3309 - Require valac >= 0.7.9.
3310
3311 Bugs fixed in this release:
3312
3313 600256 - Segfault when trying to access a stream
3314
3315 All contributors to this release:
3316
3317 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
3318
3319 0.4.4
3320 =====
3321
3322 Brief summary of changes since 0.4.2:
3323
3324 - Provide a gstreamer-based MediaRenderer plugin. This is mostly code stolen (
3325   and heavily adapted) from gupnp-media-renderer except that it doesn't depend
3326   on libowl-av and/or gtk+.
3327 - More ease for MediaServer implementors.
3328 - Better error handling.
3329 - Make sure no message is suppressed until we know what level of console output
3330   user wants.
3331 - Make use of vala's async support to simplify code quite a bit.
3332 - Plugins should load xml files from source tree when built with
3333   '--enable-uninstalled' configure flag.
3334 - Build with no optimizations in debug mode.
3335 - Use closure table to speed up object lookup and deletion.
3336 - Add build option for SQL debugging.
3337 - Workaround a crasher bug (#3774) in sqlite 3.6.12.
3338 - Use vala's static client D-Bus syntax.
3339 - Early ignorance of disabled plugins. This not only speeds-up startup a bit but
3340   also rids us of redundant debug messages.
3341 - MediaExport:
3342   - Nicely handle unavailability of gstreamer's playbin(2) element.
3343   - Fix a potential crasher.
3344 - Tracker:
3345   - Use multidimensional arrays to deal with search results. This combined with
3346     static client D-Bus syntax gives us quite a speed boost.
3347   - Handle item creation error.
3348 - External:
3349   - Allow applications to provide custom thumbnails for items.
3350   - Support pixel-aspect-ratio properties.
3351   - All D-Bus operations are now done asynchronously.
3352   - Make use of plugin icon if provided.
3353   - Move magic string substitution to core so other plugins can benefit from it.
3354 - Lots of other improvements and bug fixes.
3355
3356 Dependency-related changes:
3357
3358 - Require and adapt to libgee >= 0.5.
3359 - Require and adapt to valac >= 0.7.8.
3360
3361 Bugs fixed in this release:
3362
3363 597276 - Rygel crash on startup
3364 587649 - thumbnails not published for external media servers
3365 589959 - External plugin should query media servers on demand
3366 598005 - unable to load media-tracker plugin
3367
3368 All contributors to this release:
3369
3370 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
3371 Jens Georg <mail@jensge.org>
3372 Thijs Vermeir <thijsvermeir@gmail.com>
3373
3374 0.4.2
3375 =====
3376
3377 Brief summary of changes since 0.4.1:
3378
3379 - Ability to specify verbosity of console messages by a number between 0 to 5.
3380 - Be able to survive unavailability of D-Bus session bus. This should make it
3381   easier to setup Rygel on headless NAS machines.
3382 - MediaExport:
3383   - Provide duration and date of media.
3384   - Improved guessing for type (UPnP class) of media.
3385   - Re-harvest metadata when a file/directory is modified.
3386   - Speed-up browsing (twice as before).
3387 - rygel-preferences:
3388   - Fix enabling/disabling of widgets.
3389   - Copy the desktop file from correct location.
3390 - Mediathek and GstLaunch disabled by default in the user configuration.
3391 - Add GstLaunch to maemo configuration (disabled by default though).
3392 - Put dbus-glib-1 to the list of vala API dependencies.
3393 - Fix seek headers.
3394 - Be more verbose at the end of configure.
3395
3396 Bugs fixed in this release:
3397
3398 596500 - Mpeg TS video files are mistaken for audio files
3399 596213 - Wrong state for checkboxes
3400 596327 - Enables some weird plugins by default
3401 596330 - Missing some metadata
3402
3403 All contributors to this release:
3404
3405 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
3406 Jens Georg <mail@jensge.org>
3407
3408 0.4.1
3409 =====
3410
3411 A micro release that fixes some important issues found in the previous release:
3412
3413 - Update the Rygel D-Bus service paths everywhere.
3414 - Ignore two ignorable errors.
3415 - Initialize sensitivity of trancoding checkboxes to the same value as that of
3416   "Transcoding Support" checkbox.
3417 - Fix seeking in transcoded streams. Without this fix, the success of seeking
3418   was based on pure luck.
3419 - Correct headers in some files to reflect the correct license: LGPL.
3420 - No need for DVB configuration anymore.
3421
3422 Bugs fixed in this release:
3423
3424 596211 - Error exiting the prefs
3425 596213 - Wrong state for checkboxes
3426
3427 All contributors to this release:
3428
3429 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
3430 Jens Georg <mail@jensge.org>
3431 René Stadler <mail@renestadler.de>
3432
3433 0.4
3434 ===
3435
3436 Brief summary of changes since 0.3:
3437
3438 - Rygel is no more just a MediaServer but rather a collection of DLNA (UPnP AV)
3439   services (devices in UPnP speak).
3440 - Port to new GUPnP APIs. The biggest advantage of that is that we now have
3441   dynamic network support, i-e Rygel can attach/detach to/from a network
3442   interface as it goes up/down.
3443 - Support for time-based seeking in transcoded streams.
3444 - Random tweaks to transcoding pipelines.
3445 - Provide a DBus service providing two functionalities:
3446    * Ability to tell Rygel to shutdown. Starting of Rygel is automatically
3447      handled by D-Bus since a .service file is provided by Rygel.
3448    * Ability to tell Rygel (MediaExport plugin actually) to (un)export URIs on
3449      the fly.
3450 - Implement enabling/disabling of UPnP in the preferences.
3451 - Configuration through command-line options.
3452 - Use a .ini configuration file rather than gconf.
3453 - Special default configuration for Maemo.
3454 - Don't spam the user's config directory and instead keep the description files
3455   into a separate subdirectory.
3456 - `make clean` doesn't clean the generated C files anymore.
3457 - Remove "all rights reserved" part from all copyright headers.
3458 - Remove integrated DVB plugin as DVBDaemon now implements the external plugin
3459   interface and hence dynamically glues to Rygel, just like PulseAudio.
3460 - New classes to further ease the plugin implementation.
3461 - (Un)pause the SoupMessage at the right time. This was causing a lot of delays
3462   when playing media on Sony PS3.
3463 - Bitrate is supposed to be in bytes/second. Not really but tell that to writers
3464   of UPnP specification.
3465 - Expose transcode formats in the GetProtocolInfo's source argument. This should
3466   make Sony Bravia TVs happy.
3467 - Transcoder URIs are now sorted according to their distance from the original
3468   format.
3469 - Provide "contentFeatures.dlna.org" header in the HTTP responses.
3470 - Provide DLNA transferMode header in the HTTP responses.
3471 - Only advertise internal URIs on local loopback interface.
3472 - Replace 'ip' config by 'interface' so users can bind Rygel to interfaces
3473   rather than IP.
3474 - Allow plugins to provide thumbnails.
3475 - Add thumbnails (if available) for each item if none provided by plugins. This
3476   works both on the desktop and Maemo.
3477 - Suppress all C compiler warnings by default. These warnings are mostly useless
3478   for us since almost all C code is generated.
3479 - Preference dialog is now more like a GNOME preferences dialog.
3480 - Provide .desktop file for preferences dialog.
3481 - Shave the build output.
3482 - GstLaunch: New plugin that exposes gstreamer pipelines described using
3483   familiar gst-launch syntax in the user configuration.
3484 - Tracker plugin:
3485   - Nicer default title.
3486   - Better detection of Tracker availability. Apparently ubuntu folks think that
3487     providing a .service file is wrong.
3488   - Better titles for top-level folders.
3489   - More usable hierarchy: Browsing by artists, albums and tags.
3490 - Folder plugin:
3491   - Rename to MediaExport.
3492   - Nicer default title.
3493   - Use the new Rygel classes to extract, export and save media metadata.
3494   - notify about updates to containers.
3495   - Skip files/folders starting with '.'.
3496   - Avoid crash if unknown file is found.
3497   - Delete gone directories on new start.
3498   - React on deletion of files.
3499   - Add recursive file monitoring.
3500   - Provide simple and easy options to add and remove files and folders from the
3501     preferences UI.
3502 - External plugin:
3503   - actually use 'DLNAProfile' property.
3504   - Don't load the plugin more than once.
3505   - Utilise optional MediaItem properties.
3506   - Fetch items on demand.
3507   - Fix critical warnings.
3508 - Mediathek plugin:
3509   - Fix crash if no config is available.
3510
3511 Dependency-related changes:
3512
3513 - Require gupnp >= 0.13
3514 - Require gupnp-av >= 0.5
3515 - Require GStreamer >= 0.10.23
3516 - Require libgee >= 0.3.0
3517
3518 Bugs fixed in this release:
3519
3520 584649 - Folder plugin should not export dot files and directories
3521 586108 - ID3 information not exported on mp3 files
3522 588034 - Bad durations for audio video files with media export plugin
3523 585986 - Some copyright headers claim "all rights reserved"
3524 585989 - Running "make clean" should leave generated C files in place.
3525 586134 - Tracker plugin fails if org.freedesktop.Tracker can't be activated,
3526          even if tracker is already running
3527 586243 - GStreamer 0.10.23 required for correct operation of transcoder
3528 587651 - Support for some MediaItem properties missing
3529 587855 - HTTP Error responses not sent
3530 587866 - No way to notify about new sub-containers
3531 588030 - rygel-preferences crashes if user's config file is missing
3532 588162 - Support seeking in transcoded content
3533 589955 - dc:creator never included in DIDL output
3534 589956 - git ignore rules
3535 589974 - Set the bitrate for transcoded resources correctly.
3536 589977 - Rygel not recognised by Sony Bravia televisions
3537 590643 - refactor HTTP request handling code
3538 590702 - Rygel should provide thumbnails for items
3539 591580 - not compatible with Samsung UE46B7070
3540 593228 - [plugin] new gstlaunch plugin
3541
3542 All contributors to this release:
3543
3544 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
3545 Jens Georg <mail@jensge.org>
3546 James Henstridge <james@jamesh.id.au>
3547 Thijs Vermeir <thijsvermeir@gmail.com>
3548 Ole André Vadla Ravnås <oleavr@gmail.com>
3549
3550 0.3
3551 ===
3552
3553 Brief summary of changes since 0.2.2:
3554
3555 - Transcoding from any format (that gstreamer's decodebin2 can handle) to mp3,
3556   linear PCM and mpeg transport stream containing mpeg 2 video and mp2 audio.
3557 - Plugin API to deal with user preferences.
3558 - User preferences UI: rygel-preferences.
3559 - New plugins:
3560    * Folder: Recursively exports folders specified in the user preferences.
3561    * ZDFMediathek: Exports online media from 2nd German TV station.
3562    * External: Exports media hierarchies provided by external applications
3563      through implementation of this spec:
3564      http://live.gnome.org/Rygel/MediaServer. The first application
3565      that utilizes this feature is PulseAudio.
3566 - Drop xbox support. It didn't work anyway and we better concentrate on
3567   implementing standard stuff that it at least worthy of being called "UPnP" (
3568   at least for now).
3569 - Tracker and DVB plugins are only loaded if their corresponding services are
3570   available.
3571 - Export of duration for music and video items from Tracker.
3572 - Use HTTP EOF encoding rather the CHUNKED for live streams.
3573 - Ability to build rygel plugins outside it's source tree.
3574 - HTTP proxying only if needed.
3575 - Now that gupnp-av does DLNA profile guessing for us, no need to lie about
3576   DLNA profile anymore.
3577 - Add a summary after configure.
3578 - HTTServer is now internal API.
3579 - Use git-version-gen to generate package version.
3580 - Differentiate between modules and plugins
3581 - Passive, asynchronous plugin loading. A side-effect of which is that modules
3582   can now load more than one plugin.
3583 - Differentiate between name and title of the plugin.
3584 - Plugins can now dynamically change their availability.
3585 - Add API to get/list plugins.
3586 - Re-use existing description from user's home directory. This not only speeds
3587   the start-up but also obsoletes the necessity to keep immutable data (e.g UDN)
3588   in user preferences.
3589 - Provide gconf schemas.
3590 - Lots of other improvements and bug fixes.
3591
3592 Dependency-related changes:
3593
3594 - Explicitly require and link to libsoup-2.4 >= 2.26.0.
3595 - Don't require Vala (and bindings) in distribution tarball.
3596 - Require gupnp-av >= 0.4.
3597 - Require Vala >= 0.7.3.
3598 - Require Gtk+ >= 2.16 if preferences UI is not disabled.
3599
3600 Bugs fixed in this release:
3601
3602 582173 - git-version-gen: generate versions with - instead of .
3603 577000 - gupnp-av-cp does not like & in uris
3604 576998 - Rygel wants to transcode audio files to video/mpeg
3605 575935 - Add support for duration metadata field
3606 574604 – bug connecting to PS3
3607
3608 All contributors to this release:
3609
3610 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
3611 Jens Georg <mail@jensge.org>
3612 Henrique Ferreiro <henrique.ferreiro@gmail.com>
3613 Lennart Poettering <lennart@poettering.net>
3614 Marc-André Lureau <marcandre.lureau@gmail.com>
3615 Rob Taylor <rob.taylor@codethink.co.uk>
3616
3617 0.2.2
3618 =====
3619
3620 Changes since 0.2:
3621
3622 - Use the new (0.6.9) Tracker API.
3623 - Priority of gio-based streams are based on requested DLNA transfer mode.
3624 - GIO-based/like asynchronous plugin API.
3625 - Adapt to latest changes in gupnp-vala API.
3626 - Serialization of media objects isn't done by media objects themselve
3627   anymore, but by a new separate class, Rygel.DIDLLiteWriter.
3628 - Internal API is marked 'internal' so it doesn't get to our (Vala) API.
3629 - MediaObject now derives from GLib.Object.
3630 - Generic AsyncResult implementation, SimpleAsyncResult.
3631 - StateMachine interface that all state machines classes implement.
3632 - Visible performance improvements in Tracker plugin by proper use of Tracker
3633   APIs.
3634 - Use Filename.to_string() and therefore make Bastien happy.
3635 - Require lastest version (0.1.5) of libgee to use List.slice().
3636 - Don't limit the number of objects returned to a client, let it decide
3637   that on it's own.
3638 - Proper handling of update notification to the client by use of a very simple
3639   bubble-up mechanism for containers to signal updates.
3640 - Decrease needed gconf version to 2.16.
3641 - Set application name and therefore make Lennart happy.
3642 - Require latest version of vala (0.5.7) and gupnp-vala (0.5.3).
3643 - Allow multiple URIs for each media items.
3644 - Response for seekable media request is now sent buffer by buffer so the whole
3645   file is not put into memory.
3646 - Some improvements to build system.
3647 - Lots of other improvements and bugfixes.
3648
3649 0.2
3650 ===
3651
3652 The major change after last release (as gupnp-media-server) is the introduction
3653 of a simple yet powerful plugin-based architecture/api: Every plugin:
3654 - is loaded into a separate MediaServer instance.
3655 - can implement any kind and number of resources (currently only services).
3656 - can export an icon file.
3657 - inherit it's ContentDirectory implementation from a base class that does most
3658   of the UPnP-related work. More improvements on this planned for next release.
3659 - use an intuitive API to easily export media from URIs and live GStreamer
3660   source elements over HTTP.
3661
3662 Other changes:
3663
3664 - Relicense under LGPL to allow proprietary plugins and ease of moving code
3665   from/to gupnp libraries.
3666 - DVB Daemon integration though a plugin. Now you can watch live channels from
3667   your PC on your PS3 for example.
3668 - Test plugin that exports one audio and video item, streaming contents from
3669   GStreamer's audiotestsrc and videotestsrc elements respectively.
3670 - Better interoperability with Sony playstation 3.
3671 - Announce unavailability to UPnP world on exit.
3672 - Loads of other improvements.
3673
3674 0.1
3675 ===
3676
3677 - Initial release.