doc: Update NEWS for 0.3.1
[gupnp:gupnp-dlna.git] / NEWS
1 0.3.1
2 =====
3
4 Changes since 0.3.0:
5
6 - Update license from LGPL 2.0 to 2.1
7 - Implement a "relaxed mode" so that we can match more media (while not being
8   strictly conformant to the DLNA spec.)
9 - Modify several audio and video profiles to allow for relaxed matching
10 - Implement support for "extended profiles" so that we can add custom profiles
11   for popular formats no supported but the DLNA spec.
12 - Add extended and relaxed modes to gupnp-dlna-info and gupnp-dlna-ls-profiles
13 - Minor fixes and profile updates
14
15 Arun Raghavan <arun.raghavan@collabora.co.uk>
16 Parthasarathi Susarla <partha.susarla@collabora.co.uk>
17 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
18
19 0.3.0
20 =====
21
22 Changes since 0.2.1:
23
24 - New API and tool (gupnp-dlna-ls-profiles) to list all supported profiles
25 - Move API to get a profile to the DLNADiscoverer namespace
26 - Make GUPnPDLNAProfile opaque, add to API documentation
27 - Add support for several AVC_MP4_MP profiles
28 - Print stream topology instead of a simple list in gupnp-dlna-info
29 - Add debug output controlled by an environment variable for eaesier
30   debugging
31 - Beginnings of an automated testing infrastructure
32 - Add relaxed/extended mode properties (more details in the next release)
33 - Use 'bitrate' instead of 'maximum-bitrate' while matching streams
34 - Various bug fixes
35
36 All contributors to this release:
37
38 Arun Raghavan <arun.raghavan@collabora.co.uk>
39 Parthasarathi Susarla <partha.susarla@collabora.co.uk>
40 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
41
42 0.2.1
43 =====
44
45 Brown paper-bag release for bad gstreamer dependency.
46
47 0.2
48 ===
49
50 Changes since 0.1:
51
52 - Add a program (gupnp-dlna-info) to print DLNA profile name and MIME type of a
53   given URI, as well as other metadata. [Parthasarathi Susarla]
54 - Add support for a few more AVC profiles
55 - Update in-tree copy of gst-convenience
56 - Make MP4 matching stricter - only ISO-compliant files are matched
57 - Couple of enhancements to simplify writing profile XML
58 - Add an API for getting a encoding profile for a DLNA profile and an example
59   to use this with encodebin from gst-convenience. This is still
60   work-in-progress.
61 - Some minor bug fixes
62
63 All contributors to this release:
64
65 Arun Raghavan <arun.raghavan@collabora.co.uk>
66 Parthasarathi Susarla <partha.susarla@collabora.co.uk>
67 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
68
69 0.1
70 ===
71
72 Initial release.