[xiph-commits] r17300 - trunk/ezstream
moritz at svn.xiph.org
moritz at svn.xiph.org
Mon Jun 21 11:10:48 PDT 2010
Author: moritz
Date: 2010-06-21 11:10:48 -0700 (Mon, 21 Jun 2010)
New Revision: 17300
Modified:
trunk/ezstream/NEWS
Log:
Rewrite my part of ezstream history: Replace "ADD" with "NEW". I changed this without noticing, and this makes it consistent again.
Modified: trunk/ezstream/NEWS
===================================================================
--- trunk/ezstream/NEWS 2010-06-20 22:19:44 UTC (rev 17299)
+++ trunk/ezstream/NEWS 2010-06-21 18:10:48 UTC (rev 17300)
@@ -177,7 +177,7 @@
program.
* src/compat.c:
- - [ADD] Implement a basename() function for Windows that behaves like the
+ - [NEW] Implement a basename() function for Windows that behaves like the
ones used on Unix systems.
* win32/:
@@ -185,19 +185,19 @@
distribution, and provide a much better PDF version instead.
* various:
- - [ADD] Allow ezstream to use TagLib for reading metadata from media
+ - [NEW] Allow ezstream to use TagLib for reading metadata from media
files. TagLib (libtag_c) is now an optional dependency.
- - [ADD] When built with TagLib support, include the song length in the
+ - [NEW] When built with TagLib support, include the song length in the
"real-time" information line, if available.
- - [ADD] New <metadata_progname> configuration option, which causes
+ - [NEW] New <metadata_progname> configuration option, which causes
metadata to be read from the output of an external program or
script.
- - [ADD] New runtime control via the SIGUSR2 signal, which triggers reading
+ - [NEW] New runtime control via the SIGUSR2 signal, which triggers reading
of fresh metadata information from <metadata_progname> (metadata
is always read at song changes.)
- - [ADD] New <metadata_format> configuration option, to customize metadata
+ - [NEW] New <metadata_format> configuration option, to customize metadata
strings when used with the new <metadata_progname> feature.
- - [ADD] New '@a@' and '@t@' placeholders for separate artist and title
+ - [NEW] New '@a@' and '@t@' placeholders for separate artist and title
metadata in de-/encoder commands.
More information about the commits
mailing list