From deee4fa80fac13021ef070748007ad6fd79b6d9a Mon Sep 17 00:00:00 2001 From: moritz Date: Thu, 18 Oct 2007 07:39:37 +0000 Subject: [PATCH] Sync. git-svn-id: https://svn.xiph.org/trunk/ezstream@14010 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- NEWS | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 83b48bc..9126dcc 100644 --- a/NEWS +++ b/NEWS @@ -4,12 +4,17 @@ Changes in 0.5.2 (SVN): - [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. + - [MISC] Provide a useful error message when there's no more data to read + from standard input instead of talking about scary, bad file + descriptors. + - [MISC] Further prettify the output to make more sense when streaming from + standard input. + + * src/xalloc.c: + - [FIX] A rare, possible crash has been fixed in an error path.