1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00
git-svn-id: https://svn.xiph.org/trunk/ezstream@13803 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-09-14 07:01:38 +00:00
parent 87c01b03ad
commit 3c7699edce

14
NEWS
View File

@ -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
<stream_once/> set to 0.
Changes in 0.5.0, released on 2007-08-31:
* src/ezstream.c: