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