From bc147ce6cb0138508a246e3906b44aade913db90 Mon Sep 17 00:00:00 2001 From: moritz Date: Tue, 16 Oct 2007 14:51:48 +0000 Subject: [PATCH] Update. git-svn-id: https://svn.xiph.org/trunk/ezstream@14000 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS b/NEWS index 9f6bb52..83b48bc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Changes in 0.5.2 (SVN): + + * src/ezstream.c: + - [FIX] Fix a crash that occurs when streaming from standard input without + using a script or program that supplies metadata information. + (Ticket #1247) + - [FIX] Provide a useful error message when there's no more data to read + from standard input instead of talking about scary, bad file + descriptors. + - [FIX] Similar to the fix for #1247, properly initialize another + variable. The result is a cosmetic fix for the "real-time" status + line when streaming from standard input. + + + Changes in 0.5.1, released on 2007-09-16: * src/playlist.c: