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