From 8aa708478ef0659dae65aebef22f23a456ac5086 Mon Sep 17 00:00:00 2001 From: moritz Date: Sun, 30 Aug 2009 18:28:38 +0000 Subject: [PATCH] Merge two related changes into one bullet point, and set release date to tomorrow. git-svn-id: https://svn.xiph.org/trunk/ezstream@16532 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- NEWS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 635caff..085779e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Changes in 0.5.6, released on XXXX-XX-XX: +Changes in 0.5.6, released on 2009-08-31: * ezstream-file.sh: - [NEW] Add and install ezstream-file.sh, a new convenience shell script @@ -9,10 +9,9 @@ Changes in 0.5.6, released on XXXX-XX-XX: * src/ezstream.c: - [MISC] Be more tolerant towards faulty playlists and similar issues. Failure to open a resource (e.g. a media file) is no longer fatal - and operation will continue as far as possible. Idea from dhorton. + and operation will continue until 100 subsequent errors. Based on + an idea from dhorton. (Ticket #1585) - - [MISC] With the previous change, still abort ezstream after 100 - subsequent errors to prevent a very verbose infinite loop. * src/playlist.c: - [MISC] Consider no output from a playlist program to be equivalent to an empty line, indicating that the end of the playlist is reached.