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