Release announcement for 0.7.7
[profile/ivi/rygel.git] / NEWS
1 0.7.7
2 =====
3
4 A new release in the current unstable 0.7.x series for upcoming GNOME 2.31.91
5 release.
6
7 - Add manpages for rygel and rygel.conf.
8 - Add support for search by album and artist.
9 - Don't advertize support for search by '@refID' as we don't really support
10   and use it at all.
11 - Drop support for search by 'res' and 'res@protocolInfo'. Since we didn't
12   handle proxy and transcoding resources this gave wrong impression to the
13   clients and was causing rygel to fail DLNA test cases.
14 - Don't error out on empty search results.
15 - Error out on HTTP request for invalid transfer mode.
16 - Fix typo in serialization of "upnp:createClass".
17 - Case-insensitive string comparisons.
18 - 'TransferIDs' state variable should list IDs for all transfers we have, even
19   the ones that are complete.
20 - Correct sending of error to client when import of resource fails.
21 - Make sure we don't make invalid comparisons during the search.
22 - Do not set the 'sp-flag' as we never really are the clock source for the
23   content, even in case of live/transcoded streams.
24 - Add MPRIS2 plugin. This plugin turns any media player that implements
25   MPRIS2[1] D-Bus interface into a UPnP MediaRenderer.
26 - MediaExport:
27   - Don't forget containers in children count.
28   - Fix handling of "exists" operator in search.
29   - Add m4v, m4a and png to list of file extensions to entertain.
30   - Apply filter to monitoring of files as well.
31   - Add support for the "Genre" folder of XBox.
32   - Fix IOP with Windows Media Player 12.
33   - Allow user to specify standard XDG media directories using variables.
34   - Export XDG standard media directories by default but this time through
35     default user configuration.
36 - Tracker:
37   - Correct some checks.
38   - Escape regex for SPARQL.
39 - GstLaunch:
40   - Use '-' instead of '_' in user configrution options.
41 - Playbin:
42   - Had forgotten to rename the plugin in the user configuration.
43   - Remove last remaining "all rights reserved" from copyright headers.
44 - Localization:
45   - Add Greek translation.
46   - Add British English translation.
47   - Update French translation.
48   - Update Traditional Chinese translation (Hong Kong and Taiwan).
49   - Update Czech translation.
50   - Update Danish translation.
51 - DLNA test cases fixed in this release:
52   - 7.3.41.1 (now N.A)
53   - 7.3.66.2
54   - 7.3.66.3,4
55   - 7.4.49.4
56 - Various other performance, plugin API and non-functional improvements.
57
58 Dependency-related changes:
59   - Lower gtk+-2.0 requirement to 2.20.0.
60
61 Bugs fixed in this release:
62
63 627243 - String operators during Search() should be case insensitive.
64 627982 - All Playbins on a network have the same hard coded name.
65
66 All contributors to this release:
67
68 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
69 Jens Georg <mail@jensge.org>
70 Philip Withnall <philip@tecnocode.co.uk>
71 Ask H. Larsen <asklarsen@gmail.com>
72 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
73 Claude Paroz <claude@2xlibre.net>
74 Giannis Katsampirhs <juankatsamprishs@gmail.com>
75 Kenneth Nielsen <k.nielsen81@gmail.com>
76 Marek Černocký <marek@manet.cz>
77 Petr Kovar <pknbe@volny.cz>
78
79 [1] http://www.mpris.org/2.0/spec/
80
81 0.7.6
82 =====
83
84 Another micro release to fix the critical regression in 'Year' hierarchy of
85 Tracker plugin.
86
87 All contributors to this release:
88
89 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
90
91 0.7.4
92 =====
93
94 A new release in the current unstable 0.7.x series for upcoming GNOME 2.32.0
95 release.
96
97 - Fix wildcard handling in search request.
98 - Distribute correct copy of scallable icons.
99 - Provide icons in DLNA standard sizes.
100 - Provide icons in JPEG format as well.
101 - Don't offer transcoding from video to audio and viceversa. This makes sense
102   anyway and reduces network traffic.
103 - Only offer time seeking if duration is known.
104 - Report correct DLNA profile for MPEG-TS HD and WMV transcoder.
105 - List DLNA formats first in the list of supported formats.
106 - Provide correct values for out parameters of GetCurrentConnectionInfo action.
107 - Correctly handle HTTP 'POST' requests.
108 - Correct checks for vala bindings.
109 - Use new 64-bit size property in GUPnP resource API so that we can deal with
110   resources bigger than 2GB.
111 - Fix some (potential) crashes.
112 - Correctly handle a translated string involving plurals.
113 - Don't use deprecated libsoup API.
114 - Correct flaws in code related to search for media object by ID. This combined
115   with some changes in Tracker plugin (see below) improves the reliability and
116   especially the performance of Tracker plugin a lot.
117 - Use the mime-type and DLNA profile when provided in item creation requests.
118 - Advertize byte-seek support for thumbnails.
119 - Correct algorithm to decide whether to seek or not.
120 - Set standard header on XML files.
121 - Prefix service URLs with a "/". This seems like the right way to do it and it
122   might actually improve our IOP.
123 - Make use of new APIs to report all known DLNA profiles in list of supported
124   formats (MediaServer only).
125 - Add support for the "Genre" tag in music items.
126 - External:
127   - Handle AlbumArt property.
128   - Fix a few crashes.
129   - Remove workaround for bug#602003.
130 Tracker:
131   - Make sure metadata container get unique IDs.
132   - Performance improvements to search for media object by ID.
133   - Make use of DLNA profile when provided.
134   - Don't use Tracker's logo as icon.
135   - Ignore duration of '0'.
136   - Print debug after item creation in store.
137 MediaExport:
138   - Disable plugin when Tracker plugin is/becomes available.
139   - Require sqlite3 VAPI only for this plugin.
140   - Code clean-up and general speed improvements
141   - Extract embedded album art
142   - Remove the ability for user-defined virtual folders, providing a set of
143     built-in folders similar to that of tracker's.
144   - Fix some minor regressions introduced by the switch to gupnp-dlna metadata
145     extraction
146   - Move configured files and folders into their own "Files & Folders" container
147     to de-clutter root.
148 - Localization:
149   - Add ta translation.
150   - Update Galician translations.
151   - Update Hebrew translation.
152   - Update Spanish translation.
153   - Update Romanian translation.
154   - Update Slovenian translation.
155 - DLNA test cases fixed in this release:
156   - 7.2.14.2
157   - 7.2.28.1
158   - 7.3.25.1
159   - 7.3.26.3
160   - 7.3.26.4
161   - 7.3.29.3
162   - 7.3.29.4
163   - 7.3.33.4
164   - 7.3.33.5
165
166 Dependency-related changes:
167   - Require and adapt to Vala 0.9.5.
168   - Require gupnp-av >= 0.5.9.
169   - Require gupnp-dlna >= 0.3.0.
170   - MediaExport
171     - Require gstreamer-tag >= 0.10.28.
172     - Require gstreamer-app >= 0.10.28.
173
174 All contributors to this release:
175
176 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
177 Jens Georg <mail@jensge.org>
178 Yaron Shahrabani <sh.yaron@gmail.com>
179 Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
180 Kjartan Maraas <kmaraas@gnome.org>
181 Jorge González <jorgegonz@svn.gnome.org>
182 Fran Diéguez <fran.dieguez@mabishu.com>
183 drtv <vasudeven@git.gnome.org>
184 Claude Paroz <claude@2xlibre.net>
185 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
186
187 0.7.3
188 =====
189
190 A new release in the current unstable 0.7.x series for upcoming GNOME 2.31.6
191 release.
192
193 - Add Album-art support.
194 - Add support for sorted Browse/Search.
195 - Don't push data after HTTP response is cancelled.
196 - Advertise support for search by "createClass".
197 - Revive accidently removed XBox hacks.
198 - Fix icon export for uninstalled case.
199 - Simplify plugin APIs to further abstract plugin developers from UPnP details.
200 - Add convenient MediaRenderer APIs for plugins. This involved moving most of
201   the GstRenderer code to core.
202 - Fix seeking once again.
203 - Improve error handling in HTTP request handling code.
204 - Port to new DIDL-Lite contributor APIs.
205 - Port to Vala 0.9.3 and 0.9.4.
206 - Clean-up README and specify build and run-time dependencies.
207 - More debug output.
208 - MediaExport:
209   - Make use of gupnp-dlna for faster, more complete and reliable metadata
210     extraction.
211   - Print a debug message if extraction fails for a file.
212   - Add windows formats to positive list of file extensions to include in the
213     metadata extraction.
214   - Don't share anyt folder by default.
215   - Fix url-escaped folder names on PS3.
216   - Fix issue of empty title of top-level virtual folders on PS3.
217   - Process 256 children at a time. This improves performance of harvesting of
218     large folders.
219 - GstRenderer:
220   - Rename to Playbin.
221   - Advertize support for 'video/mp4'
222   - Advertize support for RTSP
223   - Handle error from playbin.
224   - Don't claim support for unsupported UPnP actions and state variables.
225 - External:
226   - Fix a crasher bug.
227 - Localization:
228   - Add French translation.
229   - Update Simplified Chinese translations.
230   - Update German translation.
231   - Update Galician translation.
232   - Update Swedish translation.
233   - Update Slovenian translation.
234 - Lots of other non-functional and/or minor improvements and fixes.
235
236 Dependency-related changes:
237
238 - Require Vala >= 0.9.3
239 - Require gupnp >= 0.13.4
240 - Require gupnp-av >= 0.5.8
241 - Require gupnp-dlna >= 0.2.1 (new dependency)
242 - Require libgee >= 0.5.2
243 - Use gtk+-2.0 (>= 2.21.5) if available rather than gtk+-3.0
244
245 Bugs fixed in this release:
246
247 607411 - Need to mention non-compile time deps.
248 624445 - Samsung can't FF/REW/PAUSE when playing video/avi from Rygel.
249 625556 - New configure flag to switch GTK+ version.
250
251 All contributors to this release:
252
253 Aron Xu <aronxu@gnome.org>
254 Arun Raghavan <arun.raghavan@collabora.co.uk>
255 Claude Paroz <claude@2xlibre.net>
256 Eleanor Chen <chenyueg@gmail.com>
257 Frédéric Péters <fpeters@0d.be>
258 Javier Jardón <jjardon@gnome.org>
259 Jens Georg <mail@jensge.org>
260 Mario Blättermann <mariobl@gnome.org>
261 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
262
263 0.7.2
264 =====
265
266 A new release in the current unstable 0.7.x series for upcoming GNOME 2.31.5
267 release.
268
269 * MediaExport:
270   * Support DLNA's 'AnyContainer' upload extenstion.
271   * Only harvest media files. We use a positive list for file extensions to
272     include in the metadata extraction.
273   * Implement fallback to the default (slow) search implementation.
274   * Lower severity for some of the console messages.
275   * Update code according to latest GStreamer Vala API fixes.
276 * Tracker:
277   * Improve Sparql query builder to achieve much better performance and reduced
278     D-Bus traffic.
279 * GstRenderer:
280   * Relicense from GPL to LGPL.
281   * More descriptive default title.
282 - Localization:
283   - Add Simplified Chinese translation.
284   - Add Traditional Chinese translation (Hong Kong and Taiwan).
285   - Updated Spanish translation.
286 - Various non-functional improvements to core and plugins.
287
288 All contributors to this release:
289
290 Aron Xu <aronxu@gnome.org>
291 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
292 Jens Georg <mail@jensge.org>
293 Jorge González <jorgegonz@svn.gnome.org>
294 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
295
296 0.7.1
297 =====
298
299 A new release in the current unstable 0.7.x series for upcoming GNOME 2.31.4
300 release.
301
302 - Implement DLNA's 'AnyContainer' upload extenstion. This allows clients to
303   upload items without having to specify target container. Currently it only
304   works for the Tracker backend.
305 - Report types of items that could be created/uploaded in a container and allow
306   clients to search containers by this property.
307 - Port last bits of C code to Vala. Now Rygel is completely written in Vala.
308 - Make Rygel build/work against both current stable and unstable Vala releases.
309 - Offer SD transcoding in EU profile. Seems certain Sony Bravia TVs only
310   support EU profiles. With this change, they should at least be able to use the
311   SD transcoding.
312 - Two more unit tests.
313 - Provide default configuration for WMV transcoding.
314 - Correctly handle boolean commandline option for disabling WMV transcoder.
315 - External:
316   - Port the external plugin to use the new D-Bus MediaServer specification:
317     http://live.gnome.org/Rygel/MediaServer2Spec. The new specification is meant
318     to be very generic and scale well to large media hierarchies.
319   - Make use of search API when implemented by the external application.
320   - Various other performance improvements.
321 - Preferences UI:
322   - Improve resize behavior.
323   - Add missing bevel to URI tree view.
324   - Replace GtkVBox by GtkVButtonBox where appropriate.
325 - Localization:
326   - Added Punjabi Translation.
327   - Updated Norwegian bokmål translation.
328   - Updated Galician translations.
329   - Updated Spanish translation.
330   - Updated Hebrew translation.
331 - Various non-functional improvements.
332
333 Dependency-related changes:
334
335 - Require gtk+-3.0 >= 2.90.3.
336 - Require gupnp-av >= 0.5.7.
337 - Require gupnp-vala >= 0.6.7.
338
339 Bugs fixed in this release:
340
341 593628 - mp2ts transcoder not working with certain Bravia TV models.
342 596214 - URI table is missing bevel.
343
344 All contributors to this release:
345
346 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
347 Eric Anderson <ejona86@gmail.com>
348 A S Alam <aalam@users.sf.net>
349 Fran Diéguez <fran.dieguez@mabishu.com>
350 Jorge González <jorgegonz@svn.gnome.org>
351 Kjartan Maraas <kmaraas@gnome.org>
352 Yaron Shahrabani <sh.yaron@gmail.com>
353
354 0.7.0
355 =====
356
357 This release marks the start of the new unstable release-cycle. This is also the
358 release cycle that will be integrated into GNOME 2.31 (and 3.0 eventually).
359 Changes since 0.6.0:
360
361 - Exit on failure to load any plugins in 5 seconds.
362 - Add icon to preferences UI's desktop file.
363 - Correct error on missing 'Elements' node in 'CreateObject' action from client.
364 - Advertize upload features in 'X_DLNACAP' in device description.
365 - Remove comments from description files as per DLNA requirement (7.2.30.1).
366 - Don't allow comments in DIDL-Lite from client either. This is to satisfy the
367   DLNA Confirmation Test Tool rather than DLNA itself.
368 - Don't advertize unimplemented actions.
369 - autogen.sh should create m4 directory if it doesn't exist already.
370 - Correct Icon path in preferences UI for uninstalled case.
371 - Specify on debug log where rygel is currently looking for plugins.
372 - Localization:
373   - Don't translate all strings in media-export plugin.
374   - No need to translate Mediathek plugin.
375   - Add Hebrew translation.
376   - Add Swedish translation.
377   - Add Czech translation.
378   - More Spanish translations.
379   - More Slovenian translations.
380   - More German translations.
381 - MediaExport:
382   - Fix search result. Search was returning the the result for the current
383     limits, not the overall result count. This lead to strange behaviour on
384     e.g. XBox 360.
385   - Optimize searches. Noticable speed improvements on XBox music browsing.
386   - Fix broken SQL query to get object by path.
387   - Remove redundant custom tag for duration.
388   - Make harvesting of metadata optional.
389   - Re-enable simple mode which means we exporting media on the UPnP network
390     even if no meta-data extractor is available.
391   - Remove redundant URI table from database.
392   - Work around a problem in GStreamer element playbin2.
393   - Explain the term 'harvest' for translators.
394   - Many non-functional improvements.
395
396 All contributors to this release:
397
398 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
399 Jens Georg <mail@jensge.org>
400 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
401 Daniel Nylander <po@danielnylander.se>
402 Fran Diéguez <fran.dieguez@mabishu.com>
403 Jorge González <jorgegonz@svn.gnome.org>
404 Mario Blättermann <mariobl@gnome.org>
405 Petr Kovar <pknbe@volny.cz>
406 Yaron Shahrabani <sh.yaron@gmail.com>
407
408 0.6.0
409 =====
410
411 This release marks the start of the new stable release-cycle. Changes since
412 0.5.2:
413
414 - Localization:
415   - Fix translation framework.
416   - Mark all (possibly) user-visible string for translation.
417   - Use more translator-friendly language.
418   - Provide comments for translators.
419   - Correctly case abbreviations.
420   - Translations:
421     - German (de) 100%
422     - Slovenian (sl): 100%
423     - Spanish (es): 57%
424 - Fix time-seeking.
425 - Fix a potential race-condition in aborted HTTP requests.
426 - Don't stream if request is for subtitles.
427 - Use bigger (64Ki) buffers when streaming from gstreamer source element.
428 - Remux only if transcoding is not needed.
429 - Configuration option for specifying plugin load path.
430 - Add configuration from Environment.
431 - Fix port specification through commandline.
432 - Add and expose Rygel logo.
433 - Pause streaming pipeline when/if client isn't reading fast enough.
434 - Add more unit tests.
435 - Use gnome-autogen.sh.
436 - Add missing libuuid to build and linker flags for all plugins.
437 - Plugins are now able to provide a model description.
438 - MediaExport:
439   - File size change suggests file change.
440   - Move media DB and metadata harvesting code from core to module as this is
441     the only module that is using it.
442 - External plugin now sets model description.
443 - Lots of non-functional improvements and fixes.
444
445 Dependency-related changes:
446
447 - Sqlite now only needed for media-export plugin.
448
449 Bugs fixed in this release:
450
451 617762 Wrong file size exported to PS3
452 590649 LiveResponse does not rate limit the GStreamer pipeline
453 615834 Uses ALL_LINGUAS in configure.ac
454 616189 Translation issues
455 617750 Only re-encode audio and video when necessary
456
457 All contributors to this release:
458
459 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
460 Jens Georg <mail@jensge.org>
461 Mario Blättermann <mariobl@gnome.org>
462 Jorge González <jorgegonz@svn.gnome.org>
463 Andrej Žnidaršič <andrej.znidarsic@gmail.com>
464
465 0.5.2
466 =====
467
468 Another release in the unstable 0.5.x series. Changes since 0.5.0:
469
470 - Add support for Xbox 360 and Window Media Player 11.
471 - Add support for subtitles. Currently only useful for certain Samsung DLNA TVs.
472 - Add Windows Media Video (WMV) transcoder.
473 - Add unit tests for a few modules.
474 - Fix some (potential) crashes.
475 - Make database operations cancellable.
476 - Throw error on database creation failure.
477 - Simpler (hopefully) build rules.
478 - Fix race-condition in streaming code so we don't terminate the connection
479   before all the bytes are sent to the client.
480 - Fix leaking of HTTP messages of live streams on termination.
481 - Fix 'Content-Length' header values for partial requests.
482 - Fix parsing of search expression containing characters not within the original
483   latin1 range.
484 - Use bigger (64Ki) buffers when streaming media to reduce cpu usage and
485   therefore improve battery life.
486 - Include spec version in description document.
487 - Remove now unneeded work-around for vala bug#568972.
488 - Advertize photos with their specific class, i-e 'photo' rather than 'image'.
489 - MediaExport:
490   - Implement search by URIs.
491   - Implement search by album.
492   - Error-out on invalid search expression.
493   - Add support for virtual containers. This allows creation of metadata-based
494     hierarchies in the user-config.
495   - Fix deletion of containers.
496   - URI-escape meta-data fields.
497   - Catch previously uncaught exceptions.
498   - Fix upgrade of database from older schemas.
499 - Lots of code clean-ups and documentation fixes.
500
501 Dependency-related changes:
502
503 - Require gupnp >= 0.13.3.
504 - Require gupnp-av >= 0.5.5.
505 - Require gupnp-vala >= 0.6.5.
506 - Require valac >= 0.8.0.
507
508 Bugs fixed in this release:
509
510 608886 - media export plugin corrupts its database when you change directories
511 609944 - Files not harvested on update
512 606305 - Samsung subtitles
513
514 All contributors to this release:
515
516 Jens Georg <mail@jensge.org>
517 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
518 Cyrille Chepelov <cyrille.chepelov@keyconsulting.fr>
519
520 0.5.0
521 =====
522
523 The first release in the unstable 0.5.x series. Changes since 0.4.6 that were
524 not provided by any subsequent 0.4.x releases:
525
526 - New URI generation scheme that avoids problematic characters which makes some
527   crappy renderers choke.
528 - Allow creation of new media items and tranfering data into existing ones (
529   upload). This is relavent to, and works for both MediaExport and Tracker.
530 - Implement GetTransferProgress and StopTransferResource actions.
531 - Advertise:
532   - support for connection stalling.
533   - live response to be sender-paced.
534 - Rewrite SearchCriteria parser to make it more reliable.
535 - Tracker:
536   - Port to the Tracker 0.7 APIs.
537   - Provide richer & more intuitive media hierarchy.
538   - Signal container update on changes to subjects.
539   - Act on config options allowing user to define which categories to share.
540   - Support for search by URI.
541   - Descriptive IDs for containers.
542 - MediaExport
543   - Implement custom search that translates to an SQLite query and therefore
544     performs much faster than before.
545   - Print message on console when harvesting is done.
546   - Don't modify DB if harvester was cancelled.
547   - Cancel harvester before starting new one.
548 - Lots of non-functional improvements and fixes.
549
550 All contributors to this release:
551
552 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
553 Jens Georg <mail@jensge.org>
554
555 0.4.6
556 =====
557
558 Brief summary of changes since 0.4.4:
559
560 - Implement optional UPnP Search action. This is not only a must have feature
561   for a commercial MediaServer but is also a big first step towards proper
562   XBox 360 support.
563 - Simplify Browse action handling.
564 - Simplify MediaServer plugin implementation.
565 - Make sure autostart dir exists before attempting to write to it.
566 - Fix a potential crash that is trigered by MediaContainer reporting incorrect
567   (higher) number of children.
568 - External:
569   - Work around (vala) bug#602003.
570   - Optimizations and code clean-ups.
571 - Tracker:
572   - Provide an efficient Search implementation using Tracker's search API.
573   - Minor code clean-ups.
574
575 Dependency-related changes:
576
577 - Require gupnp-av >= 0.5.2.
578 - Require gupnp-vala >= 0.6.2.
579 - Require valac >= 0.7.9.
580
581 Bugs fixed in this release:
582
583 600256 - Segfault when trying to access a stream
584
585 All contributors to this release:
586
587 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
588
589 0.4.4
590 =====
591
592 Brief summary of changes since 0.4.2:
593
594 - Provide a gstreamer-based MediaRenderer plugin. This is mostly code stolen (
595   and heavily adapted) from gupnp-media-renderer except that it doesn't depend
596   on libowl-av and/or gtk+.
597 - More ease for MediaServer implementors.
598 - Better error handling.
599 - Make sure no message is suppressed until we know what level of console output
600   user wants.
601 - Make use of vala's async support to simplify code quite a bit.
602 - Plugins should load xml files from source tree when built with
603   '--enable-uninstalled' configure flag.
604 - Build with no optimizations in debug mode.
605 - Use closure table to speed up object lookup and deletion.
606 - Add build option for SQL debugging.
607 - Workaround a crasher bug (#3774) in sqlite 3.6.12.
608 - Use vala's static client D-Bus syntax.
609 - Early ignorance of disabled plugins. This not only speeds-up startup a bit but
610   also rids us of redundant debug messages.
611 - MediaExport:
612   - Nicely handle unavailability of gstreamer's playbin(2) element.
613   - Fix a potential crasher.
614 - Tracker:
615   - Use multidimensional arrays to deal with search results. This combined with
616     static client D-Bus syntax gives us quite a speed boost.
617   - Handle item creation error.
618 - External:
619   - Allow applications to provide custom thumbnails for items.
620   - Support pixel-aspect-ratio properties.
621   - All D-Bus operations are now done asynchronously.
622   - Make use of plugin icon if provided.
623   - Move magic string substitution to core so other plugins can benefit from it.
624 - Lots of other improvements and bug fixes.
625
626 Dependency-related changes:
627
628 - Require and adapt to libgee >= 0.5.
629 - Require and adapt to valac >= 0.7.8.
630
631 Bugs fixed in this release:
632
633 597276 - Rygel crash on startup
634 587649 - thumbnails not published for external media servers
635 589959 - External plugin should query media servers on demand
636 598005 - unable to load media-tracker plugin
637
638 All contributors to this release:
639
640 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
641 Jens Georg <mail@jensge.org>
642 Thijs Vermeir <thijsvermeir@gmail.com>
643
644 0.4.2
645 =====
646
647 Brief summary of changes since 0.4.1:
648
649 - Ability to specify verbosity of console messages by a number between 0 to 5.
650 - Be able to survive unavailability of D-Bus session bus. This should make it
651   easier to setup Rygel on headless NAS machines.
652 - MediaExport:
653   - Provide duration and date of media.
654   - Improved guessing for type (UPnP class) of media.
655   - Re-harvest metadata when a file/directory is modified.
656   - Speed-up browsing (twice as before).
657 - rygel-preferences:
658   - Fix enabling/disabling of widgets.
659   - Copy the desktop file from correct location.
660 - Mediathek and GstLaunch disabled by default in the user configuration.
661 - Add GstLaunch to maemo configuration (disabled by default though).
662 - Put dbus-glib-1 to the list of vala API dependencies.
663 - Fix seek headers.
664 - Be more verbose at the end of configure.
665
666 Bugs fixed in this release:
667
668 596500 - Mpeg TS video files are mistaken for audio files
669 596213 - Wrong state for checkboxes
670 596327 - Enables some weird plugins by default
671 596330 - Missing some metadata
672
673 All contributors to this release:
674
675 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
676 Jens Georg <mail@jensge.org>
677
678 0.4.1
679 =====
680
681 A micro release that fixes some important issues found in the previous release:
682
683 - Update the Rygel D-Bus service paths everywhere.
684 - Ignore two ignorable errors.
685 - Initialize sensitivity of trancoding checkboxes to the same value as that of
686   "Transcoding Support" checkbox.
687 - Fix seeking in transcoded streams. Without this fix, the success of seeking
688   was based on pure luck.
689 - Correct headers in some files to reflect the correct license: LGPL.
690 - No need for DVB configuration anymore.
691
692 Bugs fixed in this release:
693
694 596211 - Error exiting the prefs
695 596213 - Wrong state for checkboxes
696
697 All contributors to this release:
698
699 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
700 Jens Georg <mail@jensge.org>
701 René Stadler <mail@renestadler.de>
702
703 0.4
704 ===
705
706 Brief summary of changes since 0.3:
707
708 - Rygel is no more just a MediaServer but rather a collection of DLNA (UPnP AV)
709   services (devices in UPnP speak).
710 - Port to new GUPnP APIs. The biggest advantage of that is that we now have
711   dynamic network support, i-e Rygel can attach/detach to/from a network
712   interface as it goes up/down.
713 - Support for time-based seeking in transcoded streams.
714 - Random tweaks to transcoding pipelines.
715 - Provide a DBus service providing two functionalities:
716    * Ability to tell Rygel to shutdown. Starting of Rygel is automatically
717      handled by D-Bus since a .service file is provided by Rygel.
718    * Ability to tell Rygel (MediaExport plugin actually) to (un)export URIs on
719      the fly.
720 - Implement enabling/disabling of UPnP in the preferences.
721 - Configuration through command-line options.
722 - Use a .ini configuration file rather than gconf.
723 - Special default configuration for Maemo.
724 - Don't spam the user's config directory and instead keep the description files
725   into a separate subdirectory.
726 - `make clean` doesn't clean the generated C files anymore.
727 - Remove "all rights reserved" part from all copyright headers.
728 - Remove integrated DVB plugin as DVBDaemon now implements the external plugin
729   interface and hence dynamically glues to Rygel, just like PulseAudio.
730 - New classes to further ease the plugin implementation.
731 - (Un)pause the SoupMessage at the right time. This was causing a lot of delays
732   when playing media on Sony PS3.
733 - Bitrate is supposed to be in bytes/second. Not really but tell that to writers
734   of UPnP specification.
735 - Expose transcode formats in the GetProtocolInfo's source argument. This should
736   make Sony Bravia TVs happy.
737 - Transcoder URIs are now sorted according to their distance from the original
738   format.
739 - Provide "contentFeatures.dlna.org" header in the HTTP responses.
740 - Provide DLNA transferMode header in the HTTP responses.
741 - Only advertise internal URIs on local loopback interface.
742 - Replace 'ip' config by 'interface' so users can bind Rygel to interfaces
743   rather than IP.
744 - Allow plugins to provide thumbnails.
745 - Add thumbnails (if available) for each item if none provided by plugins. This
746   works both on the desktop and Maemo.
747 - Suppress all C compiler warnings by default. These warnings are mostly useless
748   for us since almost all C code is generated.
749 - Preference dialog is now more like a GNOME preferences dialog.
750 - Provide .desktop file for preferences dialog.
751 - Shave the build output.
752 - GstLaunch: New plugin that exposes gstreamer pipelines described using
753   familiar gst-launch syntax in the user configuration.
754 - Tracker plugin:
755   - Nicer default title.
756   - Better detection of Tracker availability. Apparently ubuntu folks think that
757     providing a .service file is wrong.
758   - Better titles for top-level folders.
759   - More usable hierarchy: Browsing by artists, albums and tags.
760 - Folder plugin:
761   - Rename to MediaExport.
762   - Nicer default title.
763   - Use the new Rygel classes to extract, export and save media metadata.
764   - notify about updates to containers.
765   - Skip files/folders starting with '.'.
766   - Avoid crash if unknown file is found.
767   - Delete gone directories on new start.
768   - React on deletion of files.
769   - Add recursive file monitoring.
770   - Provide simple and easy options to add and remove files and folders from the
771     preferences UI.
772 - External plugin:
773   - actually use 'DLNAProfile' property.
774   - Don't load the plugin more than once.
775   - Utilise optional MediaItem properties.
776   - Fetch items on demand.
777   - Fix critical warnings.
778 - Mediathek plugin:
779   - Fix crash if no config is available.
780
781 Dependency-related changes:
782
783 - Require gupnp >= 0.13
784 - Require gupnp-av >= 0.5
785 - Require GStreamer >= 0.10.23
786 - Require libgee >= 0.3.0
787
788 Bugs fixed in this release:
789
790 584649 - Folder plugin should not export dot files and directories
791 586108 - ID3 information not exported on mp3 files
792 588034 - Bad durations for audio video files with media export plugin
793 585986 - Some copyright headers claim "all rights reserved"
794 585989 - Running "make clean" should leave generated C files in place.
795 586134 - Tracker plugin fails if org.freedesktop.Tracker can't be activated,
796          even if tracker is already running
797 586243 - GStreamer 0.10.23 required for correct operation of transcoder
798 587651 - Support for some MediaItem properties missing
799 587855 - HTTP Error responses not sent
800 587866 - No way to notify about new sub-containers
801 588030 - rygel-preferences crashes if user's config file is missing
802 588162 - Support seeking in transcoded content
803 589955 - dc:creator never included in DIDL output
804 589956 - git ignore rules
805 589974 - Set the bitrate for transcoded resources correctly.
806 589977 - Rygel not recognised by Sony Bravia televisions
807 590643 - refactor HTTP request handling code
808 590702 - Rygel should provide thumbnails for items
809 591580 - not compatible with Samsung UE46B7070
810 593228 - [plugin] new gstlaunch plugin
811
812 All contributors to this release:
813
814 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
815 Jens Georg <mail@jensge.org>
816 James Henstridge <james@jamesh.id.au>
817 Thijs Vermeir <thijsvermeir@gmail.com>
818 Ole André Vadla Ravnås <oleavr@gmail.com>
819
820 0.3
821 ===
822
823 Brief summary of changes since 0.2.2:
824
825 - Transcoding from any format (that gstreamer's decodebin2 can handle) to mp3,
826   linear PCM and mpeg transport stream containing mpeg 2 video and mp2 audio.
827 - Plugin API to deal with user preferences.
828 - User preferences UI: rygel-preferences.
829 - New plugins:
830    * Folder: Recursively exports folders specified in the user preferences.
831    * ZDFMediathek: Exports online media from 2nd German TV station.
832    * External: Exports media hierarchies provided by external applications
833      through implementation of this spec:
834      http://live.gnome.org/Rygel/MediaServer. The first application
835      that utilizes this feature is PulseAudio.
836 - Drop xbox support. It didn't work anyway and we better concentrate on
837   implementing standard stuff that it at least worthy of being called "UPnP" (
838   at least for now).
839 - Tracker and DVB plugins are only loaded if their corresponding services are
840   available.
841 - Export of duration for music and video items from Tracker.
842 - Use HTTP EOF encoding rather the CHUNKED for live streams.
843 - Ability to build rygel plugins outside it's source tree.
844 - HTTP proxying only if needed.
845 - Now that gupnp-av does DLNA profile guessing for us, no need to lie about
846   DLNA profile anymore.
847 - Add a summary after configure.
848 - HTTServer is now internal API.
849 - Use git-version-gen to generate package version.
850 - Differentiate between modules and plugins
851 - Passive, asynchronous plugin loading. A side-effect of which is that modules
852   can now load more than one plugin.
853 - Differentiate between name and title of the plugin.
854 - Plugins can now dynamically change their availability.
855 - Add API to get/list plugins.
856 - Re-use existing description from user's home directory. This not only speeds
857   the start-up but also obsoletes the necessity to keep immutable data (e.g UDN)
858   in user preferences.
859 - Provide gconf schemas.
860 - Lots of other improvements and bug fixes.
861
862 Dependency-related changes:
863
864 - Explicitly require and link to libsoup-2.4 >= 2.26.0.
865 - Don't require Vala (and bindings) in distribution tarball.
866 - Require gupnp-av >= 0.4.
867 - Require Vala >= 0.7.3.
868 - Require Gtk+ >= 2.16 if preferences UI is not disabled.
869
870 Bugs fixed in this release:
871
872 582173 - git-version-gen: generate versions with - instead of .
873 577000 - gupnp-av-cp does not like & in uris
874 576998 - Rygel wants to transcode audio files to video/mpeg
875 575935 - Add support for duration metadata field
876 574604 – bug connecting to PS3
877
878 All contributors to this release:
879
880 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
881 Jens Georg <mail@jensge.org>
882 Henrique Ferreiro <henrique.ferreiro@gmail.com>
883 Lennart Poettering <lennart@poettering.net>
884 Marc-André Lureau <marcandre.lureau@gmail.com>
885 Rob Taylor <rob.taylor@codethink.co.uk>
886
887 0.2.2
888 =====
889
890 Changes since 0.2:
891
892 - Use the new (0.6.9) Tracker API.
893 - Priority of gio-based streams are based on requested DLNA transfer mode.
894 - GIO-based/like asynchronous plugin API.
895 - Adapt to latest changes in gupnp-vala API.
896 - Serialization of media objects isn't done by media objects themselve
897   anymore, but by a new separate class, Rygel.DIDLLiteWriter.
898 - Internal API is marked 'internal' so it doesn't get to our (Vala) API.
899 - MediaObject now derives from GLib.Object.
900 - Generic AsyncResult implementation, SimpleAsyncResult.
901 - StateMachine interface that all state machines classes implement.
902 - Visible performance improvements in Tracker plugin by proper use of Tracker
903   APIs.
904 - Use Filename.to_string() and therefore make Bastien happy.
905 - Require lastest version (0.1.5) of libgee to use List.slice().
906 - Don't limit the number of objects returned to a client, let it decide
907   that on it's own.
908 - Proper handling of update notification to the client by use of a very simple
909   bubble-up mechanism for containers to signal updates.
910 - Decrease needed gconf version to 2.16.
911 - Set application name and therefore make Lennart happy.
912 - Require latest version of vala (0.5.7) and gupnp-vala (0.5.3).
913 - Allow multiple URIs for each media items.
914 - Response for seekable media request is now sent buffer by buffer so the whole
915   file is not put into memory.
916 - Some improvements to build system.
917 - Lots of other improvements and bugfixes.
918
919 0.2
920 ===
921
922 The major change after last release (as gupnp-media-server) is the introduction
923 of a simple yet powerful plugin-based architecture/api: Every plugin:
924 - is loaded into a separate MediaServer instance.
925 - can implement any kind and number of resources (currently only services).
926 - can export an icon file.
927 - inherit it's ContentDirectory implementation from a base class that does most
928   of the UPnP-related work. More improvements on this planned for next release.
929 - use an intuitive API to easily export media from URIs and live GStreamer
930   source elements over HTTP.
931
932 Other changes:
933
934 - Relicense under LGPL to allow proprietary plugins and ease of moving code
935   from/to gupnp libraries.
936 - DVB Daemon integration though a plugin. Now you can watch live channels from
937   your PC on your PS3 for example.
938 - Test plugin that exports one audio and video item, streaming contents from
939   GStreamer's audiotestsrc and videotestsrc elements respectively.
940 - Better interoperability with Sony playstation 3.
941 - Announce unavailability to UPnP world on exit.
942 - Loads of other improvements.
943
944 0.1
945 ===
946
947 - Initial release.