mpd 0.19.7

This is a bugfix release:
* 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
 - embcue: fix filename suffix detection
 - don't skip non-existent songs in "listplaylist"
* decoder
 - ffmpeg: fix time stamp underflow
* fix memory allocator bug on Windows

Closes Homebrew/homebrew#35070.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Michael Paquier 2014-12-18 08:49:44 +09:00 committed by Jack Nagel
parent 15606c7b2c
commit f972858c8d

View file

@ -4,8 +4,8 @@ class Mpd < Formula
homepage "http://www.musicpd.org/"
stable do
url "http://www.musicpd.org/download/mpd/0.19/mpd-0.19.6.tar.xz"
sha1 "723c224a24292d70823a3f58fc7dbf20cac770e9"
url "http://www.musicpd.org/download/mpd/0.19/mpd-0.19.7.tar.xz"
sha1 "6f67d8ac14881c2d72c2907c2c1e14c6b2fd04c5"
end
bottle do