Fix a typo in last release announcement.
[profile/ivi/rygel.git] / NEWS
1 0.2
2 ===
3
4 The major change after last release (as gupnp-media-server) is the introduction
5 of a simple yet powerful plugin-based architecture/api: Every plugin:
6 - is loaded into a separate MediaServer instance.
7 - can implement any kind and number of resources (currently only services).
8 - can export an icon file.
9 - inherit it's ContentDirectory implementation from a base class that does most
10   of the UPnP-related work. More improvements on this planned for next release.
11 - use an intuitive API to easily export media from URIs and live GStreamer
12   source elements over HTTP.
13
14 Other changes:
15
16 - Relicense under LGPL to allow proprietary plugins and ease of moving code
17   from/to gupnp libraries.
18 - DVB Daemon integration though a plugin. Now you can watch live channels from
19   your PC on your PS3 for example.
20 - Test plugin that exports one audio and video item, streaming contents from
21   GStreamer's audiotestsrc and videotestsrc elements respectively.
22 - Better interoperability with Sony playstation 3.
23 - Announce unavailability to UPnP world on exit.
24 - Loads of other improvements.
25
26 0.1
27 ===
28
29 - Initial release.