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