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