[xiph-commits] r13660 - trunk/ezstream
moritz at svn.xiph.org
moritz at svn.xiph.org
Thu Aug 30 05:27:56 PDT 2007
Author: moritz
Date: 2007-08-30 05:27:56 -0700 (Thu, 30 Aug 2007)
New Revision: 13660
Modified:
trunk/ezstream/NEWS
Log:
Document a few extra nits that also happened so far.
Modified: trunk/ezstream/NEWS
===================================================================
--- trunk/ezstream/NEWS 2007-08-30 12:13:01 UTC (rev 13659)
+++ trunk/ezstream/NEWS 2007-08-30 12:27:56 UTC (rev 13660)
@@ -4,6 +4,7 @@
- [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 @@
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.
More information about the commits
mailing list