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