From 3c7699edceba8133d26cac4fb2fbc99ac25b2233 Mon Sep 17 00:00:00 2001 From: moritz Date: Fri, 14 Sep 2007 07:01:38 +0000 Subject: [PATCH] Update. git-svn-id: https://svn.xiph.org/trunk/ezstream@13803 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index a50cb75..21d46c1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Changes in 0.5.1 (SVN): + + * src/playlist.c: + - [FIX] Fix a segmentation fault in playlist_*_next() when trying to + access empty playlists. + + * src/ezstream.c: + - [MISC] Issue a warning in verbose mode when dealing with an empty + playlist file. This also makes it more obvious what is going on + when a user makes ezstream spin on an empty playlist with + set to 0. + + + Changes in 0.5.0, released on 2007-08-31: * src/ezstream.c: