Merge branch 'v0.19.x'

This commit is contained in:
Max Kellermann
2014-12-15 00:46:56 +01:00
8 changed files with 190 additions and 25 deletions

7
NEWS
View File

@@ -19,6 +19,13 @@ ver 0.20 (not yet released)
* remove dependency on GLib
ver 0.19.7 (not yet released)
* input
- nfs: fix crash while canceling a failing file open operation
- nfs: fix memory leak on connection failure
- nfs: fix reconnect after mount failure
- nfs: implement mount timeout (60 seconds)
* storage
- nfs: implement I/O timeout (60 seconds)
* playlist
- don't skip non-existent songs in "listplaylist"
* fix memory allocator bug on Windows