1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

Make ezstream history consistent

Rewrite my part of ezstream history: Replace "ADD" with "NEW".
I changed this without noticing, and this makes it consistent again.

(cherry picked from commit e189a36789)
This commit is contained in:
moritz 2010-06-21 18:10:48 +00:00 committed by Moritz Grimm
parent 82b59b717d
commit 3042e74ee0

14
NEWS
View File

@ -177,7 +177,7 @@ Changes in 0.4.0, released on 2007-03-11:
program. program.
* src/compat.c: * 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. ones used on Unix systems.
* win32/: * win32/:
@ -185,19 +185,19 @@ Changes in 0.4.0, released on 2007-03-11:
distribution, and provide a much better PDF version instead. distribution, and provide a much better PDF version instead.
* various: * 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. 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. "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 metadata to be read from the output of an external program or
script. 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 of fresh metadata information from <metadata_progname> (metadata
is always read at song changes.) 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. 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. metadata in de-/encoder commands.