From 343605c635c8a63e473ef52fb308a441c6ac8f25 Mon Sep 17 00:00:00 2001 From: moritz Date: Thu, 30 Aug 2007 12:27:56 +0000 Subject: [PATCH] Document a few extra nits that also happened so far. git-svn-id: https://svn.xiph.org/trunk/ezstream@13660 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5e3a9d7..8943c1a 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ Changes in 0.5.0 (SVN): - [FIX] The special case of streaming MP3 files without reencoding had been lost, causing such streams to have no metadata. This has been fixed. (Ticket #1225) + - [MISC] Handle SIGINT and SIGTERM to perform a clean shutdown. * various: - [NEW] A new convenience feature has been added, to allow automatic @@ -15,10 +16,11 @@ Changes in 0.5.0 (SVN): to the current locale (LC_CTYPE) before displaying them on the console. Unsupported characters are displayed as '?', which does not affect the actual metadata. This feature requires - iconv() via libc, if available, or libiconv. + iconv() via libc, if available, or GNU libiconv. - [MISC] Add new --enable-debug configuration option to the configure script, which enables (also new) memory debugging features. (Not interesting for non-developers.) + - [MISC] Various small code cleanups.