Merge release 0.15.8 from branch 'v0.15.x

Conflicts:
	Makefile.am
	NEWS
	configure.ac
	src/decoder/ffmpeg_decoder_plugin.c
	src/decoder_thread.c
This commit is contained in:
Max Kellermann
2010-01-18 07:52:58 +01:00
4 changed files with 45 additions and 8 deletions

6
NEWS
View File

@@ -88,11 +88,15 @@ ver 0.16 (20??/??/??)
* require GLib 2.12
ver 0.15.8 (2009/??/??)
ver 0.15.8 (2010/01/17)
* input:
- curl: allow rewinding with Icy-Metadata
* decoders:
- ffmpeg, flac, vorbis: added more flac/vorbis MIME types
- ffmpeg: enabled libavformat's file name extension detection
* dbUtils: return empty tag value only if no value was found
* decoder_thread: fix CUE track playback
* queue: don't repeat current song in consume mode
ver 0.15.7 (2009/12/27)