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