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