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