summaryrefslogtreecommitdiff
path: root/NEWS
blob: 03a962f32d578b765f5fae2fdc6cf1a6044883be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
0.12.0 (stable)
======

- Re-tag of 0.11 as 0.12. No functional change

0.11.0 (development)
======

- Drop GStreamer 0.10 back-end
- Drop old compatibility code
- Add meson support
- Port to more modern GObject

Bugs fixed in this release:
 - https://gitlab.gnome.org/GNOME/gupnp-dlna/issues/1
 - https://gitlab.gnome.org/GNOME/gupnp-dlna/issues/7

Merge requests included in this release:
 - https://gitlab.gnome.org/GNOME/gupnp-dlna/merge_requests/1

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Jens Georg <jensg@openismus.com>
 - Andre Klapper <a9016009@gmx.de>

0.10.5
======

- Fix AAC ISO formats with recent GStreamer

All contributors to this release:
 - Jens Georg <mail@jensge.org>

0.10.4
======
- Call setlocale in commandline tools.
- Include VAPI in tarball.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=760431

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Ting-Wei Lan <lantw@src.gnome.org>

0.10.3
======
- Fix potential crash if gupnp_dlna_value_list_new failed.
- Fix hang if no meta-data back-end is available.
- Remove use of gnome-common, add compiler warnings and fix const
  correctness.
- Fix memory leak in gst-audio-information.
- Fix unit tests for new automake
- Make it possible to override the DLNA profile dir using
  GUPNP_DLNA_PROFILE_DIR environment variable
- Fix discoverer testsuite to run completely uninstalled.
- Fix gupnp-dlna-info -a to be stuck if profile guesser does not work.

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=704096
 - https://bugzilla.gnome.org/show_bug.cgi?id=707909
 - https://bugzilla.gnome.org/show_bug.cgi?id=750929
 - https://bugzilla.gnome.org/show_bug.cgi?id=751295
 - https://bugzilla.gnome.org/show_bug.cgi?id=751634

All contributors to this release:
 - Jens Georg <mail@jensge.org>
 - Philip Withnall <philip@tecnocode.co.uk>
 - Mark Ryan <mark.d.ryan@intel.com>
 - Ludovic Ferrandis <ludovic.ferrandis@intel.com>

0.10.2
======
- Fix vapi generation with GObject-introspection >= 1.36.
- Minor build clean-up.
- Check the XML profiles against their schema on make check-profiles.
- Re-enable some of the old tests on make check.
- Fix format detection for ADTS audio streams.
- Fix WMA bitrate detection.
- Fix gtk-doc warnings.

Profiles:
- Fix MPEG_TS_*_EU audio profiles to include proper bitrates and audio
  formats.
- Remove depth matching in PNG profiles.
- Fix AAC level for MULT5 AAC.
- Add MPEG_TS_{SD,HD}_{EU,NA} profiles.
- Add MPEG_PS_{NTSC,PAL} profiles.

All contributors to this release:
  Jens Georg <jensg@openismus.com>

0.10.1
======
- Add functionality to let the meta-data back-end provide a profile on its
  own.

All contributors to this release:
  Jens Georg <jensg@openismus.com>

0.10.0
======
- Various fixes for the GStreamer 0.10 meta-data back-end.

All contributors to this release:
  Krzesimir Nowak <krnowak@openismus.com>
  Jens Georg <mail@jensge.org>

0.9.5
=====
- Add --disable-maintainer-mode option.
- Add a GStreamer 0.10 meta-data back-end.

All contributors to this release:
  Jens Georg <jensg@openismus.com>

0.9.4
=====
- Introduce new API to guess a DLNA profile from existing
  GUPnPDLNAInformation.
- Introduce a new library to create GUPnPDLNAInformation from
  GstDiscovererInfo.
- Fix an issue with GValue conversion.
- Get rid of the old profile backend and move most of it to the library
  itself.
- Introduce single-include header file.

All contributors to this release:
  Krzesimir Nowak <krnowak@openismus.com>
  Jens Georg <jensg@openismus.com>

Changes in dependencies:
 - vapigen >= 0.18 for GStreamer 1.0 vapis.

0.9.3
=====
- Fix underlinking of gstreamer plug-in.
- Fix out-of-srcdir build with --enable-gtk-doc.
- Fix signal G-I annotation.
- Link meta-data back-end as a plug-in.

All contributors to this release:
  Jens Georg <mail@jensge.org>
  Krzesimir Nowak <krnowak@openismus.com>

0.9.2
=====
- Remove the old gupnp-dlna-1.1.pc.in file.
- Remove gupnp and gstreamer-* dependencies from VAPI file generation.
- Lower vapigen requirements.

All contributors to this release:
  Jens Georg <jensg@openismus.com>

Changes in dependencies:
 - vapigen >= 0.14 instead of 0.18

0.9.1
=====
- Fix a potential crash in profile guessing.
- Fix issues from static code check.
- Lower GLib dependency to 2.32.

All contributors to this release:
  Krzesimir Nowak <krnowak@openismus.com>
  Mark Ryan <mark.d.ryan@intel.com>
  Jens Georg <jensg@openismus.com>

Bugs fixed in this release:
 - https://bugzilla.gnome.org/show_bug.cgi?id=689596
 - https://bugzilla.gnome.org/show_bug.cgi?id=689598
 - https://bugzilla.gnome.org/show_bug.cgi?id=689612
 - https://bugzilla.gnome.org/show_bug.cgi?id=689615
 - https://bugzilla.gnome.org/show_bug.cgi?id=689616

Changes in dependencies:
 - GLib >= 2.32

0.9.0
=====
- Make DLNA profile handling independant from GStreamer.
- Add plugin architecture to support different meta-data extraction back-ends.
- Make GStreamer default implementation of meta-data extraction back-end.
- Split API docs into users and back-end implementers API.

All contributors to this release:
  Krzesimir Nowak <krnowak@openismus.com>
  Jens Georg <jensg@openismus.com>

Changes in API:
 - so version bump
 - API version bump to 2.0

Changes in dependencies:
 - GStreamer 1.0
 - GLib >= 2.34

0.7.0
=====
- Port to GStreamer 1.0
- Add parallel installability with gstreamer-0.10-based gupnp-dlna.

All contributors to this release:

Jens Georg <mail@jensge.org>
Riko Yamada <rik0yamada@yahoo.co.jp>
Dominique Leuenberger <dimstar@opensuse.org>

Changes in API:
 - so version bump
 - API version bump to 1.1

0.6.6
=====
- Fix minor issues found by static code analysis
- Add MKV profiles
- Add AVC_MP4_*_EAC3 profiles from Harmattan

All contributors to this release:

Jens Georg <mail@jensge.org>

0.6.5
=====
- Update autotools integration.
- Add missing functions to documentation.
- Fix warnings during GIR generation.
- Fix GIR namespace to not clash with GUPnP's.

All contributors to this release:

Javier Jardón <jjardon@gnome.org>
Jens Georg <mail@jensge.org>

0.6.4
=====

- Add profile for MPEG4_P2_MP4_SP_L5_AAC.
- Fix ADTS profiles
- Fix MPEG4_P2_MP4_SP_L6_AAC

All contributors to this release:

Jens Georg <mail@jensge.org>
Arun Raghavan <arun.raghavan@collabora.co.uk>

0.6.3
=====

- Add profile for MPEG4_P2_MP4_SP_L6_AAC.
- Respect ACLOCAL_FLAGS environment variable

All contributors to this release:

Jens Georg <mail@jensge.org>
Lukasz Pawlik <lucas.pawlik@gmail.com>

Bugs fixed:
- bgo#655504

0.6.2
=====

- Fix mime types for AAC_* profiles.
- Fix AAC_ADTS_* profiles to be matchable in strict mode.
- Initial GObject-introspection support

All contributors to this release:

Jens Georg <mail@jensge.org>
Luis de Bethencourt <luis.debethencourt@collabora.com>

Bugs fixed:
- bgo#653411

0.6.1
=====

A micro release to really bump the SONAME this time.

All contributors to this release:

Andreas Henriksson <andreas@fatal.se>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

0.6.0
=====

- Add 'MPEG_TS_SD_EU_ISO' profile.
- Relax some video restrictions for MPEG TS profile.
- Fix profile parsing logic for images.
- Drop fourcc format restrictions.
- Only initialize thread system once.
- Improve/fix external and internal documentation.
- Get rid of nasty warnings when building docs.
- Improved handling of GstCaps.
- Remove redundant initializations.
- Fix some leaks.
- Hilight test failures by use of red color.
- Mark constant return values as such.
- Clear the (obsolete) ChangeLog file.
- Test media moved to gitorious.
- Many non-functional improvements.

All contributors to this release:

Parthasarathi Susarla <partha.susarla@collabora.co.uk>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Luis de Bethencourt <luis@debethencourt.com>

0.5.1
=====

Changes since 0.5.0:

- Use encoding-profile from gst-plugins-base.
- Drop internalized copy of gst-convenience. Did you hear that Fedora peeps?
- Explicitly link gupnp-dlna-info against gstreamer-pbutils.
- GUPnPDLNAProfile exposes related GstEncodingProfile as a property.

Dependency related changes:

- Require gstreamer-pbutils >= 0.10.32.

All contributors to this release:

Arun Raghavan <arun.raghavan@collabora.co.uk>
Parthasarathi Susarla <partha.susarla@collabora.co.uk>
Luis de Bethencourt <luis@debethencourt.com>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

0.5.0
=====

Changes since 0.4.2:

- Use GstDiscoverer from gst-plugins-base and remove internal
  copy of discoverer.
- Minor bug fixes.

Arun Raghavan <arun.raghavan@collabora.co.uk>
Parthasarathi Susarla <partha.susarla@collabora.co.uk>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

0.4.2
=====

Changes since 0.4.1:

- Remove internal discoverer namespace changes (fixes API breakage)
- Skip discoverer tests if media is missing

Arun Raghavan <arun.raghavan@collabora.co.uk>
Parthasarathi Susarla <partha.susarla@collabora.co.uk>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

0.4.1
=====

Changes since 0.4.0:

- Allow gupnp-dlna to coexist with soon-to-be-released gst-plugins-base
  (0.10.31). Still can't link applications against both, though
- Some build fixes

Arun Raghavan <arun.raghavan@collabora.co.uk>
Parthasarathi Susarla <partha.susarla@collabora.co.uk>
Ryo ONODERA <ryo_on@yk.rim.or.jp>

0.4.0
=====

Changes since 0.3.1:

- Don't link against pbutils to avoid conflicts with internal gstdiscoverer
- Add library versioning
- Minor test harness change

Arun Raghavan <arun.raghavan@collabora.co.uk>
Parthasarathi Susarla <partha.susarla@collabora.co.uk>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

0.3.1
=====

Changes since 0.3.0:

- Update license from LGPL 2.0 to 2.1
- Implement a "relaxed mode" so that we can match more media (while not being
  strictly conformant to the DLNA spec.)
- Modify several audio and video profiles to allow for relaxed matching
- Implement support for "extended profiles" so that we can add custom profiles
  for popular formats no supported but the DLNA spec.
- Add extended and relaxed modes to gupnp-dlna-info and gupnp-dlna-ls-profiles
- Minor fixes and profile updates

Arun Raghavan <arun.raghavan@collabora.co.uk>
Parthasarathi Susarla <partha.susarla@collabora.co.uk>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

0.3.0
=====

Changes since 0.2.1:

- New API and tool (gupnp-dlna-ls-profiles) to list all supported profiles
- Move API to get a profile to the DLNADiscoverer namespace
- Make GUPnPDLNAProfile opaque, add to API documentation
- Add support for several AVC_MP4_MP profiles
- Print stream topology instead of a simple list in gupnp-dlna-info
- Add debug output controlled by an environment variable for eaesier
  debugging
- Beginnings of an automated testing infrastructure
- Add relaxed/extended mode properties (more details in the next release)
- Use 'bitrate' instead of 'maximum-bitrate' while matching streams
- Various bug fixes

All contributors to this release:

Arun Raghavan <arun.raghavan@collabora.co.uk>
Parthasarathi Susarla <partha.susarla@collabora.co.uk>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

0.2.1
=====

Brown paper-bag release for bad gstreamer dependency.

0.2
===

Changes since 0.1:

- Add a program (gupnp-dlna-info) to print DLNA profile name and MIME type of a
  given URI, as well as other metadata. [Parthasarathi Susarla]
- Add support for a few more AVC profiles
- Update in-tree copy of gst-convenience
- Make MP4 matching stricter - only ISO-compliant files are matched
- Couple of enhancements to simplify writing profile XML
- Add an API for getting a encoding profile for a DLNA profile and an example
  to use this with encodebin from gst-convenience. This is still
  work-in-progress.
- Some minor bug fixes

All contributors to this release:

Arun Raghavan <arun.raghavan@collabora.co.uk>
Parthasarathi Susarla <partha.susarla@collabora.co.uk>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>

0.1
===

Initial release.