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