From 537c943cd34660ce05e3a858d16b29e9ab208267 Mon Sep 17 00:00:00 2001 From: moritz Date: Tue, 14 Aug 2007 04:08:19 +0000 Subject: [PATCH] Sync. git-svn-id: https://svn.xiph.org/trunk/ezstream@13545 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- NEWS | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6a13f53..70b4239 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,18 @@ -Changes in 0.4.4 (SVN): +Changes in 0.5.0 (SVN): + + * ezstream.c: + - [FIX] The special case of streaming MP3 files without reencoding had + been lost, causing such streams to have no metadata. This has + been fixed. * various: + - [NEW] A new convenience feature has been added, to allow automatic + normalization of metadata strings. Useful if the majority of + files comes from a broken encoder/tagging program. Disabled + by default, this feature can be enabled with the new `-n' + command line parameter. - [MISC] Add new --enable-debug configuration option to the configure - script, which enables newly added memory debugging features. + script, which enables (also new) memory debugging features. (Not interesting for non-developers.)