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