Merge branch 'v0.17.x'

Conflicts:
	src/queue_save.c
This commit is contained in:
Max Kellermann
2012-08-25 10:28:33 +02:00
12 changed files with 89 additions and 17 deletions

4
NEWS
View File

@@ -12,10 +12,14 @@ ver 0.17.2 (2012/??/??)
* output:
- httpd: use monotonic clock, avoid hiccups after system clock adjustment
- httpd: fix throttling bug after resuming playback
* playlist:
- cue: map "PERFORMER" to "artist" or "album artist"
* mapper: fix non-UTF8 music directory name
* mapper: fix potential crash in file permission check
* playlist: fix use-after-free bug
* playlist: fix memory leak
* state_file: save song priorities
* player: disable cross-fading in "single" mode
ver 0.17.1 (2012/07/31)